|
libosmscout 1.1.1
|
#include <libosmscout-import/include/osmscoutimport/ImportProgress.h>


Public Member Functions | |
| StatImportProgress ()=default | |
| virtual | ~StatImportProgress ()=default |
| void | StartImport (const ImportParameter ¶m) override |
| void | FinishedImport () override |
| void | StartModule (size_t currentStep, const ImportModuleDescription &moduleDescription) override |
| void | FinishedModule () override |
| bool | DumpDotStats (const std::string &filename) |
| Public Member Functions inherited from osmscout::ImportProgress | |
| ImportProgress ()=default | |
| virtual | ~ImportProgress ()=default |
| void | DumpModuleDescription (const ImportModuleDescription &description) |
| Public Member Functions inherited from osmscout::ConsoleProgress | |
| 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 |
|
virtualdefault |
| bool osmscout::StatImportProgress::DumpDotStats | ( | const std::string & | filename | ) |
|
overridevirtual |
Reimplemented from osmscout::ImportProgress.
|
overridevirtual |
Reimplemented from osmscout::ImportProgress.
|
overridevirtual |
Reimplemented from osmscout::ImportProgress.
|
overridevirtual |
Reimplemented from osmscout::ImportProgress.