Public Member Functions | |
void | _notifyCanceled () override |
void | _notifyFailed () override |
void | _notifyFinished () override |
void | _notifyProgressed (double newProgress) override |
void | _notifyRunning () override |
void | _reset () override |
bool | isRunning () const override |
void | notifyCanceled () override |
void | notifyFailed () override |
void | notifyFinished () override |
void | notifyProgressed (double newProgress) override |
void | notifyRunning () override |
ProgressNotifierProxy (qi::AnyObject obj) | |
void | reset () override |
Future< void > | waitForFinished () override |
![]() | |
QI_API_DEPRECATED_MSG (Use 'notifyCanceled' instead) virtual void _notifyCanceled()=0 | |
QI_API_DEPRECATED_MSG (Use 'notifyFailed' instead) virtual void _notifyFailed()=0 | |
QI_API_DEPRECATED_MSG (Use 'notifyFinished' instead) virtual void _notifyFinished()=0 | |
QI_API_DEPRECATED_MSG (Use 'notifyProgressed' instead) virtual void _notifyProgressed(double new Progress)=0 | |
QI_API_DEPRECATED_MSG (Use 'notifyRunning' instead) virtual void _notifyRunning()=0 | |
QI_API_DEPRECATED_MSG (Use 'reset' instead) virtual void _reset()=0 | |
virtual | ~ProgressNotifier ()=default |
Additional Inherited Members | |
![]() | |
enum | Status { Status_Idle, Status_Running, Status_Finished, Status_Failed, Status_Canceled } |
![]() | |
Property< double > | progress |
Property< Status > | status |
![]() | |
ProgressNotifier ()=default | |
Definition at line 6 of file progressnotifier_proxy.cpp.
|
inlineexplicit |
Definition at line 9 of file progressnotifier_proxy.cpp.
|
inlineoverride |
Definition at line 70 of file progressnotifier_proxy.cpp.
|
inlineoverride |
Definition at line 75 of file progressnotifier_proxy.cpp.
|
inlineoverride |
Definition at line 65 of file progressnotifier_proxy.cpp.
|
inlineoverride |
Definition at line 80 of file progressnotifier_proxy.cpp.
|
inlineoverride |
Definition at line 60 of file progressnotifier_proxy.cpp.
|
inlineoverride |
Definition at line 55 of file progressnotifier_proxy.cpp.
|
inlineoverridevirtual |
Implements qi::ProgressNotifier.
Definition at line 44 of file progressnotifier_proxy.cpp.
|
inlineoverridevirtual |
Notify the observers that the operation has been canceled by the user.
Implements qi::ProgressNotifier.
Definition at line 29 of file progressnotifier_proxy.cpp.
|
inlineoverridevirtual |
Notify the observers that the operation has failed.
Implements qi::ProgressNotifier.
Definition at line 34 of file progressnotifier_proxy.cpp.
|
inlineoverridevirtual |
Notify the observers that the operation has successfully ended.
Implements qi::ProgressNotifier.
Definition at line 24 of file progressnotifier_proxy.cpp.
|
inlineoverridevirtual |
Notify the observers that the operation progressed.
newProgress | New value representing the total progress of the operation. By default, uses a range from 0.0 (no work has been done yet) to 1.0 (all work is done). The operation implementation is free to use another range if necessary but should clarify the meaning of this value in its documentation. |
Implements qi::ProgressNotifier.
Definition at line 39 of file progressnotifier_proxy.cpp.
|
inlineoverridevirtual |
Notify the observers that the operation associated with this notifier is now running.
Implements qi::ProgressNotifier.
Definition at line 19 of file progressnotifier_proxy.cpp.
|
inlineoverridevirtual |
Reset the status of the algorithm to the idle state with no progress.
Implements qi::ProgressNotifier.
Definition at line 14 of file progressnotifier_proxy.cpp.
|
inlineoverridevirtual |
Implements qi::ProgressNotifier.
Definition at line 49 of file progressnotifier_proxy.cpp.