![]() |
SUMO - Simulation of Urban MObility
|
#include <GNEDialog_Wizard.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 128 of file GNEDialog_Wizard.h.
GNEDialog_Wizard::InputFloat::InputFloat | ( | FXComposite * | parent, |
const std::string & | name | ||
) |
FOX-declaration.
constructor
Definition at line 163 of file GNEDialog_Wizard.cpp.
References OptionsCont::getFloat(), OptionsCont::getOptions(), MID_GNE_SET_ATTRIBUTE, myTextField, and toString().
|
inlineprotected |
FOX needs this.
Definition at line 141 of file GNEDialog_Wizard.h.
long GNEDialog_Wizard::InputFloat::onCmdSetOption | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
try to set new attribute value
Definition at line 174 of file GNEDialog_Wizard.cpp.
References OptionsCont::getOptions(), myName, myTextField, OptionsCont::resetWritable(), and OptionsCont::set().
|
private |
|
private |
text field
Definition at line 148 of file GNEDialog_Wizard.h.
Referenced by InputFloat(), and onCmdSetOption().