ubit
Public Member Functions | List of all members
ubit::UUserEvent Class Reference

User events. More...

#include <uevent.hpp>

Inheritance diagram for ubit::UUserEvent:
ubit::UEvent

Public Member Functions

 UUserEvent (const UCond &, UObject *source, int type, void *data)
 
virtual UUserEventtoUserEvent ()
 
int getType () const
 
void * getData () const
 
- Public Member Functions inherited from ubit::UEvent
 UEvent (const UCond &c, UObject *source, UObject *aux=null)
 
const UCondgetCond () const
 returns the event condition that detected this event. More...
 
virtual UObjectgetSource () const
 returns the object that received this event.
 
virtual UObjectgetAux () const
 returns auxilliary data.
 
virtual UInputEventtoInputEvent ()
 dynamic cast: returns 'this' converted to the requested class or null.
 
virtual UMouseEventtoMouseEvent ()
 
virtual UKeyEventtoKeyEvent ()
 
virtual UWheelEventtoWheelEvent ()
 
virtual UViewEventtoViewEvent ()
 
virtual UPaintEventtoPaintEvent ()
 
virtual UResizeEventtoResizeEvent ()
 
virtual UTimerEventtoTimerEvent ()
 
virtual UWinEventtoWinEvent ()
 
virtual UMessageEventtoMessageEvent ()
 
virtual USysWMEventtoSysWMEvent ()
 
void setCond (const UCond &)
 

Additional Inherited Members

- Protected Attributes inherited from ubit::UEvent
const UCondcond
 
UObjectsource
 
UObjectaux
 

Detailed Description

User events.

this class is intented to be subclassed.


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