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