SUMO - Simulation of Urban MObility
|
#include <GUIGlobals.h>
Static Public Attributes | |
static std::vector< SUMOTime > | gBreakpoints |
List of breakpoints. | |
static bool | gQuitOnEnd |
the window shall be closed when the simulation has ended | |
static bool | gRunAfterLoad |
the simulation shall start direct after loading |
Definition at line 49 of file GUIGlobals.h.
std::vector< SUMOTime > GUIGlobals::gBreakpoints [static] |
List of breakpoints.
Definition at line 58 of file GUIGlobals.h.
Referenced by GUIDialog_Breakpoints::encode2TXT(), GUIDialog_Breakpoints::onCmdClear(), GUIDialog_Breakpoints::onCmdEditTable(), GUIDialog_Breakpoints::onCmdLoad(), GUIDialog_Breakpoints::rebuildList(), and GUIRunThread::run().
bool GUIGlobals::gQuitOnEnd [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().
bool GUIGlobals::gRunAfterLoad [static] |
the simulation shall start direct after loading
Definition at line 52 of file GUIGlobals.h.
Referenced by GUIApplicationWindow::handleEvent_SimulationLoaded(), and GUILoadThread::run().