![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for windows menu commands More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
| void | buildWindowsMenuCommands (FXMenuPane *windowsMenu, FXStatusBar *statusbar, GUIMessageWindow *messageWindow) |
| build menu commands More... | |
| WindowsMenuCommands (GNEApplicationWindow *GNEApp) | |
| constructor More... | |
Private Member Functions | |
| WindowsMenuCommands & | operator= (const WindowsMenuCommands &)=delete |
| Invalidated assignment operator. More... | |
| WindowsMenuCommands (const WindowsMenuCommands &)=delete | |
| Invalidated copy constructor. More... | |
Private Attributes | |
| GNEApplicationWindow * | myGNEApp |
| pointer to current GNEApplicationWindows More... | |
struct for windows menu commands
Definition at line 968 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::WindowsMenuCommands::WindowsMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 1797 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
| void GNEApplicationWindowHelper::WindowsMenuCommands::buildWindowsMenuCommands | ( | FXMenuPane * | windowsMenu, |
| FXStatusBar * | statusbar, | ||
| GUIMessageWindow * | messageWindow | ||
| ) |
build menu commands
Definition at line 1803 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCheckbox(), GUIDesigns::buildFXMenuCommandShortcut(), CLEARMESSAGEWINDOW, GUIIconSubSys::getIcon(), and MID_CLEARMESSAGEWINDOW.
Referenced by GNEApplicationWindow::fillMenuBar().
|
privatedelete |
Invalidated assignment operator.
|
private |
pointer to current GNEApplicationWindows
Definition at line 978 of file GNEApplicationWindowHelper.h.