List of all members |
Public Types |
Public Slots |
Signals |
Public Member Functions |
Protected Member Functions |
Properties
Gui::LabelEditor Class Reference
#include <Widgets.h>
Public Types | |
enum InputType { String, Float, Integer } | |
Public Slots | |
virtual void setButtonText (const QString &) | |
Sets the browse button's text to txt. More... | |
virtual void setText (const QString &) | |
virtual void validateText (const QString &) | |
Validates if the input of the lineedit is a valid list. More... | |
Signals | |
void textChanged (const QString &) | |
Public Member Functions | |
QString buttonText () const | |
Returns the button's text. More... | |
LabelEditor (QWidget *parent=0) | |
void setInputType (InputType) | |
Set the input type. More... | |
QString text () const | |
Returns the text. More... | |
virtual ~LabelEditor () | |
Protected Member Functions | |
void resizeEvent (QResizeEvent *) | |
Properties | |
QString buttonText | |
Returns the browse button's text. More... | |
QString text | |
Member Enumeration Documentation
◆ InputType
Constructor & Destructor Documentation
◆ LabelEditor()
LabelEditor::LabelEditor | ( | QWidget * | parent = 0 | ) |
References String, textChanged(), and validateText().
◆ ~LabelEditor()
|
virtual |
Member Function Documentation
◆ buttonText()
QString Gui::LabelEditor::buttonText | ( | ) | const |
Returns the button's text.
◆ resizeEvent()
|
protected |
◆ setButtonText
|
virtualslot |
Sets the browse button's text to txt.
◆ setInputType()
void LabelEditor::setInputType | ( | InputType | t | ) |
Set the input type.
◆ setText
|
virtualslot |
◆ text()
QString Gui::LabelEditor::text | ( | ) | const |
Returns the text.
◆ textChanged
|
signal |
Referenced by LabelEditor(), and validateText().
◆ validateText
|
virtualslot |
Validates if the input of the lineedit is a valid list.
References textChanged().
Referenced by LabelEditor().
Property Documentation
◆ buttonText
|
readwrite |
Returns the browse button's text.
◆ text
|
readwrite |
The documentation for this class was generated from the following files:
- src/Gui/Widgets.h
- src/Gui/Widgets.cpp