Eclipse SUMO - Simulation of Urban MObility
|
input bool More...
#include <GNEOptionsDialogElements.h>
Public Member Functions | |
void | adjustNameSize () |
adjust input name size | |
const std::string | getDescriptionLower () const |
get description (Lower) | |
const std::string | getNameLower () const |
get name (Lower) | |
const std::string & | getTopic () const |
get topic | |
InputBool (GNEOptionsDialog *GUIDialogOptions, FXComposite *parent, const std::string &topic, const std::string &name, const std::string &description, const std::string &defaultValue) | |
constructor | |
long | onCmdResetOption (FXObject *, FXSelector, void *) |
called when user press reset button | |
long | onCmdSetOption (FXObject *, FXSelector, void *) |
called when user set value in textField/button/checkBox | |
long | onUpdResetOption (FXObject *, FXSelector, void *) |
update reset button | |
void | restoreOption () |
restore option | |
void | updateOption () |
update option | |
Protected Attributes | |
FXHorizontalFrame * | myContentFrame = nullptr |
content frame | |
const std::string | myDefaultValue |
default value | |
const std::string | myDescription |
description | |
GNEOptionsDialog * | myGUIDialogOptions = nullptr |
FOX needs this. | |
const std::string | myName |
name | |
const std::string | myTopic |
topic | |
Private Member Functions | |
std::string | getValue () const |
get value | |
Private Attributes | |
FXCheckButton * | myCheckButton = nullptr |
menu check | |
MFXLabelTooltip * | myNameLabel = nullptr |
tooltip label for name | |
FXButton * | myResetButton = nullptr |
input bool
Definition at line 170 of file GNEOptionsDialogElements.h.
GNEOptionsDialogElements::InputBool::InputBool | ( | GNEOptionsDialog * | GUIDialogOptions, |
FXComposite * | parent, | ||
const std::string & | topic, | ||
const std::string & | name, | ||
const std::string & | description, | ||
const std::string & | defaultValue | ||
) |
constructor
Definition at line 214 of file GNEOptionsDialogElements.cpp.
References GUIDesignCheckButton, MID_GNE_SET_ATTRIBUTE, myCheckButton, GNEOptionsDialogElements::InputOption::myContentFrame, and updateOption().
|
inherited |
adjust input name size
Definition at line 86 of file GNEOptionsDialogElements.cpp.
References MARGIN, MINNAMEWIDTH, and GNEOptionsDialogElements::InputOption::myNameLabel.
|
inherited |
get description (Lower)
Definition at line 107 of file GNEOptionsDialogElements.cpp.
References StringUtils::to_lower_case().
|
inherited |
get name (Lower)
Definition at line 101 of file GNEOptionsDialogElements.cpp.
References StringUtils::to_lower_case().
|
inherited |
get topic
Definition at line 95 of file GNEOptionsDialogElements.cpp.
|
privatevirtual |
get value
Implements GNEOptionsDialogElements::InputOption.
Definition at line 282 of file GNEOptionsDialogElements.cpp.
|
virtual |
called when user press reset button
Implements GNEOptionsDialogElements::InputOption.
Definition at line 269 of file GNEOptionsDialogElements.cpp.
References TL, and StringUtils::toBool().
|
virtual |
called when user set value in textField/button/checkBox
Implements GNEOptionsDialogElements::InputOption.
Definition at line 247 of file GNEOptionsDialogElements.cpp.
References MsgHandler::enableDebugGLMessages(), MsgHandler::enableDebugMessages(), and TL.
|
inherited |
update reset button
Definition at line 113 of file GNEOptionsDialogElements.cpp.
Referenced by FXDEFMAP().
|
virtual |
restore option
Implements GNEOptionsDialogElements::InputOption.
Definition at line 235 of file GNEOptionsDialogElements.cpp.
References TL.
|
virtual |
update option
Implements GNEOptionsDialogElements::InputOption.
Definition at line 223 of file GNEOptionsDialogElements.cpp.
References TL.
Referenced by InputBool().
|
private |
|
protectedinherited |
content frame
Definition at line 100 of file GNEOptionsDialogElements.h.
Referenced by InputBool(), GNEOptionsDialogElements::InputFilename::InputFilename(), GNEOptionsDialogElements::InputFloat::InputFloat(), GNEOptionsDialogElements::InputInt::InputInt(), GNEOptionsDialogElements::InputIntVector::InputIntVector(), GNEOptionsDialogElements::InputString::InputString(), GNEOptionsDialogElements::InputStringVector::InputStringVector(), and GNEOptionsDialogElements::InputTime::InputTime().
|
protectedinherited |
default value
Definition at line 97 of file GNEOptionsDialogElements.h.
|
protectedinherited |
description
Definition at line 94 of file GNEOptionsDialogElements.h.
|
protectedinherited |
FOX needs this.
GNEOptionsDialog parent
Definition at line 85 of file GNEOptionsDialogElements.h.
Referenced by GNEOptionsDialogElements::InputFloat::InputFloat(), GNEOptionsDialogElements::InputIntVector::InputIntVector(), GNEOptionsDialogElements::InputString::InputString(), and GNEOptionsDialogElements::InputTime::InputTime().
|
protectedinherited |
name
Definition at line 91 of file GNEOptionsDialogElements.h.
|
privateinherited |
tooltip label for name
Definition at line 107 of file GNEOptionsDialogElements.h.
Referenced by GNEOptionsDialogElements::InputOption::adjustNameSize().
|
privateinherited |
Definition at line 110 of file GNEOptionsDialogElements.h.
|
protectedinherited |
topic
Definition at line 88 of file GNEOptionsDialogElements.h.