QML-exposed wrapper over a QFuture that provides properties for binding.
More...
#include <src/gui/qquick/qfuture_qml_wrapper.h>
|
|
void | progressValueChanged (int value) |
|
void | progressRangeChanged (int minimum, int maximum) |
|
void | progressTextChanged (const QString &text) |
|
void | finished () |
|
|
virtual int | progressMinimum () const =0 |
|
virtual int | progressMaximum () const =0 |
|
virtual int | progressValue () const =0 |
|
virtual QString | progressText () const =0 |
|
virtual Q_INVOKABLE QVariant | resultVar () const =0 |
|
virtual Q_INVOKABLE void | cancel ()=0 |
|
virtual Q_INVOKABLE bool | isCanceled () const =0 |
|
| void | setup (QFutureWatcherBase &watcher) const |
QML-exposed wrapper over a QFuture that provides properties for binding.
Definition at line 15 of file qfuture_qml_wrapper.h.
◆ setup()
| void zrythm::gui::qquick::QFutureQmlWrapper::setup |
( |
QFutureWatcherBase & | watcher | ) |
const |
|
inlineprotected |
◆ progressMaximum
| int zrythm::gui::qquick::QFutureQmlWrapper::progressMaximum |
|
read |
◆ progressMinimum
| int zrythm::gui::qquick::QFutureQmlWrapper::progressMinimum |
|
read |
◆ progressText
| QString zrythm::gui::qquick::QFutureQmlWrapper::progressText |
|
read |
◆ progressValue
| int zrythm::gui::qquick::QFutureQmlWrapper::progressValue |
|
read |
The documentation for this class was generated from the following file: