ProgressMeter that helps unifying different tasks.
More...
ProgressMeter that helps unifying different tasks.
<>
◆ ProgressRecorder()
ProgressRecorder::ProgressRecorder |
( |
| ) |
|
◆ ~ProgressRecorder()
ProgressRecorder::~ProgressRecorder |
( |
| ) |
|
◆ forwardTo()
◆ isFinished()
bool ProgressRecorder::isFinished |
( |
| ) |
const |
◆ isStarted()
bool ProgressRecorder::isStarted |
( |
| ) |
const |
◆ message()
uiString ProgressRecorder::message |
( |
| ) |
const |
◆ name()
const char* ProgressRecorder::name |
( |
| ) |
const |
◆ nrDone()
std::int64_t ProgressRecorder::nrDone |
( |
| ) |
const |
|
overridevirtual |
◆ nrDoneText()
uiString ProgressRecorder::nrDoneText |
( |
| ) |
const |
◆ operator++()
void ProgressRecorder::operator++ |
( |
| ) |
|
|
overridevirtual |
◆ reset()
void ProgressRecorder::reset |
( |
| ) |
|
◆ setFinished()
void ProgressRecorder::setFinished |
( |
| ) |
|
|
overridevirtual |
◆ setForwardTo()
◆ setFrom()
void ProgressRecorder::setFrom |
( |
const Task & |
| ) |
|
◆ setMessage() [1/2]
void ProgressRecorder::setMessage |
( |
const uiString & |
| ) |
|
|
overridevirtual |
◆ setMessage() [2/2]
void ProgressRecorder::setMessage |
( |
const uiString & |
, |
|
|
bool |
printtolog |
|
) |
| |
◆ setName()
void ProgressRecorder::setName |
( |
const char * |
| ) |
|
|
overridevirtual |
◆ setNrDone()
void ProgressRecorder::setNrDone |
( |
std::int64_t |
| ) |
|
|
overridevirtual |
◆ setNrDoneText()
void ProgressRecorder::setNrDoneText |
( |
const uiString & |
| ) |
|
|
overridevirtual |
◆ setStarted()
void ProgressRecorder::setStarted |
( |
| ) |
|
|
overridevirtual |
◆ setTotalNr()
void ProgressRecorder::setTotalNr |
( |
std::int64_t |
| ) |
|
|
overridevirtual |
◆ skipProgress()
void ProgressRecorder::skipProgress |
( |
bool |
yn | ) |
|
|
overridevirtual |
◆ totalNr()
std::int64_t ProgressRecorder::totalNr |
( |
| ) |
const |
◆ forwardto_
◆ isfinished_
bool ProgressRecorder::isfinished_ |
|
protected |
◆ isstarted_
bool ProgressRecorder::isstarted_ |
|
protected |
◆ lock_
◆ message_
◆ name_
◆ nrdone_
std::int64_t ProgressRecorder::nrdone_ |
|
protected |
◆ nrdonetext_
◆ totalnr_
std::int64_t ProgressRecorder::totalnr_ |
|
protected |