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

struct for menu bar file More...

#include <GNEApplicationWindowHelper.h>

Collaboration diagram for GNEApplicationWindowHelper::MenuBarFile:
[legend]

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

GNEApplicationWindow * myGNEApp
 pointer to current GNEApplicationWindow More...
 

Detailed Description

struct for menu bar file

Definition at line 109 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ MenuBarFile()

GNEApplicationWindowHelper::MenuBarFile::MenuBarFile ( GNEApplicationWindow *  GNEApp)

constructor

Definition at line 134 of file GNEApplicationWindowHelper.cpp.

Member Function Documentation

◆ buildRecentFiles()

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

build recent files

Definition at line 141 of file GNEApplicationWindowHelper.cpp.

References GUIDesigns::buildFXMenuCommand(), GUIDesigns::buildFXMenuCommandRecentFile(), and MID_RECENTFILE.

Referenced by GNEApplicationWindow::fillMenuBar().

Here is the caller graph for this function:

Field Documentation

◆ myGNEApp

GNEApplicationWindow* GNEApplicationWindowHelper::MenuBarFile::myGNEApp
private

pointer to current GNEApplicationWindow

Definition at line 125 of file GNEApplicationWindowHelper.h.

◆ myRecentConfigs

FXRecentFiles GNEApplicationWindowHelper::MenuBarFile::myRecentConfigs

List of recent config files.

Definition at line 118 of file GNEApplicationWindowHelper.h.

Referenced by GNEApplicationWindow::onCmdOpenConfiguration().

◆ myRecentNets

FXRecentFiles GNEApplicationWindowHelper::MenuBarFile::myRecentNets

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