OpenSceneGraph
Public Types | Public Member Functions | List of all members
osgWidget::EventInterface Class Reference
Inheritance diagram for osgWidget::EventInterface:
Inheritance graph
[legend]

Public Types

typedef std::list< osg::ref_ptr< Callback > > CallbackList
 

Public Member Functions

 EventInterface (const EventInterface &ei)
 
virtual bool focus (const WindowManager *)
 
virtual bool unfocus (const WindowManager *)
 
virtual bool mouseEnter (double, double, const WindowManager *)
 
virtual bool mouseOver (double, double, const WindowManager *)
 
virtual bool mouseLeave (double, double, const WindowManager *)
 
virtual bool mouseDrag (double, double, const WindowManager *)
 
virtual bool mousePush (double, double, const WindowManager *)
 
virtual bool mouseRelease (double, double, const WindowManager *)
 
virtual bool mouseScroll (double, double, const WindowManager *)
 
virtual bool keyDown (int, int, const WindowManager *)
 
virtual bool keyUp (int, int, const WindowManager *)
 
void setEventMask (unsigned int mask)
 
void addEventMask (unsigned int mask)
 
void removeEventMask (unsigned int mask)
 
unsigned int getEventMask () const
 
CallbackList & getCallbacks ()
 
const CallbackList & getCallbacks () const
 
void addCallback (Callback *cb)
 
bool callCallbacks (Event &ev)
 
bool callMethodAndCallbacks (Event &ev)
 
bool canFocus () const
 
bool canUnfocus () const
 
bool canMouseEnter () const
 
bool canMouseOver () const
 
bool canMouseLeave () const
 
bool canMouseDrag () const
 
bool canMousePush () const
 
bool canMouseRelease () const
 
bool canMouseScroll () const
 
bool canKeyDown () const
 
bool canKeyUp () const
 

The documentation for this class was generated from the following file: