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 129 of file GNEDialog_Wizard.h.
GNEDialog_Wizard::InputFloat::InputFloat | ( | FXComposite * | parent, |
const std::string & | name | ||
) |
FOX-declaration.
constructor
Definition at line 173 of file GNEDialog_Wizard.cpp.
References OptionsCont::getFloat(), OptionsCont::getOptions(), MID_GNE_SET_ATTRIBUTE, myTextField, and toString().
|
inlineprotected |
FOX needs this.
Definition at line 142 of file GNEDialog_Wizard.h.
long GNEDialog_Wizard::InputFloat::onCmdSetOption | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
try to set new attribute value
Definition at line 184 of file GNEDialog_Wizard.cpp.
References OptionsCont::getOptions(), OptionsCont::resetWritable(), and OptionsCont::set().
|
private |
name
Definition at line 146 of file GNEDialog_Wizard.h.
|
private |