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