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

struct for edit menu commands More...

#include <GNEApplicationWindowHelper.h>

Collaboration diagram for GNEApplicationWindowHelper::EditMenuCommands:
[legend]

Data Structures

struct  DataMenuCommands
 struct for Data menu commands More...
 
struct  DemandMenuCommands
 struct for Demand menu commands More...
 
struct  NetworkMenuCommands
 struct for network menu commands More...
 

Public Member Functions

void buildEditMenuCommands (FXMenuPane *editMenu)
 build edit menu commands More...
 
 EditMenuCommands (GNEApplicationWindow *GNEApp)
 constructor More...
 

Data Fields

FXMenuCommand * clearFrontElement
 FXMenuCommand for clear Front element. More...
 
DataMenuCommands dataMenuCommands
 Data Menu Commands. More...
 
DemandMenuCommands demandMenuCommands
 Demand Menu Commands. More...
 
FXMenuCommand * editViewPort
 FXMenuCommand for edit view port. More...
 
FXMenuCommand * editViewScheme
 FXMenuCommand for edit view scheme. More...
 
FXMenuCheck * loadAdditionalsInSUMOGUI
 menu check for load additionals in SUMO GUI More...
 
FXMenuCheck * loadDemandInSUMOGUI
 menu check for load demand in SUMO GUI More...
 
NetworkMenuCommands networkMenuCommands
 Network Menu Commands. More...
 
FXMenuCommand * openInSUMOGUI
 FXMenuCommand for open in SUMO GUI. More...
 
FXMenuCommand * redoLastChange
 FXMenuCommand for redo last change. More...
 
FXMenuCommand * toogleGrid
 FXMenuCommand for toogle grid. More...
 
FXMenuCommand * undoLastChange
 FXMenuCommand for undo last change. More...
 

Private Attributes

GNEApplicationWindowmyGNEApp
 pointer to current GNEApplicationWindows More...
 

Detailed Description

struct for edit menu commands

Definition at line 168 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ EditMenuCommands()

GNEApplicationWindowHelper::EditMenuCommands::EditMenuCommands ( GNEApplicationWindow GNEApp)

constructor

Definition at line 530 of file GNEApplicationWindowHelper.cpp.

Member Function Documentation

◆ buildEditMenuCommands()

void GNEApplicationWindowHelper::EditMenuCommands::buildEditMenuCommands ( FXMenuPane *  editMenu)

Field Documentation

◆ clearFrontElement

FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::clearFrontElement

FXMenuCommand for clear Front element.

Definition at line 342 of file GNEApplicationWindowHelper.h.

◆ dataMenuCommands

DataMenuCommands GNEApplicationWindowHelper::EditMenuCommands::dataMenuCommands

Data Menu Commands.

Definition at line 324 of file GNEApplicationWindowHelper.h.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

◆ demandMenuCommands

DemandMenuCommands GNEApplicationWindowHelper::EditMenuCommands::demandMenuCommands

◆ editViewPort

FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::editViewPort

FXMenuCommand for edit view port.

Definition at line 336 of file GNEApplicationWindowHelper.h.

◆ editViewScheme

FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::editViewScheme

FXMenuCommand for edit view scheme.

Definition at line 333 of file GNEApplicationWindowHelper.h.

◆ loadAdditionalsInSUMOGUI

FXMenuCheck* GNEApplicationWindowHelper::EditMenuCommands::loadAdditionalsInSUMOGUI

menu check for load additionals in SUMO GUI

Definition at line 345 of file GNEApplicationWindowHelper.h.

Referenced by GNEApplicationWindow::onCmdOpenSUMOGUI().

◆ loadDemandInSUMOGUI

FXMenuCheck* GNEApplicationWindowHelper::EditMenuCommands::loadDemandInSUMOGUI

menu check for load demand in SUMO GUI

Definition at line 348 of file GNEApplicationWindowHelper.h.

Referenced by GNEApplicationWindow::onCmdOpenSUMOGUI().

◆ myGNEApp

GNEApplicationWindow* GNEApplicationWindowHelper::EditMenuCommands::myGNEApp
private

pointer to current GNEApplicationWindows

Definition at line 314 of file GNEApplicationWindowHelper.h.

◆ networkMenuCommands

NetworkMenuCommands GNEApplicationWindowHelper::EditMenuCommands::networkMenuCommands

◆ openInSUMOGUI

FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::openInSUMOGUI

FXMenuCommand for open in SUMO GUI.

Definition at line 351 of file GNEApplicationWindowHelper.h.

◆ redoLastChange

FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::redoLastChange

FXMenuCommand for redo last change.

Definition at line 330 of file GNEApplicationWindowHelper.h.

Referenced by GNEApplicationWindow::fillMenuBar(), GNEApplicationWindow::onCmdRedo(), and GNEApplicationWindow::onCmdUndo().

◆ toogleGrid

FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::toogleGrid

FXMenuCommand for toogle grid.

Definition at line 339 of file GNEApplicationWindowHelper.h.

◆ undoLastChange

FXMenuCommand* GNEApplicationWindowHelper::EditMenuCommands::undoLastChange

FXMenuCommand for undo last change.

Definition at line 327 of file GNEApplicationWindowHelper.h.

Referenced by GNEApplicationWindow::fillMenuBar(), GNEApplicationWindow::onCmdRedo(), and GNEApplicationWindow::onCmdUndo().


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