|
ubit
|
Platform-dependent window manager events. More...
#include <uevent.hpp>
Public Member Functions | |
| USysWMEvent (const UCond &, UView *source_view, void *system_event) | |
| virtual USysWMEvent * | toSysWMEvent () |
| UView * | getView () const |
| void * | getSysEvent () |
Public Member Functions inherited from ubit::UEvent | |
| UEvent (const UCond &c, UObject *source, UObject *aux=null) | |
| const UCond & | getCond () const |
| returns the event condition that detected this event. More... | |
| virtual UObject * | getSource () const |
| returns the object that received this event. | |
| virtual UObject * | getAux () const |
| returns auxilliary data. | |
| virtual UInputEvent * | toInputEvent () |
| dynamic cast: returns 'this' converted to the requested class or null. | |
| virtual UMouseEvent * | toMouseEvent () |
| virtual UKeyEvent * | toKeyEvent () |
| virtual UWheelEvent * | toWheelEvent () |
| virtual UViewEvent * | toViewEvent () |
| virtual UPaintEvent * | toPaintEvent () |
| virtual UResizeEvent * | toResizeEvent () |
| virtual UTimerEvent * | toTimerEvent () |
| virtual UWinEvent * | toWinEvent () |
| virtual UMessageEvent * | toMessageEvent () |
| virtual UUserEvent * | toUserEvent () |
| void | setCond (const UCond &) |
Additional Inherited Members | |
Protected Attributes inherited from ubit::UEvent | |
| const UCond * | cond |
| UObject * | source |
| UObject * | aux |
Platform-dependent window manager events.
1.8.12