SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GUIApplicationWindow Class Reference

The main window of the SUMO-gui. More...

#include <GUIApplicationWindow.h>

Inheritance diagram for GUIApplicationWindow:
GUIMainWindow MFXInterThreadEventClient FXMainWindow

Public Member Functions

void addChild (FXMDIChild *child, bool updateOnSimStep=true)
 Adds a further child window to the list.
void addChild (FXMainWindow *child, bool updateOnSimStep=true)
void dependentBuild (bool game)
FXFont * getBoldFont ()
FXGLCanvasgetBuildGLCanvas () const
FXLabelgetCartesianLabel ()
SUMOTime getCurrentSimTime () const
FXCursor * getDefaultCursor ()
FXLabelgetGeoLabel ()
FXGLVisual * getGLVisual () const
FXMDIChildgetViewByID (const std::string &id) const
std::vector< std::string > getViewIDs () const
 GUIApplicationWindow (FXApp *a, const std::string &configPattern)
 Constructor.
bool isGaming () const
 return whether the gui is in gaming mode
bool listInternal () const
 return whether to list internal structures
void loadOnStartup ()
void removeChild (FXMDIChild *child)
 removes the given child window from the list
void removeChild (FXMainWindow *child)
void setStatusBarText (const std::string &)
void updateChildren ()
virtual ~GUIApplicationWindow ()
 Destructor.
FOX-interactions

{

virtual void create ()
 Creates the main window (required by FOX)
virtual void detach ()
 Detaches the tool/menu bar.
Inter-thread event handling
virtual void eventOccured ()
void handleEvent_SimulationLoaded (GUIEvent *e)
void handleEvent_SimulationStep (GUIEvent *e)
void handleEvent_Message (GUIEvent *e)
void handleEvent_SimulationEnded (GUIEvent *e)
FOX-callbacks
long onCmdOpenConfiguration (FXObject *, FXSelector, void *)
 Called on menu File->Open Configuration.
long onCmdOpenNetwork (FXObject *, FXSelector, void *)
 Called on menu File->Open Network.
long onCmdReload (FXObject *, FXSelector, void *)
 Called on reload.
long onCmdOpenRecent (FXObject *, FXSelector, void *)
 Called on opening a recent file.
long onCmdClose (FXObject *, FXSelector, void *)
 Called on menu File->Close.
long onCmdQuit (FXObject *, FXSelector, void *)
 Called by FOX if the application shall be closed.
long onCmdEditChosen (FXObject *, FXSelector, void *)
 Called on menu Edit->Edit Chosen.
long onCmdEditBreakpoints (FXObject *, FXSelector, void *)
 Called on menu Edit->Edit Breakpoints.
long onCmdAppSettings (FXObject *, FXSelector, void *)
 Opens the application settings menu (Settings->Application Settings...)
long onCmdGaming (FXObject *, FXSelector, void *)
 Toggle gaming mode.
long onCmdListInternal (FXObject *, FXSelector, void *)
 Toggle listing of internal structures.
long onCmdAbout (FXObject *, FXSelector, void *)
 Shows the about dialog.
long onCmdStart (FXObject *, FXSelector, void *)
 Called on "play".
long onCmdStop (FXObject *, FXSelector, void *)
 Called on "stop".
long onCmdStep (FXObject *, FXSelector, void *)
 Called on "step".
long onCmdTimeToggle (FXObject *, FXSelector, void *)
 Called on "time toggle".
long onCmdDelayToggle (FXObject *, FXSelector, void *)
 Called on "delay toggle".
long onCmdNewView (FXObject *, FXSelector, void *)
 Called if a new view shall be opened (2D view)
long onUpdOpen (FXObject *, FXSelector, void *)
 Determines whether opening is enabled.
long onUpdReload (FXObject *, FXSelector, void *)
 Determines whether reloading is enabled.
long onUpdOpenRecent (FXObject *, FXSelector, void *)
 Determines whether opening a recent file is enabled.
long onUpdAddView (FXObject *, FXSelector, void *)
 Determines whether adding a view is enabled.
long onUpdStart (FXObject *sender, FXSelector, void *ptr)
 Determines whether "play" is enabled.
long onUpdStop (FXObject *, FXSelector, void *)
 Determines whether "stop" is enabled.
long onUpdStep (FXObject *, FXSelector, void *)
 Determines whether "step" is enabled.
long onUpdNeedsSimulation (FXObject *, FXSelector, void *)
 Determines whether some buttons which require an active simulation may be shown.
long onCmdClearMsgWindow (FXObject *, FXSelector, void *)
 Called if the message window shall be cleared.
long onCmdLocate (FXObject *, FXSelector, void *)
 Called on menu commands from the Locator menu.
long onLoadThreadEvent (FXObject *, FXSelector, void *)
 Called on an event from the loading thread.
long onRunThreadEvent (FXObject *, FXSelector, void *)
 Called on an event from the simulation thread.
long onClipboardRequest (FXObject *sender, FXSelector sel, void *ptr)
 Somebody wants our clipped text.

Static Public Member Functions

static GUIMainWindowgetInstance ()

Protected Member Functions

virtual void addToWindowsMenu (FXMenuPane *)
virtual void buildToolBars ()
 Builds the tool bar.
virtual void fillMenuBar ()
 Builds the menu bar.
 GUIApplicationWindow ()
 FOX needs this for static members.

Protected Attributes

bool hadDependentBuild
SUMOTime myAlternateSimDelay
 The alternate simulation delay for toggling.
bool myAmGaming
 information whether the gui is currently in gaming mode
bool myAmLoading
 information whether the gui is currently loading and the load-options shall be greyed out
FXFont * myBoldFont
 Font used for popup-menu titles.
FXDockSite * myBottomDock
FXLabelmyCartesianCoordinate
 Labels for the current cartesian and geo-coordinate.
FXHorizontalFramemyCartesianFrame
std::string myConfigPattern
 Input file pattern.
FXMenuPanemyControlMenu
FXMenuPanemyEditMenu
MFXEventQue myEvents
 List of got requests.
FXMenuPanemyFileMenu
 the submenus
FXLabelmyGeoCoordinate
FXHorizontalFramemyGeoFrame
FXGLVisual * myGLVisual
 The gl-visual used.
FXMenuPanemyHelpMenu
FXEX::FXLCDLabelmyLCDLabel
 the simulation step display
FXDockSite * myLeftDock
bool myListInternal
 information whether the locator should list internal structures
GUILoadThreadmyLoadThread
FXEX::FXThreadEvent myLoadThreadEvent
 io-event with the load-thread
FXMenuPanemyLocatorMenu
FXSplitter * myMainSplitter
 The splitter that divides the main window into vies and the log window.
FXMDIClient * myMDIClient
 The multi view panel.
FXMDIMenu * myMDIMenu
 The menu used for the MDI-windows.
FXMenuBar * myMenuBar
 The application menu bar.
FXToolBarShell * myMenuBarDrag
GUIMessageWindowmyMessageWindow
 A window to display messages, warnings and error in.
std::string myName
FXRecentFiles myRecentConfigs
 List of recent config files.
FXRecentFiles myRecentNets
 List of recent nets.
FXDockSite * myRightDock
GUIRunThreadmyRunThread
FXEX::FXThreadEvent myRunThreadEvent
 io-event with the run-thread
FXMenuPanemySelectByPermissions
FXMenuPanemySettingsMenu
bool myShowTimeAsHMS
 whether to show time as hour:minute:second
FXRealSpinDialmySimDelayTarget
FXStatusBar * myStatusbar
 The status bar.
std::vector< FXMDIChild * > mySubWindows
FXToolBar * myToolBar1
 The application tool bar.
FXToolBar * myToolBar2
FXToolBar * myToolBar3
FXToolBar * myToolBar4
FXToolBar * myToolBar5
FXToolBarShell * myToolBarDrag1
 for some menu detaching fun
FXToolBarShell * myToolBarDrag2
FXToolBarShell * myToolBarDrag3
FXToolBarShell * myToolBarDrag4
FXToolBarShell * myToolBarDrag5
FXDockSite * myTopDock
MFXMutex myTrackerLock
 A lock to make the removal and addition of trackers secure.
std::vector< FXMainWindow * > myTrackerWindows
size_t myViewNumber
 The current view number.
bool myWasStarted
FXMenuPanemyWindowsMenu

Static Protected Attributes

static GUIMainWindowmyInstance = 0
 the singleton window instance

Private Member Functions

void checkGamingEvents ()
 handles additional game-related events
void closeAllWindows ()
void load (const std::string &file, bool isNet, bool isReload=false)
GUISUMOAbstractViewopenNewView (GUISUMOViewParent::ViewType vt=GUISUMOViewParent::VIEW_2D_OPENGL)
void updateTimeLCD (SUMOTime time)
 updates the simulation time display

game related things

{

RandomDistributor< std::string > myJamSounds
SUMOReal myJamSoundTime
 waiting time after which vehicles trigger jam sounds
FXEX::FXLCDLabelmyWaitingTimeLabel
 performance indicators
FXEX::FXLCDLabelmyTimeLossLabel
SUMOTime myWaitingTime
SUMOTime myTimeLoss
FXToolBar * myToolBar6
FXToolBar * myToolBar7
FXToolBarShell * myToolBarDrag6
FXToolBarShell * myToolBarDrag7
static MTRand myGamingRNG
 A random number generator used to choose a gaming sound.

Detailed Description

The main window of the SUMO-gui.

Beside views on the simulation, shown within a MDI-window, the main window may also have some further views (children) assigned which are stored within a separate list.

Definition at line 74 of file GUIApplicationWindow.h.

Constructor & Destructor Documentation

GUIApplicationWindow::GUIApplicationWindow ( FXApp *  a,
const std::string &  configPattern 
)

Constructor.

Parameters
[in]aThe FOX application
[in]configPatternThe pattern used for loading configurations

Definition at line 166 of file GUIApplicationWindow.cpp.

References GUIIconSubSys::init().

GUIApplicationWindow::GUIApplicationWindow ( )
inlineprotected

FOX needs this for static members.

Definition at line 253 of file GUIApplicationWindow.h.

Member Function Documentation

void GUIMainWindow::addChild ( FXMDIChild child,
bool  updateOnSimStep = true 
)
inherited

Adds a further child window to the list.

Definition at line 89 of file GUIMainWindow.cpp.

References GUIMainWindow::mySubWindows.

Referenced by GUIParameterTableWindow::closeBuilding(), and GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerWindow().

void GUIMainWindow::addChild ( FXMainWindow child,
bool  updateOnSimStep = true 
)
inherited
virtual void GUIApplicationWindow::addToWindowsMenu ( FXMenuPane )
inlineprotectedvirtual

Definition at line 233 of file GUIApplicationWindow.h.

Referenced by fillMenuBar().

void GUIApplicationWindow::detach ( )
virtual

Detaches the tool/menu bar.

Definition at line 332 of file GUIApplicationWindow.cpp.

References myMenuBarDrag, and myToolBarDrag1.

FXFont * GUIMainWindow::getBoldFont ( )
inherited

Definition at line 142 of file GUIMainWindow.cpp.

References GUIMainWindow::myBoldFont.

Referenced by GUIGlObject::buildPopupHeader().

FXGLCanvas * GUIApplicationWindow::getBuildGLCanvas ( ) const
virtual

Implements GUIMainWindow.

Definition at line 1241 of file GUIApplicationWindow.cpp.

References GUIGlChildWindow::getBuildGLCanvas(), and GUIMainWindow::myMDIClient.

Referenced by openNewView().

FXLabel & GUIMainWindow::getCartesianLabel ( )
inherited
SUMOTime GUIApplicationWindow::getCurrentSimTime ( ) const
virtual
FXCursor * GUIApplicationWindow::getDefaultCursor ( )

Definition at line 1290 of file GUIApplicationWindow.cpp.

FXLabel & GUIMainWindow::getGeoLabel ( )
inherited
FXGLVisual * GUIMainWindow::getGLVisual ( ) const
inherited

Definition at line 161 of file GUIMainWindow.cpp.

References GUIMainWindow::myGLVisual.

Referenced by GUISUMOViewParent::init().

GUIMainWindow * GUIMainWindow::getInstance ( void  )
staticinherited

Definition at line 179 of file GUIMainWindow.cpp.

References GUIMainWindow::myInstance.

Referenced by checkGamingEvents(), and GUITexturesHelper::getTextureID().

FXMDIChild * GUIMainWindow::getViewByID ( const std::string &  id) const
inherited

Definition at line 131 of file GUIMainWindow.cpp.

References GUIMainWindow::mySubWindows.

Referenced by TraCIServerAPI_GUI::getNamedView().

std::vector< std::string > GUIMainWindow::getViewIDs ( ) const
inherited

Definition at line 121 of file GUIMainWindow.cpp.

References GUIMainWindow::mySubWindows.

Referenced by TraCIServerAPI_GUI::processGet().

void GUIApplicationWindow::handleEvent_Message ( GUIEvent e)
void GUIApplicationWindow::handleEvent_SimulationStep ( GUIEvent e)
bool GUIMainWindow::listInternal ( ) const
inlineinherited

return whether to list internal structures

Definition at line 82 of file GUIMainWindow.h.

References GUIMainWindow::myListInternal.

Referenced by GUISUMOViewParent::onCmdLocate().

void GUIApplicationWindow::load ( const std::string &  file,
bool  isNet,
bool  isReload = false 
)
private
void GUIApplicationWindow::loadOnStartup ( )

Definition at line 1302 of file GUIApplicationWindow.cpp.

References load().

Referenced by main().

long GUIApplicationWindow::onClipboardRequest ( FXObject sender,
FXSelector  sel,
void *  ptr 
)

Somebody wants our clipped text.

Definition at line 992 of file GUIApplicationWindow.cpp.

References GUIUserIO::clipped.

long GUIApplicationWindow::onCmdAbout ( FXObject ,
FXSelector  ,
void *   
)

Shows the about dialog.

Definition at line 983 of file GUIApplicationWindow.cpp.

References GUIDialog_AboutSUMO::create().

long GUIApplicationWindow::onCmdAppSettings ( FXObject ,
FXSelector  ,
void *   
)

Opens the application settings menu (Settings->Application Settings...)

Definition at line 916 of file GUIApplicationWindow.cpp.

long GUIApplicationWindow::onCmdClearMsgWindow ( FXObject ,
FXSelector  ,
void *   
)

Called if the message window shall be cleared.

Definition at line 858 of file GUIApplicationWindow.cpp.

References GUIMessageWindow::clear(), and myMessageWindow.

long GUIApplicationWindow::onCmdClose ( FXObject ,
FXSelector  ,
void *   
)

Called on menu File->Close.

Definition at line 753 of file GUIApplicationWindow.cpp.

References closeAllWindows().

long GUIApplicationWindow::onCmdDelayToggle ( FXObject ,
FXSelector  ,
void *   
)
long GUIApplicationWindow::onCmdEditBreakpoints ( FXObject ,
FXSelector  ,
void *   
)

Called on menu Edit->Edit Breakpoints.

Definition at line 685 of file GUIApplicationWindow.cpp.

References GUIRunThread::getBreakpointLock(), GUIRunThread::getBreakpoints(), and myRunThread.

long GUIApplicationWindow::onCmdListInternal ( FXObject ,
FXSelector  ,
void *   
)

Toggle listing of internal structures.

Definition at line 960 of file GUIApplicationWindow.cpp.

References GUIMainWindow::myListInternal.

long GUIApplicationWindow::onCmdLocate ( FXObject ,
FXSelector  sel,
void *   
)

Called on menu commands from the Locator menu.

Definition at line 905 of file GUIApplicationWindow.cpp.

References GUIMainWindow::myMDIClient, and GUISUMOViewParent::onCmdLocate().

long GUIApplicationWindow::onCmdNewView ( FXObject ,
FXSelector  ,
void *   
)

Called if a new view shall be opened (2D view)

Definition at line 967 of file GUIApplicationWindow.cpp.

References openNewView(), and GUISUMOViewParent::VIEW_2D_OPENGL.

long GUIApplicationWindow::onCmdOpenConfiguration ( FXObject ,
FXSelector  ,
void *   
)

Called on menu File->Open Configuration.

Definition at line 694 of file GUIApplicationWindow.cpp.

References gCurrentFolder, GUIIconSubSys::getIcon(), ICON_EMPTY, load(), myConfigPattern, and myRecentConfigs.

long GUIApplicationWindow::onCmdOpenNetwork ( FXObject ,
FXSelector  ,
void *   
)

Called on menu File->Open Network.

Definition at line 714 of file GUIApplicationWindow.cpp.

References gCurrentFolder, GUIIconSubSys::getIcon(), ICON_EMPTY, load(), and myRecentNets.

long GUIApplicationWindow::onCmdOpenRecent ( FXObject sender,
FXSelector  ,
void *  data 
)

Called on opening a recent file.

Definition at line 741 of file GUIApplicationWindow.cpp.

References load(), myAmLoading, myRecentNets, and GUIMainWindow::myStatusbar.

long GUIApplicationWindow::onCmdQuit ( FXObject ,
FXSelector  ,
void *   
)

Called by FOX if the application shall be closed.

Called either by FileMenu->Quit, the normal close-menu or SIGINT

Definition at line 635 of file GUIApplicationWindow.cpp.

References gCurrentFolder, myAlternateSimDelay, and myShowTimeAsHMS.

long GUIApplicationWindow::onCmdReload ( FXObject ,
FXSelector  ,
void *   
)

Called on reload.

Definition at line 734 of file GUIApplicationWindow.cpp.

References load().

long GUIApplicationWindow::onCmdStart ( FXObject ,
FXSelector  ,
void *   
)
long GUIApplicationWindow::onCmdStep ( FXObject ,
FXSelector  ,
void *   
)
long GUIApplicationWindow::onCmdStop ( FXObject ,
FXSelector  ,
void *   
)

Called on "stop".

Definition at line 815 of file GUIApplicationWindow.cpp.

References myRunThread, and GUIRunThread::stop().

Referenced by handleEvent_SimulationEnded().

long GUIApplicationWindow::onCmdTimeToggle ( FXObject ,
FXSelector  ,
void *   
)
long GUIApplicationWindow::onLoadThreadEvent ( FXObject ,
FXSelector  ,
void *   
)

Called on an event from the loading thread.

Definition at line 1001 of file GUIApplicationWindow.cpp.

References eventOccured().

long GUIApplicationWindow::onRunThreadEvent ( FXObject ,
FXSelector  ,
void *   
)

Called on an event from the simulation thread.

Definition at line 1008 of file GUIApplicationWindow.cpp.

References eventOccured().

long GUIApplicationWindow::onUpdAddView ( FXObject sender,
FXSelector  ,
void *  ptr 
)

Determines whether adding a view is enabled.

Definition at line 788 of file GUIApplicationWindow.cpp.

References myAmLoading, myRunThread, and GUIRunThread::simulationAvailable().

long GUIApplicationWindow::onUpdNeedsSimulation ( FXObject sender,
FXSelector  ,
void *  ptr 
)

Determines whether some buttons which require an active simulation may be shown.

Definition at line 895 of file GUIApplicationWindow.cpp.

References myAmLoading, myRunThread, and GUIRunThread::simulationAvailable().

long GUIApplicationWindow::onUpdOpen ( FXObject sender,
FXSelector  ,
void *  ptr 
)

Determines whether opening is enabled.

Definition at line 760 of file GUIApplicationWindow.cpp.

References myAmLoading.

long GUIApplicationWindow::onUpdOpenRecent ( FXObject sender,
FXSelector  ,
void *  ptr 
)

Determines whether opening a recent file is enabled.

Definition at line 779 of file GUIApplicationWindow.cpp.

References myAmLoading.

long GUIApplicationWindow::onUpdReload ( FXObject sender,
FXSelector  ,
void *  ptr 
)

Determines whether reloading is enabled.

Definition at line 769 of file GUIApplicationWindow.cpp.

References myAmLoading, myRunThread, and GUIRunThread::simulationAvailable().

long GUIApplicationWindow::onUpdStart ( FXObject sender,
FXSelector  ,
void *  ptr 
)

Determines whether "play" is enabled.

Definition at line 865 of file GUIApplicationWindow.cpp.

References myAmLoading, myRunThread, and GUIRunThread::simulationIsStartable().

long GUIApplicationWindow::onUpdStep ( FXObject sender,
FXSelector  ,
void *  ptr 
)

Determines whether "step" is enabled.

Definition at line 885 of file GUIApplicationWindow.cpp.

References myAmLoading, myRunThread, and GUIRunThread::simulationIsStepable().

long GUIApplicationWindow::onUpdStop ( FXObject sender,
FXSelector  ,
void *  ptr 
)

Determines whether "stop" is enabled.

Definition at line 875 of file GUIApplicationWindow.cpp.

References myAmLoading, myRunThread, and GUIRunThread::simulationIsStopable().

void GUIMainWindow::removeChild ( FXMainWindow child)
inherited
void GUIApplicationWindow::setStatusBarText ( const std::string &  text)
virtual

Reimplemented from GUIMainWindow.

Definition at line 1308 of file GUIApplicationWindow.cpp.

References GUIMainWindow::myStatusbar.

Referenced by handleEvent_SimulationLoaded(), and load().

void GUIApplicationWindow::updateTimeLCD ( SUMOTime  time)
private

Field Documentation

bool GUIApplicationWindow::hadDependentBuild
protected

Definition at line 332 of file GUIApplicationWindow.h.

Referenced by dependentBuild().

SUMOTime GUIApplicationWindow::myAlternateSimDelay
protected

The alternate simulation delay for toggling.

Definition at line 300 of file GUIApplicationWindow.h.

Referenced by create(), onCmdDelayToggle(), and onCmdQuit().

bool GUIMainWindow::myAmGaming
protectedinherited

information whether the gui is currently in gaming mode

Definition at line 114 of file GUIMainWindow.h.

Referenced by handleEvent_SimulationStep(), GUIMainWindow::isGaming(), onCmdGaming(), and updateTimeLCD().

bool GUIApplicationWindow::myAmLoading
protected

information whether the gui is currently loading and the load-options shall be greyed out

Definition at line 279 of file GUIApplicationWindow.h.

Referenced by handleEvent_SimulationLoaded(), load(), onCmdEditChosen(), onCmdOpenRecent(), onUpdAddView(), onUpdNeedsSimulation(), onUpdOpen(), onUpdOpenRecent(), onUpdReload(), onUpdStart(), onUpdStep(), and onUpdStop().

FXFont* GUIMainWindow::myBoldFont
protectedinherited

Font used for popup-menu titles.

Definition at line 95 of file GUIMainWindow.h.

Referenced by GUIMainWindow::getBoldFont(), GUIMainWindow::GUIMainWindow(), and GUIMainWindow::~GUIMainWindow().

FXDockSite * GUIMainWindow::myBottomDock
protectedinherited

Definition at line 111 of file GUIMainWindow.h.

Referenced by GUIMainWindow::GUIMainWindow(), and GUIMainWindow::~GUIMainWindow().

FXLabel* GUIMainWindow::myCartesianCoordinate
protectedinherited

Labels for the current cartesian and geo-coordinate.

Definition at line 104 of file GUIMainWindow.h.

Referenced by closeAllWindows(), dependentBuild(), and GUIMainWindow::getCartesianLabel().

FXHorizontalFrame* GUIMainWindow::myCartesianFrame
protectedinherited

Definition at line 105 of file GUIMainWindow.h.

Referenced by create(), and dependentBuild().

std::string GUIApplicationWindow::myConfigPattern
protected

Input file pattern.

Definition at line 330 of file GUIApplicationWindow.h.

Referenced by onCmdOpenConfiguration().

FXMenuPane * GUIApplicationWindow::myControlMenu
protected

Definition at line 282 of file GUIApplicationWindow.h.

Referenced by create(), fillMenuBar(), and ~GUIApplicationWindow().

FXMenuPane * GUIApplicationWindow::myEditMenu
protected

Definition at line 282 of file GUIApplicationWindow.h.

Referenced by create(), fillMenuBar(), and ~GUIApplicationWindow().

MFXEventQue GUIApplicationWindow::myEvents
protected

List of got requests.

Definition at line 303 of file GUIApplicationWindow.h.

Referenced by dependentBuild(), eventOccured(), and ~GUIApplicationWindow().

FXMenuPane* GUIApplicationWindow::myFileMenu
protected

the submenus

Definition at line 282 of file GUIApplicationWindow.h.

Referenced by create(), fillMenuBar(), and ~GUIApplicationWindow().

MTRand GUIApplicationWindow::myGamingRNG
staticprotected

A random number generator used to choose a gaming sound.

Definition at line 344 of file GUIApplicationWindow.h.

Referenced by checkGamingEvents().

FXLabel * GUIMainWindow::myGeoCoordinate
protectedinherited

Definition at line 104 of file GUIMainWindow.h.

Referenced by closeAllWindows(), dependentBuild(), and GUIMainWindow::getGeoLabel().

FXHorizontalFrame * GUIMainWindow::myGeoFrame
protectedinherited

Definition at line 105 of file GUIMainWindow.h.

Referenced by create(), and dependentBuild().

FXGLVisual* GUIMainWindow::myGLVisual
protectedinherited

The gl-visual used.

Definition at line 109 of file GUIMainWindow.h.

Referenced by GUIMainWindow::getGLVisual(), and ~GUIApplicationWindow().

FXMenuPane * GUIApplicationWindow::myHelpMenu
protected

Definition at line 282 of file GUIApplicationWindow.h.

Referenced by create(), fillMenuBar(), and ~GUIApplicationWindow().

GUIMainWindow * GUIMainWindow::myInstance = 0
staticprotectedinherited

the singleton window instance

Definition at line 120 of file GUIMainWindow.h.

Referenced by GUIMainWindow::getInstance(), and GUIMainWindow::GUIMainWindow().

RandomDistributor<std::string> GUIApplicationWindow::myJamSounds
protected

Definition at line 340 of file GUIApplicationWindow.h.

Referenced by checkGamingEvents(), and handleEvent_SimulationLoaded().

SUMOReal GUIApplicationWindow::myJamSoundTime
protected

waiting time after which vehicles trigger jam sounds

Definition at line 342 of file GUIApplicationWindow.h.

Referenced by checkGamingEvents(), and handleEvent_SimulationLoaded().

FXEX::FXLCDLabel* GUIApplicationWindow::myLCDLabel
protected

the simulation step display

Definition at line 315 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), closeAllWindows(), handleEvent_SimulationLoaded(), onCmdGaming(), and updateTimeLCD().

FXDockSite * GUIMainWindow::myLeftDock
protectedinherited

Definition at line 111 of file GUIMainWindow.h.

Referenced by GUIMainWindow::GUIMainWindow(), and GUIMainWindow::~GUIMainWindow().

bool GUIMainWindow::myListInternal
protectedinherited

information whether the locator should list internal structures

Definition at line 117 of file GUIMainWindow.h.

Referenced by GUIMainWindow::listInternal(), and onCmdListInternal().

GUILoadThread* GUIApplicationWindow::myLoadThread
protected

the thread that loads simulations

Definition at line 267 of file GUIApplicationWindow.h.

Referenced by dependentBuild(), load(), and ~GUIApplicationWindow().

FXEX::FXThreadEvent GUIApplicationWindow::myLoadThreadEvent
protected

io-event with the load-thread

Definition at line 318 of file GUIApplicationWindow.h.

Referenced by dependentBuild().

FXMenuPane * GUIApplicationWindow::myLocatorMenu
protected

Definition at line 282 of file GUIApplicationWindow.h.

Referenced by create(), fillMenuBar(), and ~GUIApplicationWindow().

FXSplitter* GUIApplicationWindow::myMainSplitter
protected

The splitter that divides the main window into vies and the log window.

Definition at line 290 of file GUIApplicationWindow.h.

Referenced by dependentBuild().

FXMDIClient* GUIMainWindow::myMDIClient
protectedinherited
FXMDIMenu* GUIApplicationWindow::myMDIMenu
protected

The menu used for the MDI-windows.

Definition at line 306 of file GUIApplicationWindow.h.

Referenced by dependentBuild(), and openNewView().

FXMenuBar* GUIApplicationWindow::myMenuBar
protected

The application menu bar.

Definition at line 309 of file GUIApplicationWindow.h.

Referenced by dependentBuild(), fillMenuBar(), and onCmdGaming().

FXToolBarShell * GUIApplicationWindow::myMenuBarDrag
protected

Definition at line 293 of file GUIApplicationWindow.h.

Referenced by create(), dependentBuild(), and detach().

GUIMessageWindow* GUIApplicationWindow::myMessageWindow
protected

A window to display messages, warnings and error in.

Definition at line 287 of file GUIApplicationWindow.h.

Referenced by closeAllWindows(), dependentBuild(), fillMenuBar(), handleEvent_Message(), onCmdClearMsgWindow(), and onCmdGaming().

std::string GUIApplicationWindow::myName
protected

the name of the simulation

Definition at line 264 of file GUIApplicationWindow.h.

FXRecentFiles GUIApplicationWindow::myRecentConfigs
protected

List of recent config files.

Definition at line 324 of file GUIApplicationWindow.h.

Referenced by fillMenuBar(), and onCmdOpenConfiguration().

FXRecentFiles GUIApplicationWindow::myRecentNets
protected

List of recent nets.

Definition at line 327 of file GUIApplicationWindow.h.

Referenced by fillMenuBar(), onCmdOpenNetwork(), and onCmdOpenRecent().

FXDockSite * GUIMainWindow::myRightDock
protectedinherited

Definition at line 111 of file GUIMainWindow.h.

Referenced by GUIMainWindow::GUIMainWindow(), and GUIMainWindow::~GUIMainWindow().

FXEX::FXThreadEvent GUIApplicationWindow::myRunThreadEvent
protected

io-event with the run-thread

Definition at line 321 of file GUIApplicationWindow.h.

Referenced by dependentBuild().

FXMenuPane * GUIApplicationWindow::mySelectByPermissions
protected

Definition at line 282 of file GUIApplicationWindow.h.

Referenced by create(), fillMenuBar(), and ~GUIApplicationWindow().

FXMenuPane * GUIApplicationWindow::mySettingsMenu
protected

Definition at line 282 of file GUIApplicationWindow.h.

Referenced by create(), fillMenuBar(), and ~GUIApplicationWindow().

bool GUIApplicationWindow::myShowTimeAsHMS
protected

whether to show time as hour:minute:second

Definition at line 335 of file GUIApplicationWindow.h.

Referenced by create(), onCmdQuit(), onCmdTimeToggle(), and updateTimeLCD().

FXRealSpinDial* GUIApplicationWindow::mySimDelayTarget
protected
FXStatusBar* GUIMainWindow::myStatusbar
protectedinherited
std::vector<FXMDIChild*> GUIMainWindow::mySubWindows
protectedinherited
SUMOTime GUIApplicationWindow::myTimeLoss
protected

Definition at line 350 of file GUIApplicationWindow.h.

Referenced by checkGamingEvents().

FXEX::FXLCDLabel* GUIApplicationWindow::myTimeLossLabel
protected

Definition at line 348 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), checkGamingEvents(), and onCmdGaming().

FXToolBar* GUIApplicationWindow::myToolBar1
protected

The application tool bar.

Definition at line 312 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), and onCmdGaming().

FXToolBar * GUIApplicationWindow::myToolBar2
protected

Definition at line 312 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), eventOccured(), and onCmdGaming().

FXToolBar * GUIApplicationWindow::myToolBar3
protected

Definition at line 312 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), eventOccured(), and fillMenuBar().

FXToolBar * GUIApplicationWindow::myToolBar4
protected

Definition at line 312 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), fillMenuBar(), and onCmdGaming().

FXToolBar * GUIApplicationWindow::myToolBar5
protected

Definition at line 312 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), and onCmdGaming().

FXToolBar* GUIApplicationWindow::myToolBar6
protected

Definition at line 351 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), dependentBuild(), and onCmdGaming().

FXToolBar * GUIApplicationWindow::myToolBar7
protected

Definition at line 351 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), dependentBuild(), and onCmdGaming().

FXToolBarShell* GUIApplicationWindow::myToolBarDrag1
protected

for some menu detaching fun

Definition at line 293 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), create(), detach(), and ~GUIApplicationWindow().

FXToolBarShell * GUIApplicationWindow::myToolBarDrag2
protected

Definition at line 293 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), and create().

FXToolBarShell * GUIApplicationWindow::myToolBarDrag3
protected

Definition at line 293 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), and create().

FXToolBarShell * GUIApplicationWindow::myToolBarDrag4
protected

Definition at line 293 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), and create().

FXToolBarShell * GUIApplicationWindow::myToolBarDrag5
protected

Definition at line 293 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), and create().

FXToolBarShell* GUIApplicationWindow::myToolBarDrag6
protected

Definition at line 352 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), and create().

FXToolBarShell * GUIApplicationWindow::myToolBarDrag7
protected

Definition at line 352 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), and create().

FXDockSite* GUIMainWindow::myTopDock
protectedinherited
MFXMutex GUIMainWindow::myTrackerLock
protectedinherited

A lock to make the removal and addition of trackers secure.

Definition at line 92 of file GUIMainWindow.h.

Referenced by GUIMainWindow::addChild(), closeAllWindows(), GUIMainWindow::removeChild(), and GUIMainWindow::updateChildren().

std::vector<FXMainWindow*> GUIMainWindow::myTrackerWindows
protectedinherited
size_t GUIApplicationWindow::myViewNumber
protected

The current view number.

Definition at line 276 of file GUIApplicationWindow.h.

Referenced by handleEvent_SimulationLoaded(), and openNewView().

SUMOTime GUIApplicationWindow::myWaitingTime
protected

Definition at line 349 of file GUIApplicationWindow.h.

Referenced by checkGamingEvents().

FXEX::FXLCDLabel* GUIApplicationWindow::myWaitingTimeLabel
protected

performance indicators

Definition at line 347 of file GUIApplicationWindow.h.

Referenced by buildToolBars(), checkGamingEvents(), and onCmdGaming().

bool GUIApplicationWindow::myWasStarted
protected

the information whether the simulation was started before

Definition at line 273 of file GUIApplicationWindow.h.

Referenced by handleEvent_SimulationLoaded(), onCmdStart(), and onCmdStep().

FXMenuPane * GUIApplicationWindow::myWindowsMenu
protected

Definition at line 282 of file GUIApplicationWindow.h.

Referenced by create(), fillMenuBar(), and ~GUIApplicationWindow().


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