#include <ProgressReporter.hh>
Definition at line 47 of file ProgressReporter.hh.
◆ ProgressReporter()
iRoCS::ProgressReporter::ProgressReporter |
( |
| ) |
|
|
inline |
◆ ~ProgressReporter()
virtual iRoCS::ProgressReporter::~ProgressReporter |
( |
| ) |
|
|
inlinevirtual |
◆ setProgressMin()
virtual void iRoCS::ProgressReporter::setProgressMin |
( |
int |
progressMin | ) |
|
|
pure virtual |
◆ progressMin()
virtual int iRoCS::ProgressReporter::progressMin |
( |
| ) |
const |
|
pure virtual |
◆ setProgressMax()
virtual void iRoCS::ProgressReporter::setProgressMax |
( |
int |
progressMax | ) |
|
|
pure virtual |
◆ progressMax()
virtual int iRoCS::ProgressReporter::progressMax |
( |
| ) |
const |
|
pure virtual |
◆ setTaskProgressRange()
void iRoCS::ProgressReporter::setTaskProgressRange |
( |
int |
progressMin, |
|
|
int |
progressMax |
|
) |
| |
◆ setTaskProgressMin()
void iRoCS::ProgressReporter::setTaskProgressMin |
( |
int |
progressMin | ) |
|
◆ taskProgressMin()
int iRoCS::ProgressReporter::taskProgressMin |
( |
| ) |
const |
◆ setTaskProgressMax()
void iRoCS::ProgressReporter::setTaskProgressMax |
( |
int |
progressMax | ) |
|
◆ taskProgressMax()
int iRoCS::ProgressReporter::taskProgressMax |
( |
| ) |
const |
◆ setHeaderMessage()
virtual void iRoCS::ProgressReporter::setHeaderMessage |
( |
std::string const & |
message | ) |
|
|
pure virtual |
◆ headerMessage()
virtual std::string iRoCS::ProgressReporter::headerMessage |
( |
| ) |
const |
|
pure virtual |
◆ setProgressMessage()
virtual void iRoCS::ProgressReporter::setProgressMessage |
( |
std::string const & |
message | ) |
|
|
pure virtual |
◆ progressMessage()
virtual std::string iRoCS::ProgressReporter::progressMessage |
( |
| ) |
const |
|
pure virtual |
◆ setProgress()
virtual void iRoCS::ProgressReporter::setProgress |
( |
int |
progress | ) |
|
|
pure virtual |
◆ progress()
virtual int iRoCS::ProgressReporter::progress |
( |
| ) |
const |
|
pure virtual |
◆ setAborted()
virtual void iRoCS::ProgressReporter::setAborted |
( |
bool |
abort | ) |
|
|
pure virtual |
◆ abort()
virtual void iRoCS::ProgressReporter::abort |
( |
| ) |
|
|
pure virtual |
◆ abortWithError()
virtual void iRoCS::ProgressReporter::abortWithError |
( |
std::string const & |
msg | ) |
|
|
pure virtual |
◆ isAborted()
virtual bool iRoCS::ProgressReporter::isAborted |
( |
| ) |
const |
|
pure virtual |
◆ updateProgress()
virtual bool iRoCS::ProgressReporter::updateProgress |
( |
int |
progress | ) |
|
|
pure virtual |
◆ updateProgressMessage()
virtual bool iRoCS::ProgressReporter::updateProgressMessage |
( |
std::string const & |
message | ) |
|
|
pure virtual |
◆ _taskProgressMin
int iRoCS::ProgressReporter::_taskProgressMin |
|
protected |
◆ _taskProgressMax
int iRoCS::ProgressReporter::_taskProgressMax |
|
protected |
The documentation for this class was generated from the following file: