Eclipse SUMO - Simulation of Urban MObility
GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands Struct Reference

struct for common menu commands More...

#include <GNEApplicationWindowHelper.h>

Collaboration diagram for GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands:

Public Member Functions

void buildCommonMenuCommands (FXMenuPane *modesMenu)
 build menu commands More...
 
 CommonMenuCommands (const ModesMenuCommands *modesMenuCommandsParent)
 constructor More...
 

Data Fields

FXMenuCommand * deleteMode
 menu command for delete mode More...
 
FXMenuCommand * inspectMode
 menu command for inspect mode More...
 
FXMenuCommand * selectMode
 menu command for select mode More...
 

Private Member Functions

 CommonMenuCommands (const CommonMenuCommands &)=delete
 Invalidated copy constructor. More...
 
CommonMenuCommandsoperator= (const CommonMenuCommands &)=delete
 Invalidated assignment operator. More...
 

Private Attributes

const ModesMenuCommandsmyModesMenuCommandsParent
 reference to ModesMenuCommands More...
 

Detailed Description

struct for common menu commands

Definition at line 198 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ CommonMenuCommands() [1/2]

GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::CommonMenuCommands ( const ModesMenuCommands modesMenuCommandsParent)

constructor

Definition at line 305 of file GNEApplicationWindowHelper.cpp.

◆ CommonMenuCommands() [2/2]

GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::CommonMenuCommands ( const CommonMenuCommands )
privatedelete

Invalidated copy constructor.

Member Function Documentation

◆ buildCommonMenuCommands()

void GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::buildCommonMenuCommands ( FXMenuPane *  modesMenu)

◆ operator=()

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

Invalidated assignment operator.

Field Documentation

◆ deleteMode

FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::deleteMode

menu command for delete mode

Definition at line 207 of file GNEApplicationWindowHelper.h.

◆ inspectMode

FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::inspectMode

menu command for inspect mode

Definition at line 210 of file GNEApplicationWindowHelper.h.

◆ myModesMenuCommandsParent

const ModesMenuCommands* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::myModesMenuCommandsParent
private

reference to ModesMenuCommands

Definition at line 217 of file GNEApplicationWindowHelper.h.

◆ selectMode

FXMenuCommand* GNEApplicationWindowHelper::ModesMenuCommands::CommonMenuCommands::selectMode

menu command for select mode

Definition at line 213 of file GNEApplicationWindowHelper.h.


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