![]() |
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 Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindows More... | |
struct for windows menu commands
Definition at line 442 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::WindowsMenuCommands::WindowsMenuCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 771 of file GNEApplicationWindowHelper.cpp.
void GNEApplicationWindowHelper::WindowsMenuCommands::buildWindowsMenuCommands | ( | FXMenuPane * | windowsMenu, |
FXStatusBar * | statusbar, | ||
GUIMessageWindow * | messageWindow | ||
) |
build menu commands
Definition at line 777 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), and MID_CLEARMESSAGEWINDOW.
Referenced by GNEApplicationWindow::fillMenuBar().
|
private |
pointer to current GNEApplicationWindows
Definition at line 452 of file GNEApplicationWindowHelper.h.