![]() |
SUMO - Simulation of Urban MObility
|
#include <GUIGlobals.h>
Static Public Attributes | |
static bool | gDemoAutoReload = false |
the simulation shall reload when it has ended (demo) More... | |
static bool | gQuitOnEnd = false |
the window shall be closed when the simulation has ended More... | |
static bool | gRunAfterLoad = false |
the simulation shall start direct after loading More... | |
Definition at line 49 of file GUIGlobals.h.
|
static |
the simulation shall reload when it has ended (demo)
Definition at line 58 of file GUIGlobals.h.
Referenced by GUIApplicationWindow::handleEvent_SimulationEnded(), GUIDialog_AppSettings::onCmdOk(), and GUILoadThread::run().
|
static |
the window shall be closed when the simulation has ended
Definition at line 55 of file GUIGlobals.h.
Referenced by GUIApplicationWindow::handleEvent_SimulationEnded(), GUIApplicationWindow::handleEvent_SimulationLoaded(), GUIDialog_AppSettings::onCmdOk(), and GUILoadThread::run().
|
static |
the simulation shall start direct after loading
Definition at line 52 of file GUIGlobals.h.
Referenced by GUIApplicationWindow::handleEvent_SimulationLoaded(), GUIDialog_AppSettings::onCmdOk(), and GUILoadThread::run().