FbTk::EventHandler Class Referenceinterface for X events
More...
#include <EventHandler.hh>
Inheritance diagram for FbTk::EventHandler:
List of all members.
|
Public Member Functions |
| virtual void | handleEvent (XEvent &) |
|
virtual void | buttonPressEvent (XButtonEvent &) |
|
virtual void | buttonReleaseEvent (XButtonEvent &) |
|
virtual void | exposeEvent (XExposeEvent &) |
|
virtual void | motionNotifyEvent (XMotionEvent &) |
|
virtual void | keyPressEvent (XKeyEvent &) |
|
virtual void | keyReleaseEvent (XKeyEvent &) |
|
virtual void | leaveNotifyEvent (XCrossingEvent &) |
|
virtual void | enterNotifyEvent (XCrossingEvent &) |
Detailed Description
interface for X events
Use this class to catch events from X windows and FbWindows
Register instance of this class to EventManager
example:
EventManager::instance()->add(your_eventhandler, your_window);
Don't forget to unregister it:
EventManager::instance()->remove(your_window); - See also:
- EventManager
Definition at line 44 of file EventHandler.hh.
Member Function Documentation
| virtual void FbTk::EventHandler::handleEvent |
( |
XEvent & |
|
) |
[inline, virtual] |
|
The documentation for this class was generated from the following file:
Fluxbox CVS-Jan-2003
|
|
|