![]() |
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 72 of file GUIDialog_Options.h.
GUIDialog_Options::InputBool::InputBool | ( | FXComposite * | parent, |
const std::string & | name | ||
) |
FOX-declaration.
constructor
Definition at line 122 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 133 of file GUIDialog_Options.cpp.
References MsgHandler::enableDebugGLMessages(), MsgHandler::enableDebugMessages(), OptionsCont::getBool(), OptionsCont::getOptions(), OptionsCont::isSet(), OptionsCont::resetWritable(), and OptionsCont::set().
Referenced by FXDEFMAP().
|
private |
|
private |
name
Definition at line 88 of file GUIDialog_Options.h.