![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for common menu commands More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
| void | buildCommonMenuCommands (FXMenuPane *modesMenu) |
| build menu commands | |
| CommonMenuCommands (const ModesMenuCommands *modesMenuCommandsParent) | |
| constructor | |
Data Fields | |
| FXMenuCommand * | deleteMode = nullptr |
| menu command for delete mode | |
| FXMenuCommand * | inspectMode = nullptr |
| menu command for inspect mode | |
| FXMenuCommand * | selectMode = nullptr |
| menu command for select mode | |
Private Member Functions | |
| CommonMenuCommands (const CommonMenuCommands &)=delete | |
| Invalidated copy constructor. | |
| CommonMenuCommands & | operator= (const CommonMenuCommands &)=delete |
| Invalidated assignment operator. | |
Private Attributes | |
| const ModesMenuCommands * | myModesMenuCommandsParent |
| reference to ModesMenuCommands | |
struct for common menu commands
Definition at line 246 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::CommonMenuCommands | ( | const ModesMenuCommands * | modesMenuCommandsParent | ) |
constructor
Definition at line 547 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
| void GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::buildCommonMenuCommands | ( | FXMenuPane * | modesMenu | ) |
build menu commands
Definition at line 553 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), GUIIconSubSys::getIcon(), MID_HOTKEY_D_MODE_SINGLESIMULATIONSTEP_DELETE, MID_HOTKEY_I_MODE_INSPECT, MID_HOTKEY_S_MODE_STOPSIMULATION_SELECT, MODEDELETE, MODEINSPECT, MODESELECT, and TL.
|
privatedelete |
Invalidated assignment operator.
| FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::deleteMode = nullptr |
menu command for delete mode
Definition at line 255 of file GNEApplicationWindowHelper.h.
| FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::inspectMode = nullptr |
menu command for inspect mode
Definition at line 258 of file GNEApplicationWindowHelper.h.
|
private |
reference to ModesMenuCommands
Definition at line 265 of file GNEApplicationWindowHelper.h.
| FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::selectMode = nullptr |
menu command for select mode
Definition at line 261 of file GNEApplicationWindowHelper.h.