|
Rasterfarm-SDK
|
#include <event.h>
Public Types | |
| enum | { UNKNOWN = 0 } |
| typedef uint | InputType |
Public Member Functions | |
| Event (InputType subType=UNKNOWN) | |
| virtual | ~Event () |
| const InputType | getSubType () const |
Public Member Functions inherited from DynamicType | |
| DynamicType () | |
| template<class C > | |
| void | addType () |
| TypeID | getDerivedTypeId () const |
| template<class C > | |
| const bool | isType () const |
| template<class C > | |
| const C * | cast () const |
| template<class C > | |
| C * | cast () |
| template<class FROM , class TO > | |
| TO * | cast () |
| template<class FROM , class TO > | |
| const TO * | cast () const |
Public Attributes | |
| InputType | subType |
Friends | |
| class | Application |
Base ADT-Class for creating events.
| typedef uint Event::InputType |
|
virtual |
|
inline |
|
friend |
| InputType Event::subType |