![]() |
SUMO - Simulation of Urban MObility
|
#include <GUIDialog_Options.h>


Public Member Functions | |
| InputFloat (FXComposite *parent, const std::string &name) | |
| FOX-declaration. More... | |
| long | onCmdSetOption (FXObject *, FXSelector, void *) |
| try to set new attribute value More... | |
Protected Member Functions | |
| InputFloat () | |
| FOX needs this. More... | |
Private Attributes | |
| std::string | myName |
| name More... | |
| FXTextField * | myTextField |
| text field More... | |
Definition at line 122 of file GUIDialog_Options.h.
| GUIDialog_Options::InputFloat::InputFloat | ( | FXComposite * | parent, |
| const std::string & | name | ||
| ) |
FOX-declaration.
constructor
Definition at line 169 of file GUIDialog_Options.cpp.
References OptionsCont::getDescription(), OptionsCont::getFloat(), OptionsCont::getOptions(), MID_GNE_SET_ATTRIBUTE, myTextField, and toString().
|
inlineprotected |
FOX needs this.
Definition at line 135 of file GUIDialog_Options.h.
| long GUIDialog_Options::InputFloat::onCmdSetOption | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
try to set new attribute value
Definition at line 180 of file GUIDialog_Options.cpp.
References OptionsCont::getOptions(), myName, myTextField, OptionsCont::resetWritable(), and OptionsCont::set().
|
private |
|
private |
text field
Definition at line 142 of file GUIDialog_Options.h.
Referenced by InputFloat(), and onCmdSetOption().