#include "PropertyInput.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.
|
|
◆ PropertyInput()
ot::PropertyInput::PropertyInput |
( |
| ) |
|
◆ ~PropertyInput()
virtual ot::PropertyInput::~PropertyInput |
( |
| ) |
|
|
inlinevirtual |
◆ addPropertyInputValueToJson()
virtual void ot::PropertyInput::addPropertyInputValueToJson |
( |
ot::JsonValue & | _object, |
|
|
const char * | _memberNameValue, |
|
|
ot::JsonAllocator & | _allocator ) |
|
pure virtual |
◆ createPropertyConfiguration()
virtual Property * ot::PropertyInput::createPropertyConfiguration |
( |
void | | ) |
const |
|
pure virtual |
◆ data() [1/2]
◆ data() [2/2]
◆ dataHasChanged()
bool ot::PropertyInput::dataHasChanged |
( |
void | | ) |
const |
|
inline |
◆ focusPropertyInput()
virtual void ot::PropertyInput::focusPropertyInput |
( |
void | | ) |
|
|
pure virtual |
◆ getCurrentValue()
virtual QVariant ot::PropertyInput::getCurrentValue |
( |
void | | ) |
const |
|
pure virtual |
◆ getPropertyType()
const std::string & ot::PropertyInput::getPropertyType |
( |
void | | ) |
const |
|
inline |
◆ getQWidget() [1/2]
virtual const QWidget * ot::PropertyInput::getQWidget |
( |
void | | ) |
const |
|
overridepure virtual |
◆ getQWidget() [2/2]
virtual QWidget * ot::PropertyInput::getQWidget |
( |
void | | ) |
|
|
overridepure virtual |
◆ inputValueChanged
void ot::PropertyInput::inputValueChanged |
( |
void | | ) |
|
|
signal |
Is emitted whenever the user changed a value.
◆ setData()
void ot::PropertyInput::setData |
( |
const PropertyBase & | _data | ) |
|
|
inline |
◆ setDataHasChanged()
void ot::PropertyInput::setDataHasChanged |
( |
bool | _changed = true | ) |
|
|
inline |
◆ setupFromConfiguration()
bool ot::PropertyInput::setupFromConfiguration |
( |
const Property * | _configuration | ) |
|
|
virtual |
◆ slotValueChanged [1/3]
void ot::PropertyInput::slotValueChanged |
( |
bool | | ) |
|
|
slot |
If called the "inputValueChanged()" signal is emitted and the multiple values flag removed.
◆ slotValueChanged [2/3]
void ot::PropertyInput::slotValueChanged |
( |
int | | ) |
|
|
slot |
If called the "inputValueChanged()" signal is emitted and the multiple values flag removed.
◆ slotValueChanged [3/3]
void ot::PropertyInput::slotValueChanged |
( |
void | | ) |
|
|
slot |
If called the "inputValueChanged()" signal is emitted and the multiple values flag removed.
The documentation for this class was generated from the following files: