Eclipse SUMO - Simulation of Urban MObility
GUIGlobals Class Reference

#include <GUIGlobals.h>

Collaboration diagram for GUIGlobals:

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...
 
static double gTrackerInterval = 1.0
 the aggregation period for tracker windows in seconds More...
 

Detailed Description

Definition at line 42 of file GUIGlobals.h.

Field Documentation

◆ gDemoAutoReload

bool GUIGlobals::gDemoAutoReload = false
static

the simulation shall reload when it has ended (demo)

Definition at line 51 of file GUIGlobals.h.

Referenced by GUIApplicationWindow::handleEvent_SimulationEnded(), GUIDialog_AppSettings::onCmdOk(), and GUILoadThread::run().

◆ gQuitOnEnd

bool GUIGlobals::gQuitOnEnd = false
static

the window shall be closed when the simulation has ended

Definition at line 48 of file GUIGlobals.h.

Referenced by GUIApplicationWindow::handleEvent_SimulationEnded(), GUIApplicationWindow::handleEvent_SimulationLoaded(), GUIDialog_AppSettings::onCmdOk(), and GUILoadThread::run().

◆ gRunAfterLoad

bool GUIGlobals::gRunAfterLoad = false
static

the simulation shall start direct after loading

Definition at line 45 of file GUIGlobals.h.

Referenced by GUIApplicationWindow::handleEvent_SimulationLoaded(), GUIDialog_AppSettings::onCmdOk(), and GUILoadThread::run().

◆ gTrackerInterval

double GUIGlobals::gTrackerInterval = 1.0
static

the aggregation period for tracker windows in seconds

Definition at line 54 of file GUIGlobals.h.

Referenced by GUIApplicationWindow::getTrackerInterval(), and GUILoadThread::run().


The documentation for this class was generated from the following files: