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

Constructor & Destructor Documentation

◆ MenuBarFile()

GNEApplicationWindow::MenuBarFile::MenuBarFile ( GNEApplicationWindow GNEApp)

constructor

Definition at line 951 of file GNEApplicationWindow.cpp.

Member Function Documentation

◆ buildRecentFiles()

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

build recent files

Definition at line 958 of file GNEApplicationWindow.cpp.

References MID_RECENTFILE.

Field Documentation

◆ myGNEApp

GNEApplicationWindow* GNEApplicationWindow::MenuBarFile::myGNEApp
private

pointer to current GNEApplicationWindow

Definition at line 434 of file GNEApplicationWindow.h.

◆ myRecentConfigs

FXRecentFiles GNEApplicationWindow::MenuBarFile::myRecentConfigs

List of recent config files.

Definition at line 427 of file GNEApplicationWindow.h.

Referenced by GNEApplicationWindow::onCmdOpenConfiguration().

◆ myRecentNets

FXRecentFiles GNEApplicationWindow::MenuBarFile::myRecentNets

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