![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GUIDialog_Options.h>
Public Member Functions | |
| InputIntVector (FXComposite *parent, const std::string &name) | |
| FOX-declaration. More... | |
| long | onCmdSetOption (FXObject *, FXSelector, void *) |
| try to set new attribute value More... | |
Private Attributes | |
| std::string | myName |
| name More... | |
| FXTextField * | myTextField |
| text field More... | |
Definition at line 140 of file GUIDialog_Options.h.
| GUIDialog_Options::InputIntVector::InputIntVector | ( | FXComposite * | parent, |
| const std::string & | name | ||
| ) |
FOX-declaration.
Definition at line 204 of file GUIDialog_Options.cpp.
References OptionsCont::getDescription(), OptionsCont::getIntVector(), OptionsCont::getOptions(), MID_GNE_SET_ATTRIBUTE, myTextField, and toString().
| long GUIDialog_Options::InputIntVector::onCmdSetOption | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
try to set new attribute value
Definition at line 215 of file GUIDialog_Options.cpp.
References OptionsCont::getOptions(), StringTokenizer::getVector(), OptionsCont::resetWritable(), OptionsCont::set(), and StringUtils::toInt().
Referenced by FXDEFMAP().
|
private |
name
Definition at line 156 of file GUIDialog_Options.h.
|
private |