![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <FXRecentNetworks.h>
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... | |
Definition at line 28 of file FXRecentNetworks.h.
| anonymous enum |
FOX-declaration.
enum for nofiles
| Enumerator | |
|---|---|
| ID_NOFILES | |
Definition at line 34 of file FXRecentNetworks.h.
| FXRecentNetworks::FXRecentNetworks | ( | ) |
default constructor
Definition at line 40 of file FXRecentNetworks.cpp.
| FXRecentNetworks::FXRecentNetworks | ( | FXApp * | a, |
| const FXString & | gp | ||
| ) |
parameter constructor
Definition at line 45 of file FXRecentNetworks.cpp.
| long FXRecentNetworks::onUpdFile | ( | FXObject * | obj, |
| FXSelector | sel, | ||
| void * | |||
| ) |
Definition at line 51 of file FXRecentNetworks.cpp.
References myIndexFilenames.
Referenced by FXDEFMAP().
| long FXRecentNetworks::onUpdNoFiles | ( | FXObject * | obj, |
| FXSelector | , | ||
| void * | |||
| ) |
Definition at line 79 of file FXRecentNetworks.cpp.
References myIndexFilenames.
Referenced by FXDEFMAP().
|
private |
map with index and strings
Definition at line 53 of file FXRecentNetworks.h.
Referenced by onUpdFile(), and onUpdNoFiles().