Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::gui::qquick::QFutureQmlWrapperT< T > Class Template Reference
Inheritance diagram for zrythm::gui::qquick::QFutureQmlWrapperT< T >:
Collaboration diagram for zrythm::gui::qquick::QFutureQmlWrapperT< T >:

Public Member Functions

 QFutureQmlWrapperT (QFuture< T > future)
int progressMinimum () const override
int progressMaximum () const override
int progressValue () const override
QString progressText () const override
QVariant resultVar () const override
void cancel () override
bool isCanceled () const override

Additional Inherited Members

Signals inherited from zrythm::gui::qquick::QFutureQmlWrapper
void progressValueChanged (int value)
void progressRangeChanged (int minimum, int maximum)
void progressTextChanged (const QString &text)
void finished ()
Protected Member Functions inherited from zrythm::gui::qquick::QFutureQmlWrapper
void setup (QFutureWatcherBase &watcher) const
Properties inherited from zrythm::gui::qquick::QFutureQmlWrapper
int progressMinimum
int progressMaximum
int progressValue
QString progressText

Detailed Description

template<typename T>
class zrythm::gui::qquick::QFutureQmlWrapperT< T >

Definition at line 61 of file qfuture_qml_wrapper.h.

Constructor & Destructor Documentation

◆ QFutureQmlWrapperT()

template<typename T>
zrythm::gui::qquick::QFutureQmlWrapperT< T >::QFutureQmlWrapperT ( QFuture< T > future)
inline

Definition at line 64 of file qfuture_qml_wrapper.h.

Member Function Documentation

◆ cancel()

template<typename T>
void zrythm::gui::qquick::QFutureQmlWrapperT< T >::cancel ( )
inlineoverridevirtual

Implements zrythm::gui::qquick::QFutureQmlWrapper.

Definition at line 87 of file qfuture_qml_wrapper.h.

◆ isCanceled()

template<typename T>
bool zrythm::gui::qquick::QFutureQmlWrapperT< T >::isCanceled ( ) const
inlineoverridevirtual

Implements zrythm::gui::qquick::QFutureQmlWrapper.

Definition at line 88 of file qfuture_qml_wrapper.h.

◆ progressMaximum()

template<typename T>
int zrythm::gui::qquick::QFutureQmlWrapperT< T >::progressMaximum ( ) const
inlineoverridevirtual

Implements zrythm::gui::qquick::QFutureQmlWrapper.

Definition at line 71 of file qfuture_qml_wrapper.h.

◆ progressMinimum()

template<typename T>
int zrythm::gui::qquick::QFutureQmlWrapperT< T >::progressMinimum ( ) const
inlineoverridevirtual

Implements zrythm::gui::qquick::QFutureQmlWrapper.

Definition at line 70 of file qfuture_qml_wrapper.h.

◆ progressText()

template<typename T>
QString zrythm::gui::qquick::QFutureQmlWrapperT< T >::progressText ( ) const
inlineoverridevirtual

Implements zrythm::gui::qquick::QFutureQmlWrapper.

Definition at line 73 of file qfuture_qml_wrapper.h.

◆ progressValue()

template<typename T>
int zrythm::gui::qquick::QFutureQmlWrapperT< T >::progressValue ( ) const
inlineoverridevirtual

Implements zrythm::gui::qquick::QFutureQmlWrapper.

Definition at line 72 of file qfuture_qml_wrapper.h.

◆ resultVar()

template<typename T>
QVariant zrythm::gui::qquick::QFutureQmlWrapperT< T >::resultVar ( ) const
inlineoverridevirtual

Implements zrythm::gui::qquick::QFutureQmlWrapper.

Definition at line 74 of file qfuture_qml_wrapper.h.


The documentation for this class was generated from the following file: