![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GUIDialog_Options.h>
Public Member Functions | |
| InputBool (FXComposite *parent, const std::string &name) | |
| FOX-declaration. More... | |
| long | onCmdSetOption (FXObject *, FXSelector, void *) |
| try to set new attribute value More... | |
Private Attributes | |
| FXMenuCheck * | myCheck |
| menu check More... | |
| std::string | myName |
| name More... | |
Definition at line 74 of file GUIDialog_Options.h.
| GUIDialog_Options::InputBool::InputBool | ( | FXComposite * | parent, |
| const std::string & | name | ||
| ) |
FOX-declaration.
constructor
Definition at line 123 of file GUIDialog_Options.cpp.
References OptionsCont::getBool(), OptionsCont::getDescription(), OptionsCont::getOptions(), MID_GNE_SET_ATTRIBUTE, and myCheck.
| long GUIDialog_Options::InputBool::onCmdSetOption | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
try to set new attribute value
Definition at line 134 of file GUIDialog_Options.cpp.
References MsgHandler::enableDebugGLMessages(), MsgHandler::enableDebugMessages(), OptionsCont::getBool(), OptionsCont::getOptions(), OptionsCont::isSet(), OptionsCont::resetWritable(), and OptionsCont::set().
|
private |
|
private |
name
Definition at line 90 of file GUIDialog_Options.h.