Eclipse SUMO - Simulation of Urban MObility
FXRecentNetworks Class Reference

FXRecentNetworks. More...

#include <FXRecentNetworks.h>

Inheritance diagram for FXRecentNetworks:
Collaboration diagram for FXRecentNetworks:

Public Types

enum  { ID_NOFILES = 100 }
 FOX-declaration. More...
 

Public Member Functions

 FXRecentNetworks ()
 default constructor More...
 
 FXRecentNetworks (FXApp *a, const FXString &gp)
 parameter constructor More...
 
FOX calls
long onUpdFile (FXObject *, FXSelector, void *)
 
long onUpdNoFiles (FXObject *, FXSelector, void *)
 

Private Attributes

std::map< FXint, FXString > myIndexFilenames
 map with index and strings More...
 

Detailed Description

FXRecentNetworks.

Definition at line 28 of file FXRecentNetworks.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

FOX-declaration.

enum for nofiles

Enumerator
ID_NOFILES 

Definition at line 34 of file FXRecentNetworks.h.

Constructor & Destructor Documentation

◆ FXRecentNetworks() [1/2]

FXRecentNetworks::FXRecentNetworks ( )

default constructor

Definition at line 40 of file FXRecentNetworks.cpp.

◆ FXRecentNetworks() [2/2]

FXRecentNetworks::FXRecentNetworks ( FXApp *  a,
const FXString &  gp 
)

parameter constructor

Definition at line 45 of file FXRecentNetworks.cpp.

Member Function Documentation

◆ onUpdFile()

long FXRecentNetworks::onUpdFile ( FXObject *  obj,
FXSelector  sel,
void *   
)

Definition at line 51 of file FXRecentNetworks.cpp.

References myIndexFilenames.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ onUpdNoFiles()

long FXRecentNetworks::onUpdNoFiles ( FXObject *  obj,
FXSelector  ,
void *   
)

Definition at line 79 of file FXRecentNetworks.cpp.

References myIndexFilenames.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

Field Documentation

◆ myIndexFilenames

std::map<FXint, FXString> FXRecentNetworks::myIndexFilenames
private

map with index and strings

Definition at line 53 of file FXRecentNetworks.h.

Referenced by onUpdFile(), and onUpdNoFiles().


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