Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEApplicationWindowHelper::MenuBarFile Struct Reference

struct for menu bar file More...

#include <GNEApplicationWindowHelper.h>

Collaboration diagram for GNEApplicationWindowHelper::MenuBarFile:
[legend]

Public Member Functions

void buildRecentConfigFiles (FXMenuPane *fileMenu, FXMenuPane *fileMenuRecentConfigFiles)
 build recent config
void buildRecentNetworkFiles (FXMenuPane *fileMenu, FXMenuPane *fileMenuRecentNetworkFiles)
 build recent network
 MenuBarFile (GNEApplicationWindow *applicationWindow)
 constructor

Data Fields

MFXRecentNetworks myRecentConfigs
 List of recent configs.
MFXRecentNetworks myRecentNetworks
 List of recent networks.

Private Member Functions

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

Private Attributes

GNEApplicationWindowmyApplicationWindow
 pointer to current GNEApplicationWindow

Detailed Description

struct for menu bar file

Definition at line 128 of file GNEApplicationWindowHelper.h.

Constructor & Destructor Documentation

◆ MenuBarFile() [1/2]

GNEApplicationWindowHelper::MenuBarFile::MenuBarFile ( GNEApplicationWindow * applicationWindow)

constructor

Definition at line 134 of file GNEApplicationWindowHelper.cpp.

References myApplicationWindow, myRecentConfigs, myRecentNetworks, and TL.

Referenced by MenuBarFile(), and operator=().

Here is the caller graph for this function:

◆ MenuBarFile() [2/2]

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

Invalidated copy constructor.

References MenuBarFile().

Member Function Documentation

◆ buildRecentConfigFiles()

void GNEApplicationWindowHelper::MenuBarFile::buildRecentConfigFiles ( FXMenuPane * fileMenu,
FXMenuPane * fileMenuRecentConfigFiles )

◆ buildRecentNetworkFiles()

void GNEApplicationWindowHelper::MenuBarFile::buildRecentNetworkFiles ( FXMenuPane * fileMenu,
FXMenuPane * fileMenuRecentNetworkFiles )

◆ operator=()

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

Invalidated assignment operator.

References MenuBarFile().

Field Documentation

◆ myApplicationWindow

GNEApplicationWindow* GNEApplicationWindowHelper::MenuBarFile::myApplicationWindow
private

◆ myRecentConfigs

MFXRecentNetworks GNEApplicationWindowHelper::MenuBarFile::myRecentConfigs

List of recent configs.

Definition at line 143 of file GNEApplicationWindowHelper.h.

Referenced by buildRecentConfigFiles(), and MenuBarFile().

◆ myRecentNetworks

MFXRecentNetworks GNEApplicationWindowHelper::MenuBarFile::myRecentNetworks

List of recent networks.

Definition at line 140 of file GNEApplicationWindowHelper.h.

Referenced by buildRecentNetworkFiles(), and MenuBarFile().


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