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

Public Member Functions | |
| 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) |
Protected Member Functions | |
| Progress () | |
|
protected |
|
virtualdefault |
|
virtual |
Reimplemented in osmscout::ConsoleProgress.
|
virtual |
Reimplemented in osmscout::ConsoleProgress.
|
virtual |
Reimplemented in osmscout::ConsoleProgress.
| bool osmscout::Progress::OutputDebug | ( | ) | const |
|
virtual |
Reimplemented in osmscout::ConsoleProgress.
| void osmscout::Progress::SetOutputDebug | ( | bool | outputDebug | ) |
|
virtual |
Reimplemented in osmscout::ConsoleProgress.
|
virtual |
Reimplemented in osmscout::ConsoleProgress.
|
virtual |
Reimplemented in osmscout::ConsoleProgress.
|
virtual |
Reimplemented in osmscout::ConsoleProgress.
|
virtual |
Reimplemented in osmscout::ConsoleProgress.
|
virtual |
Reimplemented in osmscout::ConsoleProgress.