![]() |
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 | |
FXRecentNetworks | 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 118 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::MenuBarFile::MenuBarFile | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 136 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::MenuBarFile::buildRecentFiles | ( | FXMenuPane * | fileMenu | ) |
build recent files
Definition at line 143 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommand(), GUIDesigns::buildFXMenuCommandRecentFile(), FXRecentNetworks::ID_NOFILES, and MID_RECENTFILE.
Referenced by GNEApplicationWindow::fillMenuBar().
|
privatedelete |
Invalidated assignment operator.
|
private |
pointer to current GNEApplicationWindow
Definition at line 131 of file GNEApplicationWindowHelper.h.
FXRecentNetworks GNEApplicationWindowHelper::MenuBarFile::myRecentNetsAndConfigs |
List of recent nets and config files.
Definition at line 127 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::onCmdOpenConfiguration(), GNEApplicationWindow::onCmdOpenNetwork(), and GNEApplicationWindow::onCmdSaveNetwork().