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

MFXRecentNetworks myRecentNetsAndConfigs
 List of recent nets and config files. More...
 

Private Member Functions

 MenuBarFile (const MenuBarFile &)=delete
 Invalidated copy constructor. More...
 
MenuBarFileoperator= (const MenuBarFile &)=delete
 Invalidated assignment operator. More...
 

Private Attributes

GNEApplicationWindowmyGNEApp
 pointer to current GNEApplicationWindow More...
 

Detailed Description

struct for menu bar file

Definition at line 119 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ MenuBarFile() [1/2]

GNEApplicationWindowHelper::MenuBarFile::MenuBarFile ( GNEApplicationWindow GNEApp)

constructor

Definition at line 131 of file GNEApplicationWindowHelper.cpp.

◆ MenuBarFile() [2/2]

GNEApplicationWindowHelper::MenuBarFile::MenuBarFile ( const MenuBarFile )
privatedelete

Invalidated copy constructor.

Member Function Documentation

◆ buildRecentFiles()

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

build recent files

Definition at line 138 of file GNEApplicationWindowHelper.cpp.

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

Referenced by GNEApplicationWindow::fillMenuBar().

Here is the caller graph for this function:

◆ operator=()

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

Invalidated assignment operator.

Field Documentation

◆ myGNEApp

GNEApplicationWindow* GNEApplicationWindowHelper::MenuBarFile::myGNEApp
private

pointer to current GNEApplicationWindow

Definition at line 132 of file GNEApplicationWindowHelper.h.

◆ myRecentNetsAndConfigs

MFXRecentNetworks GNEApplicationWindowHelper::MenuBarFile::myRecentNetsAndConfigs

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