![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct used to group all variables related to view options in supermode Data More...
#include <GNEApplicationWindowHelper.h>
Public Member Functions | |
void | buildDataViewOptionsMenuChecks (FXMenuPane *editMenu) |
build menu checks More... | |
DataViewOptions (GNEApplicationWindow *GNEApp) | |
default constructor More... | |
void | hideDataViewOptionsMenuChecks () |
hide all options menu checks More... | |
void | updateShortcuts () |
update shortcuts (alt+X) More... | |
Data Fields | |
MFXMenuCheckIcon * | menuCheckShowAdditionals |
menu check to show Additionals More... | |
MFXMenuCheckIcon * | menuCheckShowDemandElements |
menu check to show Demand Elements More... | |
MFXMenuCheckIcon * | menuCheckShowShapes |
menu check to show Shapes More... | |
MFXMenuCheckIcon * | menuCheckToggleDrawJunctionShape |
menu check to toggle draw junction shape More... | |
MFXMenuCheckIcon * | menuCheckToggleTAZDrawFill |
menu check to toggle TAZ draw fill More... | |
MFXMenuCheckIcon * | menuCheckToggleTAZRelDrawing |
menu check to toggle TAZRel drawing mode More... | |
MFXMenuCheckIcon * | menuCheckToggleTAZRelOnlyFrom |
menu check to toggle TAZRel only from More... | |
MFXMenuCheckIcon * | menuCheckToggleTAZRelOnlyTo |
menu check to toggle TAZRel only to More... | |
FXMenuSeparator * | separator |
separator More... | |
Private Member Functions | |
DataViewOptions (const DataViewOptions &)=delete | |
Invalidated copy constructor. More... | |
DataViewOptions & | operator= (const DataViewOptions &)=delete |
Invalidated assignment operator. More... | |
Private Attributes | |
GNEApplicationWindow * | myGNEApp |
pointer to current GNEApplicationWindows More... | |
struct used to group all variables related to view options in supermode Data
Definition at line 574 of file GNEApplicationWindowHelper.h.
GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::DataViewOptions | ( | GNEApplicationWindow * | GNEApp | ) |
default constructor
Definition at line 922 of file GNEApplicationWindowHelper.cpp.
|
privatedelete |
Invalidated copy constructor.
void GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::buildDataViewOptionsMenuChecks | ( | FXMenuPane * | editMenu | ) |
build menu checks
Definition at line 937 of file GNEApplicationWindowHelper.cpp.
References GUIDesigns::buildFXMenuCheckboxIcon(), COMMONMODE_CHECKBOX_SHOWDEMANDELEMENTS, COMMONMODE_CHECKBOX_TOGGLEDRAWJUNCTIONSHAPE, DATAMODE_CHECKBOX_SHOWADDITIONALS, DATAMODE_CHECKBOX_SHOWSHAPES, DATAMODE_CHECKBOX_TAZDRAWFILL, DATAMODE_CHECKBOX_TAZRELDRAWING, DATAMODE_CHECKBOX_TAZRELONLYFROM, DATAMODE_CHECKBOX_TAZRELONLYTO, GUIIconSubSys::getIcon(), MID_GNE_DATAVIEWOPTIONS_SHOWADDITIONALS, MID_GNE_DATAVIEWOPTIONS_SHOWDEMANDELEMENTS, MID_GNE_DATAVIEWOPTIONS_SHOWSHAPES, MID_GNE_DATAVIEWOPTIONS_TAZDRAWFILL, MID_GNE_DATAVIEWOPTIONS_TAZRELDRAWING, MID_GNE_DATAVIEWOPTIONS_TAZRELONLYFROM, MID_GNE_DATAVIEWOPTIONS_TAZRELONLYTO, MID_GNE_DEMANDVIEWOPTIONS_TOGGLEDRAWJUNCTIONSHAPE, and GNEApplicationWindowHelper::EditMenuCommands::myGNEApp.
Referenced by GNEApplicationWindow::fillMenuBar().
void GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::hideDataViewOptionsMenuChecks | ( | ) |
hide all options menu checks
Definition at line 984 of file GNEApplicationWindowHelper.cpp.
Referenced by GNEApplicationWindow::fillMenuBar(), GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdReload(), GNEViewNet::updateDataModeSpecificControls(), GNEViewNet::updateDemandModeSpecificControls(), and GNEViewNet::updateNetworkModeSpecificControls().
|
privatedelete |
Invalidated assignment operator.
void GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::updateShortcuts | ( | ) |
update shortcuts (alt+X)
Definition at line 998 of file GNEApplicationWindowHelper.cpp.
References toString().
MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckShowAdditionals |
menu check to show Additionals
Definition at line 592 of file GNEApplicationWindowHelper.h.
MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckShowDemandElements |
menu check to show Demand Elements
Definition at line 598 of file GNEApplicationWindowHelper.h.
MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckShowShapes |
menu check to show Shapes
Definition at line 595 of file GNEApplicationWindowHelper.h.
MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckToggleDrawJunctionShape |
menu check to toggle draw junction shape
Definition at line 589 of file GNEApplicationWindowHelper.h.
MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckToggleTAZDrawFill |
menu check to toggle TAZ draw fill
Definition at line 604 of file GNEApplicationWindowHelper.h.
MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckToggleTAZRelDrawing |
menu check to toggle TAZRel drawing mode
Definition at line 601 of file GNEApplicationWindowHelper.h.
MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckToggleTAZRelOnlyFrom |
menu check to toggle TAZRel only from
Definition at line 607 of file GNEApplicationWindowHelper.h.
MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckToggleTAZRelOnlyTo |
menu check to toggle TAZRel only to
Definition at line 610 of file GNEApplicationWindowHelper.h.
|
private |
pointer to current GNEApplicationWindows
Definition at line 617 of file GNEApplicationWindowHelper.h.
FXMenuSeparator* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::separator |
separator
Definition at line 613 of file GNEApplicationWindowHelper.h.