Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions Struct Reference

struct used to group all variables related to view options in supermode Data More...

#include <GNEApplicationWindowHelper.h>

Collaboration diagram for GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions:
[legend]

Public Member Functions

void buildDataViewOptionsMenuChecks (FXMenuPane *editMenu)
 build menu checks
 
 DataViewOptions (GNEApplicationWindow *GNEApp)
 default constructor
 
void hideDataViewOptionsMenuChecks ()
 hide all options menu checks
 
void updateShortcuts ()
 update shortcuts (alt+X)
 

Data Fields

MFXMenuCheckIcon * menuCheckShowAdditionals
 menu check to show Additionals
 
MFXMenuCheckIcon * menuCheckShowDemandElements
 menu check to show Demand Elements
 
MFXMenuCheckIcon * menuCheckShowShapes
 menu check to show Shapes
 
MFXMenuCheckIcon * menuCheckToggleDrawJunctionShape
 menu check to toggle draw junction shape
 
MFXMenuCheckIcon * menuCheckToggleTAZDrawFill
 menu check to toggle TAZ draw fill
 
MFXMenuCheckIcon * menuCheckToggleTAZRelDrawing
 menu check to toggle TAZRel drawing mode
 
MFXMenuCheckIcon * menuCheckToggleTAZRelOnlyFrom
 menu check to toggle TAZRel only from
 
MFXMenuCheckIcon * menuCheckToggleTAZRelOnlyTo
 menu check to toggle TAZRel only to
 
FXMenuSeparator * separator
 separator
 

Private Member Functions

 DataViewOptions (const DataViewOptions &)=delete
 Invalidated copy constructor.
 
DataViewOptions & operator= (const DataViewOptions &)=delete
 Invalidated assignment operator.
 

Private Attributes

GNEApplicationWindow * myGNEApp
 pointer to current GNEApplicationWindows
 

Detailed Description

struct used to group all variables related to view options in supermode Data

Definition at line 612 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ DataViewOptions() [1/2]

GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::DataViewOptions ( GNEApplicationWindow *  GNEApp)

default constructor

Definition at line 1153 of file GNEApplicationWindowHelper.cpp.

◆ DataViewOptions() [2/2]

GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::DataViewOptions ( const DataViewOptions &  )
privatedelete

Invalidated copy constructor.

Member Function Documentation

◆ buildDataViewOptionsMenuChecks()

◆ hideDataViewOptionsMenuChecks()

void GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::hideDataViewOptionsMenuChecks ( )

hide all options menu checks

Definition at line 1215 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::fillMenuBar(), GNEApplicationWindow::onCmdClose(), GNEViewNet::updateDataModeSpecificControls(), GNEViewNet::updateDemandModeSpecificControls(), and GNEViewNet::updateNetworkModeSpecificControls().

Here is the caller graph for this function:

◆ operator=()

DataViewOptions & GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::operator= ( const DataViewOptions &  )
privatedelete

Invalidated assignment operator.

◆ updateShortcuts()

void GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::updateShortcuts ( )

update shortcuts (alt+X)

Definition at line 1229 of file GNEApplicationWindowHelper.cpp.

References toString().

Field Documentation

◆ menuCheckShowAdditionals

MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckShowAdditionals

menu check to show Additionals

Definition at line 630 of file GNEApplicationWindowHelper.h.

◆ menuCheckShowDemandElements

MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckShowDemandElements

menu check to show Demand Elements

Definition at line 636 of file GNEApplicationWindowHelper.h.

◆ menuCheckShowShapes

MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckShowShapes

menu check to show Shapes

Definition at line 633 of file GNEApplicationWindowHelper.h.

◆ menuCheckToggleDrawJunctionShape

MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckToggleDrawJunctionShape

menu check to toggle draw junction shape

Definition at line 627 of file GNEApplicationWindowHelper.h.

◆ menuCheckToggleTAZDrawFill

MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckToggleTAZDrawFill

menu check to toggle TAZ draw fill

Definition at line 642 of file GNEApplicationWindowHelper.h.

◆ menuCheckToggleTAZRelDrawing

MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckToggleTAZRelDrawing

menu check to toggle TAZRel drawing mode

Definition at line 639 of file GNEApplicationWindowHelper.h.

◆ menuCheckToggleTAZRelOnlyFrom

MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckToggleTAZRelOnlyFrom

menu check to toggle TAZRel only from

Definition at line 645 of file GNEApplicationWindowHelper.h.

◆ menuCheckToggleTAZRelOnlyTo

MFXMenuCheckIcon* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::menuCheckToggleTAZRelOnlyTo

menu check to toggle TAZRel only to

Definition at line 648 of file GNEApplicationWindowHelper.h.

◆ myGNEApp

GNEApplicationWindow* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::myGNEApp
private

pointer to current GNEApplicationWindows

Definition at line 655 of file GNEApplicationWindowHelper.h.

◆ separator

FXMenuSeparator* GNEApplicationWindowHelper::EditMenuCommands::DataViewOptions::separator

separator

Definition at line 651 of file GNEApplicationWindowHelper.h.


The documentation for this struct was generated from the following files: