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


Public Member Functions | |
| InputString (FXComposite *parent, const std::string &name) | |
| FOX-declaration. More... | |
| long | onCmdSetOption (FXObject *, FXSelector, void *) |
| try to set new attribute value More... | |
Protected Member Functions | |
| InputString () | |
| FOX needs this. More... | |
Private Attributes | |
| std::string | myName |
| name More... | |
| FXTextField * | myTextField |
| text field More... | |
Definition at line 59 of file GNEDialog_Wizard.h.
| GNEDialog_Wizard::InputString::InputString | ( | FXComposite * | parent, |
| const std::string & | name | ||
| ) |
FOX-declaration.
constructor
Definition at line 106 of file GNEDialog_Wizard.cpp.
References OptionsCont::getOptions(), OptionsCont::getString(), MID_GNE_SET_ATTRIBUTE, and myTextField.
|
inlineprotected |
FOX needs this.
Definition at line 72 of file GNEDialog_Wizard.h.
| long GNEDialog_Wizard::InputString::onCmdSetOption | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
try to set new attribute value
Definition at line 117 of file GNEDialog_Wizard.cpp.
References OptionsCont::getOptions(), myName, myTextField, OptionsCont::resetWritable(), and OptionsCont::set().
|
private |
|
private |
text field
Definition at line 79 of file GNEDialog_Wizard.h.
Referenced by InputString(), and onCmdSetOption().