news download themes documentation links










FbTk::EventHandler Class Reference

interface for X events More...

#include <EventHandler.hh>

Inheritance diagram for FbTk::EventHandler:

FbTk::Menu FbWinFrame FluxboxWindow Slit Toolbar 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]
 

Events that don't have an specific event function

Reimplemented in FbWinFrame, Slit, Toolbar, FluxboxWindow, and FbTk::Menu.

Definition at line 51 of file EventHandler.hh.

00051 { }


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

Fluxbox CVS-Jan-2003




      



Got comments about the page? Send them to webmaster.
If you have general Fluxbox related questions ask them on our irc channel or mailing lists.

Show Source








Designed by aLEczapKA