#include <GUIEvent.h>

Definition at line 73 of file GUIEvent.h.
Public Member Functions | |
| GUIEventType | getOwnType () const |
| returns the event type | |
| virtual | ~GUIEvent () |
| destructor | |
Protected Member Functions | |
| GUIEvent (GUIEventType ownType) | |
| constructor | |
Protected Attributes | |
| GUIEventType | myType |
| the type of the event | |
| virtual GUIEvent::~GUIEvent | ( | ) | [inline, virtual] |
| GUIEvent::GUIEvent | ( | GUIEventType | ownType | ) | [inline, protected] |
| GUIEventType GUIEvent::getOwnType | ( | ) | const [inline] |
returns the event type
Definition at line 76 of file GUIEvent.h.
References myType.
Referenced by GUIApplicationWindow::eventOccured(), and GUIApplicationWindow::handleEvent_Message().
00076 { 00077 return myType; 00078 }
GUIEventType GUIEvent::myType [protected] |
the type of the event
Definition at line 91 of file GUIEvent.h.
Referenced by getOwnType(), and GUIEvent_Message::GUIEvent_Message().
1.5.6