#include <Progress.h>
|
void | Debug (const std::string &text) override |
|
void | Error (const std::string &text) override |
|
void | Info (const std::string &text) override |
|
void | SetAction (const std::string &action) override |
|
void | SetProgress (double current, double total) override |
|
void | SetProgress (unsigned int current, unsigned int total) override |
|
void | SetProgress (unsigned long current, unsigned long total) override |
|
void | SetProgress (unsigned long long current, unsigned long long total) override |
|
void | SetStep (const std::string &step) override |
|
void | Warning (const std::string &text) override |
|
bool | OutputDebug () const |
|
void | SetOutputDebug (bool outputDebug) |
|
virtual | ~Progress () |
|
void osmscout::ConsoleProgress::Debug |
( |
const std::string & |
text | ) |
|
|
overridevirtual |
void osmscout::ConsoleProgress::Error |
( |
const std::string & |
text | ) |
|
|
overridevirtual |
void osmscout::ConsoleProgress::Info |
( |
const std::string & |
text | ) |
|
|
overridevirtual |
void osmscout::ConsoleProgress::SetAction |
( |
const std::string & |
action | ) |
|
|
overridevirtual |
void osmscout::ConsoleProgress::SetProgress |
( |
double |
current, |
|
|
double |
total |
|
) |
| |
|
overridevirtual |
void osmscout::ConsoleProgress::SetProgress |
( |
unsigned int |
current, |
|
|
unsigned int |
total |
|
) |
| |
|
overridevirtual |
void osmscout::ConsoleProgress::SetProgress |
( |
unsigned long |
current, |
|
|
unsigned long |
total |
|
) |
| |
|
overridevirtual |
void osmscout::ConsoleProgress::SetProgress |
( |
unsigned long long |
current, |
|
|
unsigned long long |
total |
|
) |
| |
|
overridevirtual |
void osmscout::ConsoleProgress::SetStep |
( |
const std::string & |
step | ) |
|
|
overridevirtual |
void osmscout::ConsoleProgress::Warning |
( |
const std::string & |
text | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: