![]() |
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 More... | |
| CommonMenuCommands (const ModesMenuCommands *modesMenuCommandsParent) | |
| constructor More... | |
Data Fields | |
| FXMenuCommand * | deleteMode |
| menu command for delete mode More... | |
| FXMenuCommand * | inspectMode |
| menu command for inspect mode More... | |
| FXMenuCommand * | selectMode |
| menu command for select mode More... | |
Private Member Functions | |
| CommonMenuCommands (const CommonMenuCommands &)=delete | |
| Invalidated copy constructor. More... | |
| CommonMenuCommands & | operator= (const CommonMenuCommands &)=delete |
| Invalidated assignment operator. More... | |
Private Attributes | |
| const ModesMenuCommands * | myModesMenuCommandsParent |
| reference to ModesMenuCommands More... | |
struct for common menu commands
Definition at line 198 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::CommonMenuCommands | ( | const ModesMenuCommands * | modesMenuCommandsParent | ) |
constructor
Definition at line 305 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
| void GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::buildCommonMenuCommands | ( | FXMenuPane * | modesMenu | ) |
build menu commands
Definition at line 314 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), GUIIconSubSys::getIcon(), MID_HOTKEY_D_MODES_DELETE, MID_HOTKEY_I_MODES_INSPECT, MID_HOTKEY_S_MODES_SELECT, MODEDELETE, MODEINSPECT, and MODESELECT.
|
privatedelete |
Invalidated assignment operator.
| FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::deleteMode |
menu command for delete mode
Definition at line 207 of file GNEApplicationWindowHelper.h.
| FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::inspectMode |
menu command for inspect mode
Definition at line 210 of file GNEApplicationWindowHelper.h.
|
private |
reference to ModesMenuCommands
Definition at line 217 of file GNEApplicationWindowHelper.h.
| FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::selectMode |
menu command for select mode
Definition at line 213 of file GNEApplicationWindowHelper.h.