Inkscape
Vector Graphics Editor
|
A dummy Progress object that never reports cancellation. More...
#include <progress.h>
Private Member Functions | |
bool | _keepgoing () const override |
bool | _report (T const &...) override |
Additional Inherited Members | |
![]() | |
bool | report (T const &... progress) |
Report a progress value, returning false if cancelled. | |
void | report_or_throw (T const &... progress) |
Report a progress value, throwing CancelledException if cancelled. | |
bool | keepgoing () const |
Return whether not cancelled. | |
void | throw_if_cancelled () const |
Throw CancelledException if cancelled. | |
operator bool () const | |
Convenience function - same as check(). | |
![]() | |
~Progress ()=default | |
virtual bool | _report (T const &... progress)=0 |
A dummy Progress object that never reports cancellation.
Definition at line 144 of file progress.h.
|
inlineoverrideprivatevirtual |
Implements Inkscape::Async::Progress< T... >.
Definition at line 148 of file progress.h.
|
inlineoverrideprivate |
Definition at line 149 of file progress.h.