![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <MFXRecentNetworks.h>
Public Types | |
| enum | { ID_NOFILES = 100 } |
| FOX-declaration. More... | |
Public Member Functions | |
| MFXRecentNetworks () | |
| default constructor | |
| MFXRecentNetworks (FXApp *a, const FXString &gp) | |
| parameter constructor | |
FOX calls | |
| long | onUpdFile (FXObject *, FXSelector, void *) |
| long | onUpdNoFiles (FXObject *, FXSelector, void *) |
Private Attributes | |
| std::map< FXint, FXString > | myIndexFilenames |
| map with index and strings | |
Definition at line 28 of file MFXRecentNetworks.h.
| anonymous enum |
FOX-declaration.
enum for nofiles
| Enumerator | |
|---|---|
| ID_NOFILES | |
Definition at line 34 of file MFXRecentNetworks.h.
| MFXRecentNetworks::MFXRecentNetworks | ( | ) |
default constructor
Definition at line 44 of file MFXRecentNetworks.cpp.
| MFXRecentNetworks::MFXRecentNetworks | ( | FXApp * | a, |
| const FXString & | gp | ||
| ) |
parameter constructor
Definition at line 49 of file MFXRecentNetworks.cpp.
| long MFXRecentNetworks::onUpdFile | ( | FXObject * | obj, |
| FXSelector | sel, | ||
| void * | |||
| ) |
Definition at line 55 of file MFXRecentNetworks.cpp.
References myIndexFilenames.
Referenced by FXDEFMAP().
| long MFXRecentNetworks::onUpdNoFiles | ( | FXObject * | obj, |
| FXSelector | , | ||
| void * | |||
| ) |
Definition at line 83 of file MFXRecentNetworks.cpp.
References myIndexFilenames.
Referenced by FXDEFMAP().
|
private |
map with index and strings
Definition at line 53 of file MFXRecentNetworks.h.
Referenced by onUpdFile(), and onUpdNoFiles().