#include "PropertyInputString.h"
|
void | slotValueChanged (void) |
| If called the "inputValueChanged()" signal is emitted and the multiple values flag removed.
|
|
void | slotValueChanged (bool) |
| If called the "inputValueChanged()" signal is emitted and the multiple values flag removed.
|
|
void | slotValueChanged (int) |
| If called the "inputValueChanged()" signal is emitted and the multiple values flag removed.
|
|
void | inputValueChanged (void) |
| Is emitted whenever the user changed a value.
|
|
virtual void | otWidgetFlagsChanged (const WidgetFlags &_flags) |
|
◆ PropertyInputString()
ot::PropertyInputString::PropertyInputString |
( |
const QString & | _text = QString() | ) |
|
◆ ~PropertyInputString()
ot::PropertyInputString::~PropertyInputString |
( |
| ) |
|
|
virtual |
◆ addPropertyInputValueToJson()
Add the current value to the provided JSON object.
- Parameters
-
_object | Target JSON object |
_memberNameValue | Value member name |
_allocator | JSON allocator |
Implements ot::PropertyInput.
◆ createPropertyConfiguration()
ot::Property * ot::PropertyInputString::createPropertyConfiguration |
( |
void | | ) |
const |
|
overridevirtual |
Creates a property configuration that can be used to later create this object.
Implements ot::PropertyInput.
◆ focusPropertyInput()
void ot::PropertyInputString::focusPropertyInput |
( |
void | | ) |
|
|
overridevirtual |
◆ getCurrentText()
const QString & ot::PropertyInputString::getCurrentText |
( |
void | | ) |
const |
|
inline |
◆ getCurrentValue()
QVariant ot::PropertyInputString::getCurrentValue |
( |
void | | ) |
const |
|
overridevirtual |
◆ getQWidget() [1/2]
const QWidget * ot::PropertyInputString::getQWidget |
( |
void | | ) |
const |
|
overridevirtual |
◆ getQWidget() [2/2]
QWidget * ot::PropertyInputString::getQWidget |
( |
void | | ) |
|
|
overridevirtual |
Returns the root widget of the input (allows nested widgets)
Implements ot::PropertyInput.
◆ setText()
void ot::PropertyInputString::setText |
( |
const QString & | _text | ) |
|
◆ setupFromConfiguration()
bool ot::PropertyInputString::setupFromConfiguration |
( |
const Property * | _configuration | ) |
|
|
overridevirtual |
Setup the input from the provided configration.
Reimplemented from ot::PropertyInput.
The documentation for this class was generated from the following files: