![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for menu bar file More...
Public Member Functions | |
void | buildRecentFiles (FXMenuPane *fileMenu) |
build recent files More... | |
MenuBarFile (GNEApplicationWindow *GNEApp) | |
constructor More... | |
Data Fields | |
FXRecentFiles | myRecentConfigs |
List of recent config files. More... | |
FXRecentFiles | myRecentNets |
List of recent nets. More... | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindow More... | |
struct for menu bar file
Definition at line 418 of file GNEApplicationWindow.h.
GNEApplicationWindow::MenuBarFile::MenuBarFile | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 951 of file GNEApplicationWindow.cpp.
void GNEApplicationWindow::MenuBarFile::buildRecentFiles | ( | FXMenuPane * | fileMenu | ) |
build recent files
Definition at line 958 of file GNEApplicationWindow.cpp.
References MID_RECENTFILE.
|
private |
pointer to current GNEApplicationWindow
Definition at line 434 of file GNEApplicationWindow.h.
FXRecentFiles GNEApplicationWindow::MenuBarFile::myRecentConfigs |
List of recent config files.
Definition at line 427 of file GNEApplicationWindow.h.
Referenced by GNEApplicationWindow::onCmdOpenConfiguration().
FXRecentFiles GNEApplicationWindow::MenuBarFile::myRecentNets |
List of recent nets.
Definition at line 430 of file GNEApplicationWindow.h.
Referenced by GNEApplicationWindow::onCmdOpenNetwork(), GNEApplicationWindow::onCmdOpenRecent(), and GNEApplicationWindow::onCmdSaveNetwork().