 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
16 #ifndef GUIDialog_Options_h
17 #define GUIDialog_Options_h
44 GUIDialog_Options(FXWindow* parent,
const char* titleName,
int width,
int height);
58 InputString(FXComposite* parent,
const std::string& name);
80 InputBool(FXComposite* parent,
const std::string& name);
102 InputInt(FXComposite* parent,
const std::string& name);
124 InputFloat(FXComposite* parent,
const std::string& name);
#define FOX_CONSTRUCTOR(classname)
~GUIDialog_Options()
Destructor.
GUIDialog_Options(FXWindow *parent, const char *titleName, int width, int height)
Constructor.