![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for Demand menu commands More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
void | buildDemandMenuCommands (FXMenuPane *editMenu) |
build menu commands More... | |
DemandMenuCommands (const EditMenuCommands *editMenuCommandsParent) | |
constructor More... | |
void | hideDemandMenuCommands () |
hide all menu commands More... | |
void | showDemandMenuCommands () |
show all menu commands More... | |
Data Fields | |
FXMenuCommand * | personMode |
menu command for person mode More... | |
FXMenuCommand * | personPlanMode |
menu command for person plan mode More... | |
FXMenuCommand * | personTypeMode |
menu command for person type mode More... | |
FXMenuCommand * | routeMode |
menu command for route mode More... | |
FXMenuCommand * | stopMode |
menu command for stop mode More... | |
FXMenuCommand * | vehicleMode |
menu command for vehicle mode More... | |
FXMenuCommand * | vehicleTypeMode |
menu command for vehicle type mode More... | |
Private Attributes | |
const EditMenuCommands * | myEditMenuCommandsParent |
reference to EditMenuCommands More... | |
FXMenuSeparator * | myHorizontalSeparator |
separator between sets of FXMenuCommand More... | |
struct for Demand menu commands
Definition at line 230 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::EditMenuCommands::DemandMenuCommands::DemandMenuCommands | ( | const EditMenuCommands * | editMenuCommandsParent | ) |
constructor
Definition at line 408 of file GNEApplicationWindowHelper.cpp.
void GNEApplicationWindowHelper::EditMenuCommands::DemandMenuCommands::buildDemandMenuCommands | ( | FXMenuPane * | editMenu | ) |
build menu commands
Definition at line 450 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCommandShortcut(), GUIIconSubSys::getIcon(), MID_HOTKEY_A_MODES_ADDITIONAL_STOP, MID_HOTKEY_C_MODES_CONNECT_PERSONPLAN, MID_HOTKEY_P_MODES_POLYGON_PERSON, MID_HOTKEY_R_MODES_CROSSING_ROUTE_EDGERELDATA, MID_HOTKEY_T_MODES_TLS_VTYPE, MID_HOTKEY_V_MODES_VEHICLE, MID_HOTKEY_W_MODES_PROHIBITION_PERSONTYPE, MODEPERSON, MODEPERSONPLAN, MODEPERSONTYPE, MODEROUTE, MODESTOP, MODEVEHICLE, and MODEVEHICLETYPE.
void GNEApplicationWindowHelper::EditMenuCommands::DemandMenuCommands::hideDemandMenuCommands | ( | ) |
hide all menu commands
Definition at line 436 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdReload(), and GNEApplicationWindow::updateSuperModeMenuCommands().
void GNEApplicationWindowHelper::EditMenuCommands::DemandMenuCommands::showDemandMenuCommands | ( | ) |
show all menu commands
Definition at line 422 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().
|
private |
reference to EditMenuCommands
Definition at line 267 of file GNEApplicationWindowHelper.h.
|
private |
separator between sets of FXMenuCommand
Definition at line 270 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DemandMenuCommands::personMode |
menu command for person mode
Definition at line 260 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DemandMenuCommands::personPlanMode |
menu command for person plan mode
Definition at line 263 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DemandMenuCommands::personTypeMode |
menu command for person type mode
Definition at line 257 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DemandMenuCommands::routeMode |
menu command for route mode
Definition at line 245 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DemandMenuCommands::stopMode |
menu command for stop mode
Definition at line 254 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DemandMenuCommands::vehicleMode |
menu command for vehicle mode
Definition at line 248 of file GNEApplicationWindowHelper.h.
FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DemandMenuCommands::vehicleTypeMode |
menu command for vehicle type mode
Definition at line 251 of file GNEApplicationWindowHelper.h.