![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for menu bar file More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
void | buildRecentConfigFiles (FXMenuPane *fileMenu, FXMenuPane *fileMenuRecentConfigFiles) |
build recent config | |
void | buildRecentNetworkFiles (FXMenuPane *fileMenu, FXMenuPane *fileMenuRecentNetworkFiles) |
build recent network | |
MenuBarFile (GNEApplicationWindow *GNEApp) | |
constructor | |
Data Fields | |
MFXRecentNetworks | myRecentConfigs |
List of recent configs. | |
MFXRecentNetworks | myRecentNetworks |
List of recent networks. | |
Private Member Functions | |
MenuBarFile (const MenuBarFile &)=delete | |
Invalidated copy constructor. | |
MenuBarFile & | operator= (const MenuBarFile &)=delete |
Invalidated assignment operator. | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindow | |
struct for menu bar file
Definition at line 124 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::MenuBarFile::MenuBarFile | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 129 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::MenuBarFile::buildRecentConfigFiles | ( | FXMenuPane * | fileMenu, |
FXMenuPane * | fileMenuRecentConfigFiles | ||
) |
build recent config
Definition at line 160 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommand(), GUIDesigns::buildFXMenuCommandRecentFile(), MFXRecentNetworks::ID_NOFILES, MID_RECENTFILE, and TL.
Referenced by GNEApplicationWindow::fillMenuBar().
void GNEApplicationWindowHelper::MenuBarFile::buildRecentNetworkFiles | ( | FXMenuPane * | fileMenu, |
FXMenuPane * | fileMenuRecentNetworkFiles | ||
) |
build recent network
Definition at line 137 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommand(), GUIDesigns::buildFXMenuCommandRecentFile(), MFXRecentNetworks::ID_NOFILES, MID_RECENTFILE, and TL.
Referenced by GNEApplicationWindow::fillMenuBar().
|
privatedelete |
Invalidated assignment operator.
|
private |
pointer to current GNEApplicationWindow
Definition at line 143 of file GNEApplicationWindowHelper.h.
MFXRecentNetworks GNEApplicationWindowHelper::MenuBarFile::myRecentConfigs |
List of recent configs.
Definition at line 139 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::loadConfiguration(), GNEApplicationWindow::loadOptionOnStartup(), GNEApplicationWindow::onCmdSaveNeteditConfig(), and GNEApplicationWindow::onCmdSaveSumoConfig().
MFXRecentNetworks GNEApplicationWindowHelper::MenuBarFile::myRecentNetworks |
List of recent networks.
Definition at line 136 of file GNEApplicationWindowHelper.h.
Referenced by GNEApplicationWindow::loadNetwork(), GNEApplicationWindow::loadOptionOnStartup(), and GNEApplicationWindow::onCmdSaveNetwork().