#include <libosmscout/include/osmscout/util/Progress.h>
|
| virtual | ~Progress ()=default |
| void | SetOutputDebug (bool outputDebug) |
| bool | OutputDebug () const |
| virtual void | SetStep (const std::string &step) |
| virtual void | SetAction (const std::string &action) |
| virtual void | SetProgress (double current, double total, const std::string &label="") |
| virtual void | SetProgress (unsigned int current, unsigned int total, const std::string &label="") |
| virtual void | SetProgress (unsigned long current, unsigned long total, const std::string &label="") |
| virtual void | SetProgress (unsigned long long current, unsigned long long total, const std::string &label="") |
| virtual void | Debug (const std::string &text) |
| virtual void | Info (const std::string &text) |
| virtual void | Warning (const std::string &text) |
| virtual void | Error (const std::string &text) |
◆ Progress()
| osmscout::Progress::Progress |
( |
| ) |
|
|
protected |
◆ ~Progress()
| virtual osmscout::Progress::~Progress |
( |
| ) |
|
|
virtualdefault |
◆ Debug()
| virtual void osmscout::Progress::Debug |
( |
const std::string & | text | ) |
|
|
virtual |
◆ Error()
| virtual void osmscout::Progress::Error |
( |
const std::string & | text | ) |
|
|
virtual |
◆ Info()
| virtual void osmscout::Progress::Info |
( |
const std::string & | text | ) |
|
|
virtual |
◆ OutputDebug()
| bool osmscout::Progress::OutputDebug |
( |
| ) |
const |
◆ SetAction()
| virtual void osmscout::Progress::SetAction |
( |
const std::string & | action | ) |
|
|
virtual |
◆ SetOutputDebug()
| void osmscout::Progress::SetOutputDebug |
( |
bool | outputDebug | ) |
|
◆ SetProgress() [1/4]
| virtual void osmscout::Progress::SetProgress |
( |
double | current, |
|
|
double | total, |
|
|
const std::string & | label = "" ) |
|
virtual |
◆ SetProgress() [2/4]
| virtual void osmscout::Progress::SetProgress |
( |
unsigned int | current, |
|
|
unsigned int | total, |
|
|
const std::string & | label = "" ) |
|
virtual |
◆ SetProgress() [3/4]
| virtual void osmscout::Progress::SetProgress |
( |
unsigned long | current, |
|
|
unsigned long | total, |
|
|
const std::string & | label = "" ) |
|
virtual |
◆ SetProgress() [4/4]
| virtual void osmscout::Progress::SetProgress |
( |
unsigned long long | current, |
|
|
unsigned long long | total, |
|
|
const std::string & | label = "" ) |
|
virtual |
◆ SetStep()
| virtual void osmscout::Progress::SetStep |
( |
const std::string & | step | ) |
|
|
virtual |
◆ Warning()
| virtual void osmscout::Progress::Warning |
( |
const std::string & | text | ) |
|
|
virtual |
The documentation for this class was generated from the following file: