![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GUIDialog_Options.h>
Data Structures | |
| class | InputBool |
| class | InputFilename |
| class | InputFloat |
| class | InputInt |
| class | InputIntVector |
| class | InputString |
| class | InputStringVector |
Public Member Functions | |
| GUIDialog_Options (FXWindow *parent, const char *titleName, int width, int height) | |
| Constructor. More... | |
| ~GUIDialog_Options () | |
| Destructor. More... | |
@briefA Dialog for setting options (see OptionsCont)
Definition at line 33 of file GUIDialog_Options.h.
| GUIDialog_Options::GUIDialog_Options | ( | FXWindow * | parent, |
| const char * | titleName, | ||
| 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 73 of file GUIDialog_Options.cpp.
References ACCEPT, GUIIconSubSys::getIcon(), OptionsCont::getOptions(), OptionsCont::getSubTopics(), OptionsCont::getSubTopicsEntries(), OptionsCont::getTypeName(), GUIDesignButtonOK, GUIDesignContentsFrame, GUIDesignStatusBar, GUIDesignTabBook, and TL.
| GUIDialog_Options::~GUIDialog_Options | ( | ) |
Destructor.
Definition at line 115 of file GUIDialog_Options.cpp.