Eclipse SUMO - Simulation of Urban MObility
|
#include <GUIEvent_AddView.h>
Public Member Functions | |
const std::string & | getCaption () const |
GUIEventType | getOwnType () const |
returns the event type | |
const std::string & | getSchemeName () const |
GUIEvent_AddView (const std::string &caption, const std::string schemeName, bool in3D) | |
constructor | |
bool | in3D () const |
~GUIEvent_AddView () | |
destructor | |
Protected Attributes | |
std::string | myCaption |
The message. | |
bool | myIn3D |
std::string | mySchemeName |
GUIEventType | myType |
the type of the event | |
GUIEvent_AddView Throw from GUIRunThread to GUIApplicationWindow and then further to all displays after a step has been performed
Definition at line 36 of file GUIEvent_AddView.h.
|
inline |
constructor
Definition at line 39 of file GUIEvent_AddView.h.
|
inline |
destructor
Definition at line 44 of file GUIEvent_AddView.h.
|
inline |
Definition at line 46 of file GUIEvent_AddView.h.
References myCaption.
Referenced by GUIApplicationWindow::eventOccurred().
|
inlineinherited |
returns the event type
Definition at line 89 of file GUIEvent.h.
References GUIEvent::myType.
Referenced by GUIApplicationWindow::eventOccurred(), GNEApplicationWindow::eventOccurred(), GUIApplicationWindow::handleEvent_Message(), GNEApplicationWindow::handleEvent_Message(), GNERunNetgenerateDialog::onThreadEvent(), and GNERunPythonToolDialog::onThreadEvent().
|
inline |
Definition at line 49 of file GUIEvent_AddView.h.
References mySchemeName.
Referenced by GUIApplicationWindow::eventOccurred().
|
inline |
Definition at line 52 of file GUIEvent_AddView.h.
References myIn3D.
Referenced by GUIApplicationWindow::eventOccurred().
|
protected |
|
protected |
Definition at line 63 of file GUIEvent_AddView.h.
Referenced by in3D().
|
protected |
Definition at line 61 of file GUIEvent_AddView.h.
Referenced by getSchemeName().
|
protectedinherited |
the type of the event
Definition at line 102 of file GUIEvent.h.
Referenced by GUIEvent::getOwnType(), and GUIEvent_Message::GUIEvent_Message().