![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for menu bar file More...
#include <GNEApplicationWindowHelper.h>
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 109 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::MenuBarFile::MenuBarFile | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 134 of file GNEApplicationWindowHelper.cpp.
void GNEApplicationWindowHelper::MenuBarFile::buildRecentFiles | ( | FXMenuPane * | fileMenu | ) |
build recent files
Definition at line 141 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommand(), GUIDesigns::buildFXMenuCommandRecentFile(), and MID_RECENTFILE.
Referenced by GNEApplicationWindow::fillMenuBar().
|
private |
pointer to current GNEApplicationWindow
Definition at line 125 of file GNEApplicationWindowHelper.h.
FXRecentFiles GNEApplicationWindowHelper::MenuBarFile::myRecentConfigs |
List of recent config files.
Definition at line 118 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdOpenConfiguration().
FXRecentFiles GNEApplicationWindowHelper::MenuBarFile::myRecentNets |
List of recent nets.
Definition at line 121 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdOpenNetwork(), GNEApplicationWindow::onCmdOpenRecent(), and GNEApplicationWindow::onCmdSaveNetwork().