#include <GUIEvent_SimulationStep.h>

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