![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for Data menu commands More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
void | buildDataMenuCommands (FXMenuPane *editMenu) |
build menu commands More... | |
DataMenuCommands (const EditMenuCommands *editMenuCommandsParent) | |
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 Attributes | |
const EditMenuCommands * | myEditMenuCommandsParent |
reference to EditMenuCommands More... | |
FXMenuSeparator * | myHorizontalSeparator |
separator between sets of FXMenuCommand More... | |
struct for Data menu commands
Definition at line 275 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::DataMenuCommands | ( | const EditMenuCommands * | editMenuCommandsParent | ) |
constructor
Definition at line 481 of file GNEApplicationWindowHelper.cpp.
void GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::buildDataMenuCommands | ( | FXMenuPane * | editMenu | ) |
build menu commands
Definition at line 511 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommand(), GUIIconSubSys::getIcon(), MID_HOTKEY_E_MODES_EDGE_EDGEDATA, MID_HOTKEY_R_MODES_CROSSING_ROUTE_EDGERELDATA, MID_HOTKEY_Z_MODES_TAZ_TAZREL, MODEEDGEDATA, MODEEDGERELDATA, and MODETAZRELDATA.
void GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::hideDataMenuCommands | ( | ) |
hide all menu commands
Definition at line 501 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().
void GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::showDataMenuCommands | ( | ) |
show all menu commands
Definition at line 491 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::edgeData |
menu command for edge mode
Definition at line 290 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::edgeRelData |
menu command for edge rel mode
Definition at line 293 of file GNEApplicationWindowHelper.h.
|
private |
reference to EditMenuCommands
Definition at line 300 of file GNEApplicationWindowHelper.h.
|
private |
separator between sets of FXMenuCommand
Definition at line 303 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::TAZRelData |
menu command for TAZ rel mode
Definition at line 296 of file GNEApplicationWindowHelper.h.