![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for common menu commands More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
void | buildSupermodeMenuCommands (FXMenuPane *modesMenu) |
build menu commands | |
SupermodeMenuCommands (const ModesMenuCommands *modesMenuCommandsParent) | |
constructor | |
Data Fields | |
FXMenuCommand * | dataSupermode |
menu command for data supermode | |
FXMenuCommand * | demandSupermode |
menu command for demand supermode | |
FXMenuCommand * | networkSupermode |
menu command for network supermode | |
Private Member Functions | |
SupermodeMenuCommands & | operator= (const SupermodeMenuCommands &)=delete |
Invalidated assignment operator. | |
SupermodeMenuCommands (const SupermodeMenuCommands &)=delete | |
Invalidated copy constructor. | |
Private Attributes | |
const ModesMenuCommands * | myModesMenuCommandsParent |
reference to ModesMenuCommands | |
struct for common menu commands
Definition at line 233 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::ModesMenuCommands::SupermodeMenuCommands::SupermodeMenuCommands | ( | const ModesMenuCommands * | modesMenuCommandsParent | ) |
constructor
Definition at line 514 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::ModesMenuCommands::SupermodeMenuCommands::buildSupermodeMenuCommands | ( | FXMenuPane * | modesMenu | ) |
build menu commands
Definition at line 523 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, SUPERMODENETWORK, and TL.
|
privatedelete |
Invalidated assignment operator.
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::SupermodeMenuCommands::dataSupermode |
menu command for data supermode
Definition at line 248 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::SupermodeMenuCommands::demandSupermode |
menu command for demand supermode
Definition at line 245 of file GNEApplicationWindowHelper.h.
|
private |
reference to ModesMenuCommands
Definition at line 252 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::SupermodeMenuCommands::networkSupermode |
menu command for network supermode
Definition at line 242 of file GNEApplicationWindowHelper.h.