50 #ifndef LINKSPLAYER_H_
51 #define LINKSPLAYER_H_
58 #include "mb/dec/telemidialinks.h"
67 #include "system/thread/Thread.h"
68 using namespace ::br::pucrio::telemidia::ginga::core::system::thread;
70 #include "system/compat/SystemCompat.h"
71 using namespace ::br::pucrio::telemidia::ginga::core::system::compat;
73 #include "mb/IInputManager.h"
74 #include "mb/interface/IInputEventListener.h"
75 using namespace ::br::pucrio::telemidia::ginga::core::mb;
77 #include "mb/LocalScreenManager.h"
78 #include "mb/interface/IWindow.h"
79 using namespace ::br::pucrio::telemidia::ginga::core::mb;
93 public IInputEventListener,
public Thread {
97 struct session* mBrowser;
106 ISurface* getSurface();
108 bool userEventReceived(IInputEvent* ev);
110 void setNotifyContentUpdate(
bool notify);
114 bool setOutWindow(GingaWindowID windowId);
115 void setBounds(
int x,
int y,
int w,
int h);
117 void setPropertyValue(
string name,
string value);
119 bool setKeyHandler(
bool isHandler);
Definition: LinksPlayer.h:92