55 #include "system/compat/SystemCompat.h"
56 using namespace ::br::pucrio::telemidia::ginga::core::system::compat;
58 #include "system/thread/Thread.h"
59 using namespace ::br::pucrio::telemidia::ginga::core::system::thread;
61 #include "mb/ILocalScreenManager.h"
62 #include "mb/interface/IWindow.h"
63 using namespace ::br::pucrio::telemidia::ginga::core::mb;
66 #include "cm/IComponentManager.h"
67 using namespace ::br::pucrio::telemidia::ginga::core::cm;
69 #include "mb/LocalScreenManager.h"
72 #include "IShowButton.h"
73 #include "ImagePlayer.h"
84 static const short NONE = 0;
85 static const short PLAY = 1;
86 static const short PAUSE = 2;
87 static const short STOP = 3;
89 GingaScreenID myScreen;
98 void initializeWindow();
105 void render(
string mrl);
Definition: IShowButton.h:62
Definition: ShowButton.h:81