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

struct for supermode commands More...

#include <GNEApplicationWindowHelper.h>

Collaboration diagram for GNEApplicationWindowHelper::SupermodeCommands:

Public Member Functions

void buildSupermodeCommands (FXMenuPane *editMenu)
 build menu commands More...
 
void hideSupermodeCommands ()
 hide all menu commands More...
 
void showSupermodeCommands ()
 show all menu commands More...
 
 SupermodeCommands (GNEApplicationWindow *GNEApp)
 constructor More...
 

Data Fields

FXMenuCommand * dataMode
 FXMenuCommand for data supermode. More...
 
FXMenuCommand * demandMode
 FXMenuCommand for demand supermode. More...
 
FXMenuCommand * networkMode
 FXMenuCommand for network supermode. More...
 

Private Member Functions

SupermodeCommandsoperator= (const SupermodeCommands &)=delete
 Invalidated assignment operator. More...
 
 SupermodeCommands (const SupermodeCommands &)=delete
 Invalidated copy constructor. More...
 

Private Attributes

GNEApplicationWindowmyGNEApp
 pointer to current GNEApplicationWindows More...
 

Detailed Description

struct for supermode commands

Definition at line 913 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ SupermodeCommands() [1/2]

GNEApplicationWindowHelper::SupermodeCommands::SupermodeCommands ( GNEApplicationWindow GNEApp)

constructor

Definition at line 1669 of file GNEApplicationWindowHelper.cpp.

◆ SupermodeCommands() [2/2]

GNEApplicationWindowHelper::SupermodeCommands::SupermodeCommands ( const SupermodeCommands )
privatedelete

Invalidated copy constructor.

Member Function Documentation

◆ buildSupermodeCommands()

void GNEApplicationWindowHelper::SupermodeCommands::buildSupermodeCommands ( FXMenuPane *  editMenu)

◆ hideSupermodeCommands()

void GNEApplicationWindowHelper::SupermodeCommands::hideSupermodeCommands ( )

hide all menu commands

Definition at line 1686 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::fillMenuBar(), GNEApplicationWindow::onCmdClose(), and GNEApplicationWindow::onCmdReload().

Here is the caller graph for this function:

◆ operator=()

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

Invalidated assignment operator.

◆ showSupermodeCommands()

void GNEApplicationWindowHelper::SupermodeCommands::showSupermodeCommands ( )

show all menu commands

Definition at line 1678 of file GNEApplicationWindowHelper.cpp.

Referenced by GNEApplicationWindow::loadConfigOrNet().

Here is the caller graph for this function:

Field Documentation

◆ dataMode

FXMenuCommand* GNEApplicationWindowHelper::SupermodeCommands::dataMode

FXMenuCommand for data supermode.

Definition at line 934 of file GNEApplicationWindowHelper.h.

◆ demandMode

FXMenuCommand* GNEApplicationWindowHelper::SupermodeCommands::demandMode

FXMenuCommand for demand supermode.

Definition at line 931 of file GNEApplicationWindowHelper.h.

◆ myGNEApp

GNEApplicationWindow* GNEApplicationWindowHelper::SupermodeCommands::myGNEApp
private

pointer to current GNEApplicationWindows

Definition at line 938 of file GNEApplicationWindowHelper.h.

◆ networkMode

FXMenuCommand* GNEApplicationWindowHelper::SupermodeCommands::networkMode

FXMenuCommand for network supermode.

Definition at line 928 of file GNEApplicationWindowHelper.h.


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