Eclipse SUMO - Simulation of Urban MObility
|
input string 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 | |
InputString (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 | |
MFXLabelTooltip * | myNameLabel = nullptr |
tooltip label for name | |
FXButton * | myResetButton = nullptr |
FXTextField * | myStringTextField = nullptr |
text field | |
input string
Definition at line 114 of file GNEOptionsDialogElements.h.
GNEOptionsDialogElements::InputString::InputString | ( | GNEOptionsDialog * | GUIDialogOptions, |
FXComposite * | parent, | ||
const std::string & | topic, | ||
const std::string & | name, | ||
const std::string & | description, | ||
const std::string & | defaultValue | ||
) |
constructor
Definition at line 126 of file GNEOptionsDialogElements.cpp.
References OptionsCont::getString(), GUIDesignTextField, GUIDesignTextFieldNCol, MID_GNE_SET_ATTRIBUTE, GNEOptionsDialogElements::InputOption::myContentFrame, GNEOptionsDialogElements::InputOption::myGUIDialogOptions, GNEOptionsDialog::myOptionsContainer, myStringTextField, 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 164 of file GNEOptionsDialogElements.cpp.
|
virtual |
called when user press reset button
Implements GNEOptionsDialogElements::InputOption.
Definition at line 157 of file GNEOptionsDialogElements.cpp.
|
virtual |
called when user set value in textField/button/checkBox
Implements GNEOptionsDialogElements::InputOption.
Definition at line 148 of file GNEOptionsDialogElements.cpp.
|
inherited |
update reset button
Definition at line 113 of file GNEOptionsDialogElements.cpp.
Referenced by FXDEFMAP().
|
virtual |
restore option
Implements GNEOptionsDialogElements::InputOption.
Definition at line 142 of file GNEOptionsDialogElements.cpp.
|
virtual |
update option
Implements GNEOptionsDialogElements::InputOption.
Definition at line 136 of file GNEOptionsDialogElements.cpp.
Referenced by InputString().
|
protectedinherited |
content frame
Definition at line 100 of file GNEOptionsDialogElements.h.
Referenced by GNEOptionsDialogElements::InputBool::InputBool(), GNEOptionsDialogElements::InputFilename::InputFilename(), GNEOptionsDialogElements::InputFloat::InputFloat(), GNEOptionsDialogElements::InputInt::InputInt(), GNEOptionsDialogElements::InputIntVector::InputIntVector(), 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(), 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.
|
private |
|
protectedinherited |
topic
Definition at line 88 of file GNEOptionsDialogElements.h.