#include "PropertyInputPainter2D.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.
|
| |
| WidgetFlags | m_widgetFlags |
| |
◆ PropertyInputPainter2D()
| ot::PropertyInputPainter2D::PropertyInputPainter2D |
( |
| ) |
|
◆ ~PropertyInputPainter2D()
| ot::PropertyInputPainter2D::~PropertyInputPainter2D |
( |
| ) |
|
|
virtual |
◆ addPropertyInputValueToJson()
| void ot::PropertyInputPainter2D::addPropertyInputValueToJson |
( |
ot::JsonValue & | _object, |
|
|
const char * | _memberNameValue, |
|
|
ot::JsonAllocator & | _allocator ) |
|
overridevirtual |
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::PropertyInputPainter2D::createPropertyConfiguration |
( |
void | | ) |
const |
|
overridevirtual |
Creates a property configuration that can be used to later create this object.
Implements ot::PropertyInput.
◆ focusPropertyInput()
| void ot::PropertyInputPainter2D::focusPropertyInput |
( |
void | | ) |
|
|
overridevirtual |
◆ getButton()
◆ getCurrentValue()
| QVariant ot::PropertyInputPainter2D::getCurrentValue |
( |
void | | ) |
const |
|
overridevirtual |
◆ getPainter()
| const ot::Painter2D * ot::PropertyInputPainter2D::getPainter |
( |
void | | ) |
const |
◆ getQWidget()
| QWidget * ot::PropertyInputPainter2D::getQWidget |
( |
void | | ) |
|
|
overridevirtual |
Returns the root widget of the input (allows nested widgets)
Implements ot::PropertyInput.
◆ setupFromConfiguration()
| bool ot::PropertyInputPainter2D::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: