|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/util/Progress.h>


Public Member Functions | |
| 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 |
| Public Member Functions inherited from osmscout::Progress | |
| virtual | ~Progress ()=default |
| void | SetOutputDebug (bool outputDebug) |
| bool | OutputDebug () const |
Additional Inherited Members | |
| Protected Member Functions inherited from osmscout::Progress | |
| Progress () | |
|
default |
|
overridedefault |
|
overridevirtual |
Reimplemented from osmscout::Progress.
|
overridevirtual |
Reimplemented from osmscout::Progress.
|
overridevirtual |
Reimplemented from osmscout::Progress.
|
overridevirtual |
Reimplemented from osmscout::Progress.
|
overridevirtual |
Reimplemented from osmscout::Progress.
|
overridevirtual |
Reimplemented from osmscout::Progress.
|
overridevirtual |
Reimplemented from osmscout::Progress.
|
overridevirtual |
Reimplemented from osmscout::Progress.
|
overridevirtual |
Reimplemented from osmscout::Progress.
|
overridevirtual |
Reimplemented from osmscout::Progress.