#include <progressfeedback.h>
Definition at line 132 of file progressfeedback.h.
◆ AbortableProgressFeedback() [1/2]
TagParser::AbortableProgressFeedback::AbortableProgressFeedback |
( |
const Callback & |
callback, |
|
|
const Callback & |
percentageOnlyCallback = Callback() |
|
) |
| |
|
inline |
◆ AbortableProgressFeedback() [2/2]
TagParser::AbortableProgressFeedback::AbortableProgressFeedback |
( |
Callback && |
callback, |
|
|
Callback && |
percentageOnlyCallback = Callback() |
|
) |
| |
|
inline |
◆ isAborted()
bool TagParser::AbortableProgressFeedback::isAborted |
( |
| ) |
const |
|
inline |
◆ nextStepOrStop() [1/2]
void TagParser::AbortableProgressFeedback::nextStepOrStop |
( |
const std::string & |
step, |
|
|
byte |
stepPercentage = 0 |
|
) |
| |
|
inline |
◆ nextStepOrStop() [2/2]
void TagParser::AbortableProgressFeedback::nextStepOrStop |
( |
std::string && |
step, |
|
|
byte |
stepPercentage = 0 |
|
) |
| |
|
inline |
◆ stopIfAborted()
void TagParser::AbortableProgressFeedback::stopIfAborted |
( |
| ) |
const |
|
inline |
◆ tryToAbort()
void TagParser::AbortableProgressFeedback::tryToAbort |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: