![]() |
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 400 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::DataMenuCommands | ( | const ModesMenuCommands * | modesMenuCommandsParent | ) |
constructor
Definition at line 731 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::buildDataMenuCommands | ( | FXMenuPane * | modesMenu | ) |
build menu commands
Definition at line 755 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), GUIIconSubSys::getIcon(), 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, and TL.
void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::hideDataMenuCommands | ( | ) |
hide all menu commands
Definition at line 746 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::onCmdClose(), and GNEApplicationWindow::updateSuperModeMenuCommands().
|
privatedelete |
Invalidated assignment operator.
void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::showDataMenuCommands | ( | ) |
show all menu commands
Definition at line 737 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::edgeData = nullptr |
menu command for edge mode
Definition at line 415 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::edgeRelData = nullptr |
menu command for edge rel mode
Definition at line 418 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::meanData = nullptr |
menu command for mean data
Definition at line 424 of file GNEApplicationWindowHelper.h.
|
private |
reference to ModesMenuCommands
Definition at line 428 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::TAZRelData = nullptr |
menu command for TAZ rel mode
Definition at line 421 of file GNEApplicationWindowHelper.h.