![]() |
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 | |
| MFXRecentNetworks | myRecentNetsAndConfigs |
| List of recent nets and config files. More... | |
Private Member Functions | |
| MenuBarFile (const MenuBarFile &)=delete | |
| Invalidated copy constructor. More... | |
| MenuBarFile & | operator= (const MenuBarFile &)=delete |
| Invalidated assignment operator. More... | |
Private Attributes | |
| GNEApplicationWindow * | myGNEApp |
| pointer to current GNEApplicationWindow More... | |
struct for menu bar file
Definition at line 119 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::MenuBarFile::MenuBarFile | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 131 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
| void GNEApplicationWindowHelper::MenuBarFile::buildRecentFiles | ( | FXMenuPane * | fileMenu | ) |
build recent files
Definition at line 138 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommand(), GUIDesigns::buildFXMenuCommandRecentFile(), MFXRecentNetworks::ID_NOFILES, and MID_RECENTFILE.
Referenced by GNEApplicationWindow::fillMenuBar().
|
privatedelete |
Invalidated assignment operator.
|
private |
pointer to current GNEApplicationWindow
Definition at line 132 of file GNEApplicationWindowHelper.h.
| MFXRecentNetworks GNEApplicationWindowHelper::MenuBarFile::myRecentNetsAndConfigs |
List of recent nets and config files.
Definition at line 128 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdOpenConfiguration(), GNEApplicationWindow::onCmdOpenNetwork(), and GNEApplicationWindow::onCmdSaveNetwork().