![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for Demand menu commands More...
#include <GNEApplicationWindow.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 529 of file GNEApplicationWindow.h.
GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::DemandMenuCommands | ( | const EditMenuCommands * | editMenuCommandsParent | ) |
constructor
Definition at line 1189 of file GNEApplicationWindow.cpp.
void GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::buildDemandMenuCommands | ( | FXMenuPane * | editMenu | ) |
build menu commands
Definition at line 1230 of file GNEApplicationWindow.cpp.
References GUIIconSubSys::getIcon(), ICON_MODEPERSON, ICON_MODEPERSONPLAN, ICON_MODEPERSONTYPE, ICON_MODEROUTE, ICON_MODESTOP, ICON_MODEVEHICLE, ICON_MODEVEHICLETYPE, MID_HOTKEY_A_ADDITIONALMODE_STOPMODE, MID_HOTKEY_C_CONNECTMODE_PERSONPLANMODE, MID_HOTKEY_P_POLYGONMODE_PERSONMODE, MID_HOTKEY_R_CROSSINGMODE_ROUTEMODE, MID_HOTKEY_T_TLSMODE_VTYPEMODE, MID_HOTKEY_V_VEHICLEMODE, and MID_HOTKEY_W_PROHIBITIONMODE_PERSONTYPEMODE.
void GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::hideDemandMenuCommands | ( | ) |
hide all menu commands
Definition at line 1216 of file GNEApplicationWindow.cpp.
Referenced by GNEApplicationWindow::onCmdClose(), and GNEApplicationWindow::updateSuperModeMenuCommands().
void GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::showDemandMenuCommands | ( | ) |
show all menu commands
Definition at line 1202 of file GNEApplicationWindow.cpp.
Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().
|
private |
reference to EditMenuCommands
Definition at line 566 of file GNEApplicationWindow.h.
|
private |
separator between sets of FXMenuCommand
Definition at line 569 of file GNEApplicationWindow.h.
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::personMode |
menu command for person mode
Definition at line 559 of file GNEApplicationWindow.h.
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::personPlanMode |
menu command for person plan mode
Definition at line 562 of file GNEApplicationWindow.h.
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::personTypeMode |
menu command for person type mode
Definition at line 556 of file GNEApplicationWindow.h.
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::routeMode |
menu command for route mode
Definition at line 544 of file GNEApplicationWindow.h.
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::stopMode |
menu command for stop mode
Definition at line 553 of file GNEApplicationWindow.h.
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::vehicleMode |
menu command for vehicle mode
Definition at line 547 of file GNEApplicationWindow.h.
FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::vehicleTypeMode |
menu command for vehicle type mode
Definition at line 550 of file GNEApplicationWindow.h.