Eclipse SUMO - Simulation of Urban MObility
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 More...
 
 DataMenuCommands (const ModesMenuCommands *modesMenuCommandsParent)
 constructor More...
 
void hideDataMenuCommands ()
 hide all menu commands More...
 
void showDataMenuCommands ()
 show all menu commands More...
 

Data Fields

FXMenuCommand * edgeData
 menu command for edge mode More...
 
FXMenuCommand * edgeRelData
 menu command for edge rel mode More...
 
FXMenuCommand * TAZRelData
 menu command for TAZ rel mode More...
 

Private Member Functions

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

Private Attributes

const ModesMenuCommandsmyModesMenuCommandsParent
 reference to ModesMenuCommands More...
 

Detailed Description

struct for Data menu commands

Definition at line 368 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ DataMenuCommands() [1/2]

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

constructor

Definition at line 499 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 516 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::onCmdClose(), GNEApplicationWindow::onCmdReload(), 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 508 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

Here is the caller graph for this function:

Field Documentation

◆ edgeData

FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::edgeData

menu command for edge mode

Definition at line 383 of file GNEApplicationWindowHelper.h.

◆ edgeRelData

FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::edgeRelData

menu command for edge rel mode

Definition at line 386 of file GNEApplicationWindowHelper.h.

◆ myModesMenuCommandsParent

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

reference to ModesMenuCommands

Definition at line 393 of file GNEApplicationWindowHelper.h.

◆ TAZRelData

FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::DataMenuCommands::TAZRelData

menu command for TAZ rel mode

Definition at line 389 of file GNEApplicationWindowHelper.h.


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