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

struct for supermode commands More...

Collaboration diagram for GNEApplicationWindow::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 * demandMode
 FXMenuCommand for demand supermode. More...
 
FXMenuCommand * networkMode
 FXMenuCommand for network supermode. More...
 

Private Attributes

GNEApplicationWindowmyGNEApp
 pointer to current GNEApplicationWindows More...
 
FXMenuSeparator * myHorizontalSeparator
 separator between sets of FXMenuCommand More...
 

Detailed Description

struct for supermode commands

Definition at line 684 of file GNEApplicationWindow.h.

Constructor & Destructor Documentation

◆ SupermodeCommands()

GNEApplicationWindow::SupermodeCommands::SupermodeCommands ( GNEApplicationWindow GNEApp)

constructor

Definition at line 1459 of file GNEApplicationWindow.cpp.

Member Function Documentation

◆ buildSupermodeCommands()

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

◆ hideSupermodeCommands()

void GNEApplicationWindow::SupermodeCommands::hideSupermodeCommands ( )

hide all menu commands

Definition at line 1476 of file GNEApplicationWindow.cpp.

Referenced by GNEApplicationWindow::onCmdClose().

◆ showSupermodeCommands()

void GNEApplicationWindow::SupermodeCommands::showSupermodeCommands ( )

show all menu commands

Definition at line 1467 of file GNEApplicationWindow.cpp.

Referenced by GNEApplicationWindow::loadConfigOrNet().

Field Documentation

◆ demandMode

FXMenuCommand* GNEApplicationWindow::SupermodeCommands::demandMode

FXMenuCommand for demand supermode.

Definition at line 702 of file GNEApplicationWindow.h.

◆ myGNEApp

GNEApplicationWindow* GNEApplicationWindow::SupermodeCommands::myGNEApp
private

pointer to current GNEApplicationWindows

Definition at line 706 of file GNEApplicationWindow.h.

◆ myHorizontalSeparator

FXMenuSeparator* GNEApplicationWindow::SupermodeCommands::myHorizontalSeparator
private

separator between sets of FXMenuCommand

Definition at line 709 of file GNEApplicationWindow.h.

◆ networkMode

FXMenuCommand* GNEApplicationWindow::SupermodeCommands::networkMode

FXMenuCommand for network supermode.

Definition at line 699 of file GNEApplicationWindow.h.


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