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 400 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ DataMenuCommands() [1/2]

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

constructor

Definition at line 731 of file GNEApplicationWindowHelper.cpp.

◆ DataMenuCommands() [2/2]

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

Invalidated copy constructor.

Member Function Documentation

◆ buildDataMenuCommands()

void GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::buildDataMenuCommands ( FXMenuPane *  modesMenu)

◆ hideDataMenuCommands()

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

hide all menu commands

Definition at line 746 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::onCmdClose(), and GNEApplicationWindow::updateSuperModeMenuCommands().

Here is the caller graph for this function:

◆ operator=()

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

Invalidated assignment operator.

◆ showDataMenuCommands()

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

show all menu commands

Definition at line 737 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

Here is the caller graph for this function:

Field Documentation

◆ edgeData

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

menu command for edge mode

Definition at line 415 of file GNEApplicationWindowHelper.h.

◆ edgeRelData

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

menu command for edge rel mode

Definition at line 418 of file GNEApplicationWindowHelper.h.

◆ meanData

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

menu command for mean data

Definition at line 424 of file GNEApplicationWindowHelper.h.

◆ myModesMenuCommandsParent

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

reference to ModesMenuCommands

Definition at line 428 of file GNEApplicationWindowHelper.h.

◆ TAZRelData

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

menu command for TAZ rel mode

Definition at line 421 of file GNEApplicationWindowHelper.h.


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