![]() |
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 *applicationWindow) | |
| 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 * | myApplicationWindow |
| pointer to current GNEApplicationWindow | |
struct for menu bar file
Definition at line 128 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::MenuBarFile::MenuBarFile | ( | GNEApplicationWindow * | applicationWindow | ) |
constructor
Definition at line 134 of file GNEApplicationWindowHelper.cpp.
References myApplicationWindow, myRecentConfigs, myRecentNetworks, and TL.
Referenced by MenuBarFile(), and operator=().
|
privatedelete |
Invalidated copy constructor.
References MenuBarFile().
| void GNEApplicationWindowHelper::MenuBarFile::buildRecentConfigFiles | ( | FXMenuPane * | fileMenu, |
| FXMenuPane * | fileMenuRecentConfigFiles ) |
build recent config
Definition at line 165 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommand(), GUIDesigns::buildFXMenuCommandRecentFile(), MFXRecentNetworks::ID_NOFILES, MID_RECENTFILE, myApplicationWindow, myRecentConfigs, and TL.
| void GNEApplicationWindowHelper::MenuBarFile::buildRecentNetworkFiles | ( | FXMenuPane * | fileMenu, |
| FXMenuPane * | fileMenuRecentNetworkFiles ) |
build recent network
Definition at line 142 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommand(), GUIDesigns::buildFXMenuCommandRecentFile(), MFXRecentNetworks::ID_NOFILES, MID_RECENTFILE, myApplicationWindow, myRecentNetworks, and TL.
|
privatedelete |
Invalidated assignment operator.
References MenuBarFile().
|
private |
pointer to current GNEApplicationWindow
Definition at line 147 of file GNEApplicationWindowHelper.h.
Referenced by buildRecentConfigFiles(), buildRecentNetworkFiles(), and MenuBarFile().
| MFXRecentNetworks GNEApplicationWindowHelper::MenuBarFile::myRecentConfigs |
List of recent configs.
Definition at line 143 of file GNEApplicationWindowHelper.h.
Referenced by buildRecentConfigFiles(), and MenuBarFile().
| MFXRecentNetworks GNEApplicationWindowHelper::MenuBarFile::myRecentNetworks |
List of recent networks.
Definition at line 140 of file GNEApplicationWindowHelper.h.
Referenced by buildRecentNetworkFiles(), and MenuBarFile().