![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for Data menu commands More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
void | buildDataMenuCommands (FXMenuPane *modesMenu) |
build menu commands More... | |
DataMenuCommands (const ModesMenuCommands *modesMenuCommandsParent) | |
constructor More... | |
void | hideDataMenuCommands () |
hide all menu commands More... | |
void | showDataMenuCommands () |
show all menu commands More... | |
Data Fields | |
FXMenuCommand * | edgeData |
menu command for edge mode More... | |
FXMenuCommand * | edgeRelData |
menu command for edge rel mode More... | |
FXMenuCommand * | TAZRelData |
menu command for TAZ rel mode More... | |
Private Member Functions | |
DataMenuCommands (const DataMenuCommands &)=delete | |
Invalidated copy constructor. More... | |
DataMenuCommands & | operator= (const DataMenuCommands &)=delete |
Invalidated assignment operator. More... | |
Private Attributes | |
const ModesMenuCommands * | myModesMenuCommandsParent |
reference to ModesMenuCommands More... | |
struct for Data menu commands
Definition at line 368 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::DataMenuCommands | ( | const ModesMenuCommands * | modesMenuCommandsParent | ) |
constructor
Definition at line 499 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::buildDataMenuCommands | ( | FXMenuPane * | modesMenu | ) |
build menu commands
Definition at line 524 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommand(), GUIIconSubSys::getIcon(), MID_HOTKEY_E_MODE_EDGE_EDGEDATA, MID_HOTKEY_R_MODE_CROSSING_ROUTE_EDGERELDATA, MID_HOTKEY_Z_MODE_TAZ_TAZREL, MODEEDGEDATA, MODEEDGERELDATA, and MODETAZRELDATA.
void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::hideDataMenuCommands | ( | ) |
hide all menu commands
Definition at line 516 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdReload(), and GNEApplicationWindow::updateSuperModeMenuCommands().
|
privatedelete |
Invalidated assignment operator.
void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::showDataMenuCommands | ( | ) |
show all menu commands
Definition at line 508 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::edgeData |
menu command for edge mode
Definition at line 383 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::edgeRelData |
menu command for edge rel mode
Definition at line 386 of file GNEApplicationWindowHelper.h.
|
private |
reference to ModesMenuCommands
Definition at line 393 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::TAZRelData |
menu command for TAZ rel mode
Definition at line 389 of file GNEApplicationWindowHelper.h.