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

struct for Data menu commands More...

#include <GNEApplicationWindowHelper.h>

Collaboration diagram for GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands:
[legend]

Public Member Functions

void buildDataMenuCommands (FXMenuPane *modesMenu)
 build menu commands
 DataMenuCommands (const ModesMenuCommands *modesMenuCommandsParent)
 constructor
void hideDataMenuCommands ()
 hide all menu commands
void showDataMenuCommands ()
 show all menu commands

Data Fields

FXMenuCommand * edgeData = nullptr
 menu command for edge mode
FXMenuCommand * edgeRelData = nullptr
 menu command for edge rel mode
FXMenuCommand * meanData = nullptr
 menu command for mean data
FXMenuCommand * TAZRelData = nullptr
 menu command for TAZ rel mode

Private Member Functions

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

Private Attributes

const ModesMenuCommandsmyModesMenuCommandsParent
 reference to ModesMenuCommands

Detailed Description

struct for Data menu commands

Definition at line 393 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ DataMenuCommands() [1/2]

GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::DataMenuCommands ( const ModesMenuCommands * modesMenuCommandsParent)

constructor

Definition at line 740 of file GNEApplicationWindowHelper.cpp.

References GNEApplicationWindowHelper::ModesMenuCommands::ModesMenuCommands(), and myModesMenuCommandsParent.

Referenced by DataMenuCommands(), and operator=().

Here is the caller graph for this function:

◆ DataMenuCommands() [2/2]

GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::DataMenuCommands ( const DataMenuCommands & )
privatedelete

Invalidated copy constructor.

References DataMenuCommands().

Member Function Documentation

◆ buildDataMenuCommands()

◆ hideDataMenuCommands()

void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::hideDataMenuCommands ( )

hide all menu commands

Definition at line 755 of file GNEApplicationWindowHelper.cpp.

References edgeData, edgeRelData, meanData, and TAZRelData.

◆ operator=()

DataMenuCommands & GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::operator= ( const DataMenuCommands & )
privatedelete

Invalidated assignment operator.

References DataMenuCommands().

◆ showDataMenuCommands()

void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::showDataMenuCommands ( )

show all menu commands

Definition at line 746 of file GNEApplicationWindowHelper.cpp.

References edgeData, edgeRelData, meanData, and TAZRelData.

Field Documentation

◆ edgeData

FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::edgeData = nullptr

menu command for edge mode

Definition at line 408 of file GNEApplicationWindowHelper.h.

Referenced by buildDataMenuCommands(), hideDataMenuCommands(), and showDataMenuCommands().

◆ edgeRelData

FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::edgeRelData = nullptr

menu command for edge rel mode

Definition at line 411 of file GNEApplicationWindowHelper.h.

Referenced by buildDataMenuCommands(), hideDataMenuCommands(), and showDataMenuCommands().

◆ meanData

FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::meanData = nullptr

menu command for mean data

Definition at line 417 of file GNEApplicationWindowHelper.h.

Referenced by buildDataMenuCommands(), hideDataMenuCommands(), and showDataMenuCommands().

◆ myModesMenuCommandsParent

const ModesMenuCommands* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::myModesMenuCommandsParent
private

reference to ModesMenuCommands

Definition at line 421 of file GNEApplicationWindowHelper.h.

Referenced by buildDataMenuCommands(), and DataMenuCommands().

◆ TAZRelData

FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::TAZRelData = nullptr

menu command for TAZ rel mode

Definition at line 414 of file GNEApplicationWindowHelper.h.

Referenced by buildDataMenuCommands(), hideDataMenuCommands(), and showDataMenuCommands().


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