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


Public Member Functions | |
| InputInt (FXComposite *parent, const std::string &name) | |
| FOX-declaration. More... | |
| long | onCmdSetOption (FXObject *, FXSelector, void *) |
| try to set new attribute value More... | |
Protected Member Functions | |
| InputInt () | |
| FOX needs this. More... | |
Private Attributes | |
| std::string | myName |
| name More... | |
| FXTextField * | myTextField |
| text field More... | |
Definition at line 105 of file GNEDialog_Wizard.h.
| GNEDialog_Wizard::InputInt::InputInt | ( | FXComposite * | parent, |
| const std::string & | name | ||
| ) |
FOX-declaration.
Definition at line 144 of file GNEDialog_Wizard.cpp.
References OptionsCont::getInt(), OptionsCont::getOptions(), MID_GNE_SET_ATTRIBUTE, myTextField, and toString().
|
inlineprotected |
FOX needs this.
Definition at line 118 of file GNEDialog_Wizard.h.
| long GNEDialog_Wizard::InputInt::onCmdSetOption | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
try to set new attribute value
Definition at line 155 of file GNEDialog_Wizard.cpp.
References OptionsCont::getOptions(), myName, myTextField, OptionsCont::resetWritable(), and OptionsCont::set().
|
private |
|
private |
text field
Definition at line 125 of file GNEDialog_Wizard.h.
Referenced by InputInt(), and onCmdSetOption().