![]() |
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 | |
| WindowsMenuCommands (GNEApplicationWindow *applicationWindow) | |
| constructor | |
Private Member Functions | |
| WindowsMenuCommands & | operator= (const WindowsMenuCommands &)=delete |
| Invalidated assignment operator. | |
| WindowsMenuCommands (const WindowsMenuCommands &)=delete | |
| Invalidated copy constructor. | |
Private Attributes | |
| GNEApplicationWindow * | myApplicationWindow |
| pointer to current GNEApplicationWindow | |
struct for windows menu commands
Definition at line 1029 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::WindowsMenuCommands::WindowsMenuCommands | ( | GNEApplicationWindow * | applicationWindow | ) |
constructor
Definition at line 2137 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
| void GNEApplicationWindowHelper::WindowsMenuCommands::buildWindowsMenuCommands | ( | FXMenuPane * | windowsMenu, |
| FXStatusBar * | statusbar, | ||
| GUIMessageWindow * | messageWindow | ||
| ) |
build menu commands
Definition at line 2143 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCheckbox(), GUIDesigns::buildFXMenuCommandShortcut(), CLEARMESSAGEWINDOW, GUIIconSubSys::getIcon(), MID_CLEARMESSAGEWINDOW, and TL.
Referenced by GNEApplicationWindow::fillMenuBar().
|
privatedelete |
Invalidated assignment operator.
|
private |
pointer to current GNEApplicationWindow
Definition at line 1039 of file GNEApplicationWindowHelper.h.