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

struct for menu bar file More...

Collaboration diagram for GNEApplicationWindow::MenuBarFile:

Public Member Functions

void buildRecentFiles (FXMenuPane *fileMenu)
 build recent files More...
 
 MenuBarFile (GNEApplicationWindow *GNEApp)
 constructor More...
 

Data Fields

FXRecentFiles myRecentConfigs
 List of recent config files. More...
 
FXRecentFiles myRecentNets
 List of recent nets. More...
 

Private Attributes

GNEApplicationWindowmyGNEApp
 pointer to current GNEApplicationWindow More...
 

Detailed Description

struct for menu bar file

Definition at line 448 of file GNEApplicationWindow.h.

Constructor & Destructor Documentation

◆ MenuBarFile()

GNEApplicationWindow::MenuBarFile::MenuBarFile ( GNEApplicationWindow GNEApp)

constructor

Definition at line 1027 of file GNEApplicationWindow.cpp.

Member Function Documentation

◆ buildRecentFiles()

void GNEApplicationWindow::MenuBarFile::buildRecentFiles ( FXMenuPane *  fileMenu)

build recent files

Definition at line 1034 of file GNEApplicationWindow.cpp.

References MID_RECENTFILE.

Field Documentation

◆ myGNEApp

GNEApplicationWindow* GNEApplicationWindow::MenuBarFile::myGNEApp
private

pointer to current GNEApplicationWindow

Definition at line 464 of file GNEApplicationWindow.h.

◆ myRecentConfigs

FXRecentFiles GNEApplicationWindow::MenuBarFile::myRecentConfigs

List of recent config files.

Definition at line 457 of file GNEApplicationWindow.h.

Referenced by GNEApplicationWindow::onCmdOpenConfiguration().

◆ myRecentNets

FXRecentFiles GNEApplicationWindow::MenuBarFile::myRecentNets

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