|
SUMO - Simulation of Urban MObility
|
#include <GNEDialog_Wizard.h>


Public Member Functions | |
| InputInt (FXComposite *parent, const std::string &name) | |
| 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 |
| FXTextField * | myTextField |
Definition at line 93 of file GNEDialog_Wizard.h.
| GNEDialog_Wizard::InputInt::InputInt | ( | FXComposite * | parent, |
| const std::string & | name | ||
| ) |
Definition at line 154 of file GNEDialog_Wizard.cpp.
References OptionsCont::getInt(), OptionsCont::getOptions(), MID_GNE_SET_ATTRIBUTE, myTextField, and toString().
|
inlineprotected |
FOX needs this.
Definition at line 102 of file GNEDialog_Wizard.h.
| long GNEDialog_Wizard::InputInt::onCmdSetOption | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
try to set new attribute value
Definition at line 165 of file GNEDialog_Wizard.cpp.
References OptionsCont::getOptions(), OptionsCont::resetWritable(), and OptionsCont::set().
|
private |
Definition at line 104 of file GNEDialog_Wizard.h.
|
private |
Definition at line 105 of file GNEDialog_Wizard.h.
Referenced by InputInt().