#include <event.h>

Public Types | |
| typedef dtUtil::Enumeration | Type |
| This Type is the internal key to events. | |
Public Member Functions | |
| Event (const Type *type) | |
| virtual const Type * | GetType () const |
Protected Member Functions | |
| virtual | ~Event ()=0 |
Protected Attributes | |
| const Type * | mType |
This class is meant to be derived from, to see a complete usage example, goto: testStateManager
This Type is the internal key to events.
A specific Type is what causes a transition between states.
| dtABC::Event::Event | ( | const Type * | type | ) | [inline] |
| Event::~Event | ( | ) | [protected, pure virtual] |
| virtual const Type* dtABC::Event::GetType | ( | ) | const [inline, virtual] |
const Type* dtABC::Event::mType [protected] |