Eclipse SUMO - Simulation of Urban MObility
GNEApplicationWindow::EditMenuCommands::DemandMenuCommands Struct Reference

struct for Demand menu commands More...

#include <GNEApplicationWindow.h>

Collaboration diagram for GNEApplicationWindow::EditMenuCommands::DemandMenuCommands:

Public Member Functions

void buildDemandMenuCommands (FXMenuPane *editMenu)
 build menu commands More...
 
 DemandMenuCommands (const EditMenuCommands *editMenuCommandsParent)
 constructor More...
 
void hideDemandMenuCommands ()
 hide all menu commands More...
 
void showDemandMenuCommands ()
 show all menu commands More...
 

Data Fields

FXMenuCommand * personMode
 menu command for person mode More...
 
FXMenuCommand * personPlanMode
 menu command for person plan mode More...
 
FXMenuCommand * personTypeMode
 menu command for person type mode More...
 
FXMenuCommand * routeMode
 menu command for route mode More...
 
FXMenuCommand * stopMode
 menu command for stop mode More...
 
FXMenuCommand * vehicleMode
 menu command for vehicle mode More...
 
FXMenuCommand * vehicleTypeMode
 menu command for vehicle type mode More...
 

Private Attributes

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

Detailed Description

struct for Demand menu commands

Definition at line 529 of file GNEApplicationWindow.h.

Constructor & Destructor Documentation

◆ DemandMenuCommands()

GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::DemandMenuCommands ( const EditMenuCommands editMenuCommandsParent)

constructor

Definition at line 1189 of file GNEApplicationWindow.cpp.

Member Function Documentation

◆ buildDemandMenuCommands()

◆ hideDemandMenuCommands()

void GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::hideDemandMenuCommands ( )

hide all menu commands

Definition at line 1216 of file GNEApplicationWindow.cpp.

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

◆ showDemandMenuCommands()

void GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::showDemandMenuCommands ( )

show all menu commands

Definition at line 1202 of file GNEApplicationWindow.cpp.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

Field Documentation

◆ myEditMenuCommandsParent

const EditMenuCommands* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::myEditMenuCommandsParent
private

reference to EditMenuCommands

Definition at line 566 of file GNEApplicationWindow.h.

◆ myHorizontalSeparator

FXMenuSeparator* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::myHorizontalSeparator
private

separator between sets of FXMenuCommand

Definition at line 569 of file GNEApplicationWindow.h.

◆ personMode

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::personMode

menu command for person mode

Definition at line 559 of file GNEApplicationWindow.h.

◆ personPlanMode

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::personPlanMode

menu command for person plan mode

Definition at line 562 of file GNEApplicationWindow.h.

◆ personTypeMode

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::personTypeMode

menu command for person type mode

Definition at line 556 of file GNEApplicationWindow.h.

◆ routeMode

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::routeMode

menu command for route mode

Definition at line 544 of file GNEApplicationWindow.h.

◆ stopMode

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::stopMode

menu command for stop mode

Definition at line 553 of file GNEApplicationWindow.h.

◆ vehicleMode

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::vehicleMode

menu command for vehicle mode

Definition at line 547 of file GNEApplicationWindow.h.

◆ vehicleTypeMode

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::DemandMenuCommands::vehicleTypeMode

menu command for vehicle type mode

Definition at line 550 of file GNEApplicationWindow.h.


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