![]() |
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 448 of file GNEApplicationWindow.h.
| GNEApplicationWindow::MenuBarFile::MenuBarFile | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 1027 of file GNEApplicationWindow.cpp.
| void GNEApplicationWindow::MenuBarFile::buildRecentFiles | ( | FXMenuPane * | fileMenu | ) |
build recent files
Definition at line 1034 of file GNEApplicationWindow.cpp.
References MID_RECENTFILE.
|
private |
pointer to current GNEApplicationWindow
Definition at line 464 of file GNEApplicationWindow.h.
| FXRecentFiles GNEApplicationWindow::MenuBarFile::myRecentConfigs |
List of recent config files.
Definition at line 457 of file GNEApplicationWindow.h.
Referenced by GNEApplicationWindow::onCmdOpenConfiguration().
| FXRecentFiles GNEApplicationWindow::MenuBarFile::myRecentNets |
List of recent nets.
Definition at line 460 of file GNEApplicationWindow.h.
Referenced by GNEApplicationWindow::onCmdOpenNetwork(), GNEApplicationWindow::onCmdOpenRecent(), and GNEApplicationWindow::onCmdSaveNetwork().