Eclipse SUMO - Simulation of Urban MObility
GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands Struct Reference

struct for Data menu commands More...

#include <GNEApplicationWindowHelper.h>

Collaboration diagram for GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands:

Public Member Functions

void buildDataMenuCommands (FXMenuPane *editMenu)
 build menu commands More...
 
 DataMenuCommands (const EditMenuCommands *editMenuCommandsParent)
 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 Attributes

const EditMenuCommandsmyEditMenuCommandsParent
 reference to EditMenuCommands More...
 
FXMenuSeparator * myHorizontalSeparator
 separator between sets of FXMenuCommand More...
 

Detailed Description

struct for Data menu commands

Definition at line 275 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ DataMenuCommands()

GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::DataMenuCommands ( const EditMenuCommands editMenuCommandsParent)

constructor

Definition at line 481 of file GNEApplicationWindowHelper.cpp.

Member Function Documentation

◆ buildDataMenuCommands()

void GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::buildDataMenuCommands ( FXMenuPane *  editMenu)

◆ hideDataMenuCommands()

void GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::hideDataMenuCommands ( )

hide all menu commands

Definition at line 501 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

Here is the caller graph for this function:

◆ showDataMenuCommands()

void GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::showDataMenuCommands ( )

show all menu commands

Definition at line 491 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

Here is the caller graph for this function:

Field Documentation

◆ edgeData

FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::edgeData

menu command for edge mode

Definition at line 290 of file GNEApplicationWindowHelper.h.

◆ edgeRelData

FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::edgeRelData

menu command for edge rel mode

Definition at line 293 of file GNEApplicationWindowHelper.h.

◆ myEditMenuCommandsParent

const EditMenuCommands* GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::myEditMenuCommandsParent
private

reference to EditMenuCommands

Definition at line 300 of file GNEApplicationWindowHelper.h.

◆ myHorizontalSeparator

FXMenuSeparator* GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::myHorizontalSeparator
private

separator between sets of FXMenuCommand

Definition at line 303 of file GNEApplicationWindowHelper.h.

◆ TAZRelData

FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::DataMenuCommands::TAZRelData

menu command for TAZ rel mode

Definition at line 296 of file GNEApplicationWindowHelper.h.


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