![]() |
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 |
menu command for delete mode | |
FXMenuCommand * | inspectMode |
menu command for inspect mode | |
FXMenuCommand * | selectMode |
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 262 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::CommonMenuCommands | ( | const ModesMenuCommands * | modesMenuCommandsParent | ) |
constructor
Definition at line 540 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::buildCommonMenuCommands | ( | FXMenuPane * | modesMenu | ) |
build menu commands
Definition at line 549 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 |
menu command for delete mode
Definition at line 271 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::inspectMode |
menu command for inspect mode
Definition at line 274 of file GNEApplicationWindowHelper.h.
|
private |
reference to ModesMenuCommands
Definition at line 281 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::selectMode |
menu command for select mode
Definition at line 277 of file GNEApplicationWindowHelper.h.