![]() |
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 | |
| DataMenuCommands (const ModesMenuCommands *modesMenuCommandsParent) | |
| constructor | |
| void | hideDataMenuCommands () |
| hide all menu commands | |
| void | showDataMenuCommands () |
| show all menu commands | |
Data Fields | |
| FXMenuCommand * | edgeData = nullptr |
| menu command for edge mode | |
| FXMenuCommand * | edgeRelData = nullptr |
| menu command for edge rel mode | |
| FXMenuCommand * | meanData = nullptr |
| menu command for mean data | |
| FXMenuCommand * | TAZRelData = nullptr |
| menu command for TAZ rel mode | |
Private Member Functions | |
| DataMenuCommands (const DataMenuCommands &)=delete | |
| Invalidated copy constructor. | |
| DataMenuCommands & | operator= (const DataMenuCommands &)=delete |
| Invalidated assignment operator. | |
Private Attributes | |
| const ModesMenuCommands * | myModesMenuCommandsParent |
| reference to ModesMenuCommands | |
struct for Data menu commands
Definition at line 393 of file GNEApplicationWindowHelper.h.
| GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::DataMenuCommands | ( | const ModesMenuCommands * | modesMenuCommandsParent | ) |
constructor
Definition at line 740 of file GNEApplicationWindowHelper.cpp.
References GNEApplicationWindowHelper::ModesMenuCommands::ModesMenuCommands(), and myModesMenuCommandsParent.
Referenced by DataMenuCommands(), and operator=().
|
privatedelete |
Invalidated copy constructor.
References DataMenuCommands().
| void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::buildDataMenuCommands | ( | FXMenuPane * | modesMenu | ) |
build menu commands
Definition at line 764 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), edgeData, edgeRelData, GUIIconSubSys::getIcon(), meanData, MID_HOTKEY_E_MODE_EDGE_EDGEDATA, MID_HOTKEY_M_MODE_MOVE_MEANDATA, MID_HOTKEY_R_MODE_CROSSING_ROUTE_EDGERELDATA, MID_HOTKEY_Z_MODE_TAZ_TAZREL, MODEEDGEDATA, MODEEDGERELDATA, MODEMEANDATA, MODETAZRELDATA, myModesMenuCommandsParent, TAZRelData, and TL.
| void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::hideDataMenuCommands | ( | ) |
hide all menu commands
Definition at line 755 of file GNEApplicationWindowHelper.cpp.
References edgeData, edgeRelData, meanData, and TAZRelData.
|
privatedelete |
Invalidated assignment operator.
References DataMenuCommands().
| void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::showDataMenuCommands | ( | ) |
show all menu commands
Definition at line 746 of file GNEApplicationWindowHelper.cpp.
References edgeData, edgeRelData, meanData, and TAZRelData.
| FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::edgeData = nullptr |
menu command for edge mode
Definition at line 408 of file GNEApplicationWindowHelper.h.
Referenced by buildDataMenuCommands(), hideDataMenuCommands(), and showDataMenuCommands().
| FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::edgeRelData = nullptr |
menu command for edge rel mode
Definition at line 411 of file GNEApplicationWindowHelper.h.
Referenced by buildDataMenuCommands(), hideDataMenuCommands(), and showDataMenuCommands().
| FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::meanData = nullptr |
menu command for mean data
Definition at line 417 of file GNEApplicationWindowHelper.h.
Referenced by buildDataMenuCommands(), hideDataMenuCommands(), and showDataMenuCommands().
|
private |
reference to ModesMenuCommands
Definition at line 421 of file GNEApplicationWindowHelper.h.
Referenced by buildDataMenuCommands(), and DataMenuCommands().
| FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::TAZRelData = nullptr |
menu command for TAZ rel mode
Definition at line 414 of file GNEApplicationWindowHelper.h.
Referenced by buildDataMenuCommands(), hideDataMenuCommands(), and showDataMenuCommands().