#include <ProgressReporterStream.hh>
Definition at line 37 of file ProgressReporterStream.hh.
◆ ProgressReporterStream()
iRoCS::ProgressReporterStream::ProgressReporterStream |
( |
std::ostream & |
os = std::cout , |
|
|
int |
progress = 0 , |
|
|
int |
progressMin = 0 , |
|
|
int |
progressMax = 100 , |
|
|
std::string const & |
headerMessage = std::string() , |
|
|
std::string const & |
progressMessage = std::string() |
|
) |
| |
◆ ~ProgressReporterStream()
iRoCS::ProgressReporterStream::~ProgressReporterStream |
( |
| ) |
|
◆ setProgressMin()
void iRoCS::ProgressReporterStream::setProgressMin |
( |
int |
progressMin | ) |
|
|
virtual |
◆ progressMin()
int iRoCS::ProgressReporterStream::progressMin |
( |
| ) |
const |
|
virtual |
◆ setProgressMax()
void iRoCS::ProgressReporterStream::setProgressMax |
( |
int |
progressMax | ) |
|
|
virtual |
◆ progressMax()
int iRoCS::ProgressReporterStream::progressMax |
( |
| ) |
const |
|
virtual |
◆ setHeaderMessage()
void iRoCS::ProgressReporterStream::setHeaderMessage |
( |
std::string const & |
message | ) |
|
|
virtual |
◆ headerMessage()
std::string iRoCS::ProgressReporterStream::headerMessage |
( |
| ) |
const |
|
virtual |
◆ setProgressMessage()
void iRoCS::ProgressReporterStream::setProgressMessage |
( |
std::string const & |
message | ) |
|
|
virtual |
◆ progressMessage()
std::string iRoCS::ProgressReporterStream::progressMessage |
( |
| ) |
const |
|
virtual |
◆ setProgress()
void iRoCS::ProgressReporterStream::setProgress |
( |
int |
progress | ) |
|
|
virtual |
◆ progress()
int iRoCS::ProgressReporterStream::progress |
( |
| ) |
const |
|
virtual |
◆ setAborted()
void iRoCS::ProgressReporterStream::setAborted |
( |
bool |
abort | ) |
|
|
virtual |
◆ abort()
void iRoCS::ProgressReporterStream::abort |
( |
| ) |
|
|
virtual |
◆ abortWithError()
void iRoCS::ProgressReporterStream::abortWithError |
( |
std::string const & |
msg | ) |
|
|
virtual |
◆ isAborted()
bool iRoCS::ProgressReporterStream::isAborted |
( |
| ) |
const |
|
virtual |
◆ updateProgress()
bool iRoCS::ProgressReporterStream::updateProgress |
( |
int |
progress | ) |
|
|
virtual |
◆ updateProgressMessage()
bool iRoCS::ProgressReporterStream::updateProgressMessage |
( |
std::string const & |
message | ) |
|
|
virtual |
◆ operator<<()
template<typename DataT >
Appends the given message to the selected output stream.
- Parameters
-
msg | The message to append (may be also stream control commands) |
Definition at line 103 of file ProgressReporterStream.hh.
◆ setTaskProgressRange()
void iRoCS::ProgressReporter::setTaskProgressRange |
( |
int |
progressMin, |
|
|
int |
progressMax |
|
) |
| |
|
inherited |
◆ setTaskProgressMin()
void iRoCS::ProgressReporter::setTaskProgressMin |
( |
int |
progressMin | ) |
|
|
inherited |
◆ taskProgressMin()
int iRoCS::ProgressReporter::taskProgressMin |
( |
| ) |
const |
|
inherited |
◆ setTaskProgressMax()
void iRoCS::ProgressReporter::setTaskProgressMax |
( |
int |
progressMax | ) |
|
|
inherited |
◆ taskProgressMax()
int iRoCS::ProgressReporter::taskProgressMax |
( |
| ) |
const |
|
inherited |
◆ _taskProgressMin
int iRoCS::ProgressReporter::_taskProgressMin |
|
protectedinherited |
◆ _taskProgressMax
int iRoCS::ProgressReporter::_taskProgressMax |
|
protectedinherited |
The documentation for this class was generated from the following file: