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

struct for processing menu commands More...

#include <GNEApplicationWindowHelper.h>

Collaboration diagram for GNEApplicationWindowHelper::ProcessingMenuCommands:

Public Member Functions

void buildProcessingMenuCommands (FXMenuPane *editMenu)
 build menu commands More...
 
void hideDataProcessingMenuCommands ()
 show data processing menu commands More...
 
void hideDemandProcessingMenuCommands ()
 show demand processing menu commands More...
 
void hideNetworkProcessingMenuCommands ()
 show network processing menu commands More...
 
 ProcessingMenuCommands (GNEApplicationWindow *GNEApp)
 constructor More...
 
void showDataProcessingMenuCommands ()
 show data processing menu commands More...
 
void showDemandProcessingMenuCommands ()
 show demand processing menu commands More...
 
void showNetworkProcessingMenuCommands ()
 show network processing menu commands More...
 

Data Fields

FXMenuCommand * optionMenus
 FXMenuCommand for open option menus. More...
 
Processing FXMenuCommands for Network mode

FXMenuCommand for compute network

FXMenuCommand * computeNetwork
 
FXMenuCommand * computeNetworkVolatile
 FXMenuCommand for compute network with volatile options. More...
 
FXMenuCommand * cleanJunctions
 FXMenuCommand for clean junctions without edges. More...
 
FXMenuCommand * joinJunctions
 FXMenuCommand for join selected junctions. More...
 
FXMenuCommand * clearInvalidCrossings
 FXMenuCommand for clear invalid crosings. More...
 
Processing FXMenuCommands for Demand mode

FXMenuCommand for compute demand elements

FXMenuCommand * computeDemand
 
FXMenuCommand * cleanRoutes
 FXMenuCommand for clean routes without vehicles. More...
 
FXMenuCommand * joinRoutes
 FXMenuCommand for join routes. More...
 
FXMenuCommand * adjustPersonPlans
 FXMenuCommand for adjust person plans. More...
 
FXMenuCommand * clearInvalidDemandElements
 FXMenuCommand for clear invalid demand elements. More...
 

Private Member Functions

ProcessingMenuCommandsoperator= (const ProcessingMenuCommands &)=delete
 Invalidated assignment operator. More...
 
 ProcessingMenuCommands (const ProcessingMenuCommands &)=delete
 Invalidated copy constructor. More...
 

Private Attributes

GNEApplicationWindowmyGNEApp
 pointer to current GNEApplicationWindows More...
 

Detailed Description

struct for processing menu commands

Definition at line 771 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ ProcessingMenuCommands() [1/2]

GNEApplicationWindowHelper::ProcessingMenuCommands::ProcessingMenuCommands ( GNEApplicationWindow GNEApp)

constructor

Definition at line 1444 of file GNEApplicationWindowHelper.cpp.

◆ ProcessingMenuCommands() [2/2]

GNEApplicationWindowHelper::ProcessingMenuCommands::ProcessingMenuCommands ( const ProcessingMenuCommands )
privatedelete

Invalidated copy constructor.

Member Function Documentation

◆ buildProcessingMenuCommands()

◆ hideDataProcessingMenuCommands()

void GNEApplicationWindowHelper::ProcessingMenuCommands::hideDataProcessingMenuCommands ( )

show data processing menu commands

Definition at line 1577 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

Here is the caller graph for this function:

◆ hideDemandProcessingMenuCommands()

void GNEApplicationWindowHelper::ProcessingMenuCommands::hideDemandProcessingMenuCommands ( )

show demand processing menu commands

Definition at line 1554 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

Here is the caller graph for this function:

◆ hideNetworkProcessingMenuCommands()

void GNEApplicationWindowHelper::ProcessingMenuCommands::hideNetworkProcessingMenuCommands ( )

show network processing menu commands

Definition at line 1520 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

Here is the caller graph for this function:

◆ operator=()

ProcessingMenuCommands& GNEApplicationWindowHelper::ProcessingMenuCommands::operator= ( const ProcessingMenuCommands )
privatedelete

Invalidated assignment operator.

◆ showDataProcessingMenuCommands()

void GNEApplicationWindowHelper::ProcessingMenuCommands::showDataProcessingMenuCommands ( )

show data processing menu commands

Definition at line 1571 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

Here is the caller graph for this function:

◆ showDemandProcessingMenuCommands()

void GNEApplicationWindowHelper::ProcessingMenuCommands::showDemandProcessingMenuCommands ( )

show demand processing menu commands

Definition at line 1537 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

Here is the caller graph for this function:

◆ showNetworkProcessingMenuCommands()

void GNEApplicationWindowHelper::ProcessingMenuCommands::showNetworkProcessingMenuCommands ( )

show network processing menu commands

Definition at line 1503 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::updateSuperModeMenuCommands().

Here is the caller graph for this function:

Field Documentation

◆ adjustPersonPlans

FXMenuCommand* GNEApplicationWindowHelper::ProcessingMenuCommands::adjustPersonPlans

FXMenuCommand for adjust person plans.

Definition at line 827 of file GNEApplicationWindowHelper.h.

◆ cleanJunctions

FXMenuCommand* GNEApplicationWindowHelper::ProcessingMenuCommands::cleanJunctions

FXMenuCommand for clean junctions without edges.

Definition at line 806 of file GNEApplicationWindowHelper.h.

◆ cleanRoutes

FXMenuCommand* GNEApplicationWindowHelper::ProcessingMenuCommands::cleanRoutes

FXMenuCommand for clean routes without vehicles.

Definition at line 821 of file GNEApplicationWindowHelper.h.

◆ clearInvalidCrossings

FXMenuCommand* GNEApplicationWindowHelper::ProcessingMenuCommands::clearInvalidCrossings

FXMenuCommand for clear invalid crosings.

Definition at line 812 of file GNEApplicationWindowHelper.h.

◆ clearInvalidDemandElements

FXMenuCommand* GNEApplicationWindowHelper::ProcessingMenuCommands::clearInvalidDemandElements

FXMenuCommand for clear invalid demand elements.

Definition at line 830 of file GNEApplicationWindowHelper.h.

◆ computeDemand

FXMenuCommand* GNEApplicationWindowHelper::ProcessingMenuCommands::computeDemand

Definition at line 818 of file GNEApplicationWindowHelper.h.

◆ computeNetwork

FXMenuCommand* GNEApplicationWindowHelper::ProcessingMenuCommands::computeNetwork

Definition at line 800 of file GNEApplicationWindowHelper.h.

◆ computeNetworkVolatile

FXMenuCommand* GNEApplicationWindowHelper::ProcessingMenuCommands::computeNetworkVolatile

FXMenuCommand for compute network with volatile options.

Definition at line 803 of file GNEApplicationWindowHelper.h.

◆ joinJunctions

FXMenuCommand* GNEApplicationWindowHelper::ProcessingMenuCommands::joinJunctions

FXMenuCommand for join selected junctions.

Definition at line 809 of file GNEApplicationWindowHelper.h.

◆ joinRoutes

FXMenuCommand* GNEApplicationWindowHelper::ProcessingMenuCommands::joinRoutes

FXMenuCommand for join routes.

Definition at line 824 of file GNEApplicationWindowHelper.h.

◆ myGNEApp

GNEApplicationWindow* GNEApplicationWindowHelper::ProcessingMenuCommands::myGNEApp
private

pointer to current GNEApplicationWindows

Definition at line 843 of file GNEApplicationWindowHelper.h.

◆ optionMenus

FXMenuCommand* GNEApplicationWindowHelper::ProcessingMenuCommands::optionMenus

FXMenuCommand for open option menus.

Definition at line 839 of file GNEApplicationWindowHelper.h.


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