|
SUMO - Simulation of Urban MObility
|
#include <GNEDialog_Wizard.h>


Data Structures | |
| class | InputBool |
| class | InputFloat |
| class | InputInt |
| class | InputString |
Public Member Functions | |
| GNEDialog_Wizard (FXWindow *parent, const char *name, int width, int height) | |
| Constructor. More... | |
| ~GNEDialog_Wizard () | |
| Destructor. More... | |
Dialog for setting options (see OptionsCont)
Definition at line 43 of file GNEDialog_Wizard.h.
| GNEDialog_Wizard::GNEDialog_Wizard | ( | FXWindow * | parent, |
| const char * | name, | ||
| int | width, | ||
| int | height | ||
| ) |
Constructor.
| [in] | parent | The parent window |
| [in] | name | The title to show |
| [in] | width | The initial width of the dialog |
| [in] | height | The initial height of the dialog |
Definition at line 72 of file GNEDialog_Wizard.cpp.
References OptionsCont::getOptions(), OptionsCont::getSubTopics(), OptionsCont::getSubTopicsEntries(), and OptionsCont::getTypeName().
| GNEDialog_Wizard::~GNEDialog_Wizard | ( | ) |
Destructor.
Definition at line 111 of file GNEDialog_Wizard.cpp.