Rasterfarm-SDK
Loading...
Searching...
No Matches
Event Class Reference

#include <event.h>

Inheritance diagram for Event:
DynamicType CursorEvent KeyboardEvent MouseEvent TouchEvent

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
 

Detailed Description

Base ADT-Class for creating events.

Member Typedef Documentation

◆ InputType

typedef uint Event::InputType

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
UNKNOWN 

Constructor & Destructor Documentation

◆ Event()

Event::Event ( InputType subType = UNKNOWN)

◆ ~Event()

virtual Event::~Event ( )
virtual

Member Function Documentation

◆ getSubType()

const InputType Event::getSubType ( ) const
inline

Friends And Related Symbol Documentation

◆ Application

friend class Application
friend

Member Data Documentation

◆ subType

InputType Event::subType

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