![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for supermode commands More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
void | buildSupermodeCommands (FXMenuPane *editMenu) |
build menu commands More... | |
void | hideSupermodeCommands () |
hide all menu commands More... | |
void | showSupermodeCommands () |
show all menu commands More... | |
SupermodeCommands (GNEApplicationWindow *GNEApp) | |
constructor More... | |
Data Fields | |
FXMenuCommand * | dataMode |
FXMenuCommand for data supermode. More... | |
FXMenuCommand * | demandMode |
FXMenuCommand for demand supermode. More... | |
FXMenuCommand * | networkMode |
FXMenuCommand for network supermode. More... | |
Private Member Functions | |
SupermodeCommands & | operator= (const SupermodeCommands &)=delete |
Invalidated assignment operator. More... | |
SupermodeCommands (const SupermodeCommands &)=delete | |
Invalidated copy constructor. More... | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindows More... | |
struct for supermode commands
Definition at line 913 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::SupermodeCommands::SupermodeCommands | ( | GNEApplicationWindow * | GNEApp | ) |
constructor
Definition at line 1669 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::SupermodeCommands::buildSupermodeCommands | ( | FXMenuPane * | editMenu | ) |
build menu commands
Definition at line 1694 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), GUIIconSubSys::getIcon(), MID_HOTKEY_F2_SUPERMODE_NETWORK, MID_HOTKEY_F3_SUPERMODE_DEMAND, MID_HOTKEY_F4_SUPERMODE_DATA, SUPERMODEDATA, SUPERMODEDEMAND, and SUPERMODENETWORK.
Referenced by GNEApplicationWindow::fillMenuBar().
void GNEApplicationWindowHelper::SupermodeCommands::hideSupermodeCommands | ( | ) |
hide all menu commands
Definition at line 1686 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::fillMenuBar(), GNEApplicationWindow::onCmdClose(), and GNEApplicationWindow::onCmdReload().
|
privatedelete |
Invalidated assignment operator.
void GNEApplicationWindowHelper::SupermodeCommands::showSupermodeCommands | ( | ) |
show all menu commands
Definition at line 1678 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::loadConfigOrNet().
FXMenuCommand* GNEApplicationWindowHelper::SupermodeCommands::dataMode |
FXMenuCommand for data supermode.
Definition at line 934 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::SupermodeCommands::demandMode |
FXMenuCommand for demand supermode.
Definition at line 931 of file GNEApplicationWindowHelper.h.
|
private |
pointer to current GNEApplicationWindows
Definition at line 938 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::SupermodeCommands::networkMode |
FXMenuCommand for network supermode.
Definition at line 928 of file GNEApplicationWindowHelper.h.