#include "PropertyInputFilePath.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 |
| |
◆ PropertyInputFilePath()
| ot::PropertyInputFilePath::PropertyInputFilePath |
( |
| ) |
|
◆ ~PropertyInputFilePath()
| ot::PropertyInputFilePath::~PropertyInputFilePath |
( |
| ) |
|
|
virtual |
◆ addPropertyInputValueToJson()
| void ot::PropertyInputFilePath::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::PropertyInputFilePath::createPropertyConfiguration |
( |
void | | ) |
const |
|
overridevirtual |
Creates a property configuration that can be used to later create this object.
Implements ot::PropertyInput.
◆ currentFile()
| QString ot::PropertyInputFilePath::currentFile |
( |
void | | ) |
const |
◆ focusPropertyInput()
| void ot::PropertyInputFilePath::focusPropertyInput |
( |
void | | ) |
|
|
overridevirtual |
◆ getCurrentValue()
| QVariant ot::PropertyInputFilePath::getCurrentValue |
( |
void | | ) |
const |
|
overridevirtual |
◆ getQWidget()
| QWidget * ot::PropertyInputFilePath::getQWidget |
( |
void | | ) |
|
|
overridevirtual |
Returns the root widget of the input (allows nested widgets)
Implements ot::PropertyInput.
◆ setCurrentFile()
| void ot::PropertyInputFilePath::setCurrentFile |
( |
const QString & | _file | ) |
|
◆ setupFromConfiguration()
| bool ot::PropertyInputFilePath::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: