The VgIEvent interface is used to encapsulate user interactions. More...

Public Member Functions | |
| virtual | ~VgIEvent () |
| Destructor. | |
| virtual VgIEventType | getType () const =0 |
| Returns the event type. | |
Protected Member Functions | |
| VgIEvent () | |
| Constructor. | |
The VgIEvent interface is used to encapsulate user interactions.
It is used for the basic behaviours, inherited interfaces define more complex behaviours.
| VgApplication::VgIEvent::VgIEvent | ( | ) | [inline, protected] |
Constructor.
| virtual VgApplication::VgIEvent::~VgIEvent | ( | ) | [inline, virtual] |
Destructor.
| virtual VgIEventType VgApplication::VgIEvent::getType | ( | ) | const [pure virtual] |
Returns the event type.