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

struct for edit menu commands More...

Collaboration diagram for GNEApplicationWindow::EditMenuCommands:

Data Structures

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

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 497 of file GNEApplicationWindow.h.

Constructor & Destructor Documentation

◆ EditMenuCommands()

GNEApplicationWindow::EditMenuCommands::EditMenuCommands ( GNEApplicationWindow GNEApp)

constructor

Definition at line 1344 of file GNEApplicationWindow.cpp.

Member Function Documentation

◆ buildEditMenuCommands()

Field Documentation

◆ demandMenuCommands

DemandMenuCommands GNEApplicationWindow::EditMenuCommands::demandMenuCommands

◆ editViewPort

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::editViewPort

FXMenuCommand for edit view port.

Definition at line 629 of file GNEApplicationWindow.h.

◆ editViewScheme

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::editViewScheme

FXMenuCommand for edit view scheme.

Definition at line 626 of file GNEApplicationWindow.h.

◆ loadAdditionalsInSUMOGUI

FXMenuCheck* GNEApplicationWindow::EditMenuCommands::loadAdditionalsInSUMOGUI

menu check for load additionals in SUMO GUI

Definition at line 635 of file GNEApplicationWindow.h.

Referenced by GNEApplicationWindow::onCmdOpenSUMOGUI().

◆ loadDemandInSUMOGUI

FXMenuCheck* GNEApplicationWindow::EditMenuCommands::loadDemandInSUMOGUI

menu check for load demand in SUMO GUI

Definition at line 638 of file GNEApplicationWindow.h.

Referenced by GNEApplicationWindow::onCmdOpenSUMOGUI().

◆ myGNEApp

GNEApplicationWindow* GNEApplicationWindow::EditMenuCommands::myGNEApp
private

pointer to current GNEApplicationWindows

Definition at line 610 of file GNEApplicationWindow.h.

◆ networkMenuCommands

NetworkMenuCommands GNEApplicationWindow::EditMenuCommands::networkMenuCommands

◆ openInSUMOGUI

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::openInSUMOGUI

FXMenuCommand for open in SUMO GUI.

Definition at line 641 of file GNEApplicationWindow.h.

◆ redoLastChange

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::redoLastChange

FXMenuCommand for redo last change.

Definition at line 623 of file GNEApplicationWindow.h.

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

◆ toogleGrid

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::toogleGrid

FXMenuCommand for toogle grid.

Definition at line 632 of file GNEApplicationWindow.h.

◆ undoLastChange

FXMenuCommand* GNEApplicationWindow::EditMenuCommands::undoLastChange

FXMenuCommand for undo last change.

Definition at line 620 of file GNEApplicationWindow.h.

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


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