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


Public Member Functions | |
| InputBool (FXComposite *parent, const std::string &name) | |
| long | onCmdSetOption (FXObject *, FXSelector, void *) |
| try to set new attribute value More... | |
Protected Member Functions | |
| InputBool () | |
| FOX needs this. More... | |
Private Attributes | |
| FXMenuCheck * | myCheck |
| std::string | myName |
Definition at line 77 of file GNEDialog_Wizard.h.
| GNEDialog_Wizard::InputBool::InputBool | ( | FXComposite * | parent, |
| const std::string & | name | ||
| ) |
Definition at line 135 of file GNEDialog_Wizard.cpp.
References OptionsCont::getBool(), OptionsCont::getOptions(), MID_GNE_SET_ATTRIBUTE, and myCheck.
|
inlineprotected |
FOX needs this.
Definition at line 86 of file GNEDialog_Wizard.h.
| long GNEDialog_Wizard::InputBool::onCmdSetOption | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
try to set new attribute value
Definition at line 146 of file GNEDialog_Wizard.cpp.
References OptionsCont::getOptions(), OptionsCont::resetWritable(), and OptionsCont::set().
|
private |
Definition at line 89 of file GNEDialog_Wizard.h.
Referenced by InputBool().
|
private |
Definition at line 88 of file GNEDialog_Wizard.h.