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


Public Member Functions | |
| ImportProgress ()=default | |
| virtual | ~ImportProgress ()=default |
| virtual void | StartImport (const ImportParameter ¶m) |
| virtual void | FinishedImport () |
| void | DumpModuleDescription (const ImportModuleDescription &description) |
| virtual void | StartModule (size_t currentStep, const ImportModuleDescription &moduleDescription) |
| virtual void | FinishedModule () |
| 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 |
| void osmscout::ImportProgress::DumpModuleDescription | ( | const ImportModuleDescription & | description | ) |
|
virtual |
Reimplemented in osmscout::StatImportProgress.
|
virtual |
Reimplemented in osmscout::StatImportProgress.
|
virtual |
Reimplemented in osmscout::StatImportProgress.
|
virtual |
Reimplemented in osmscout::StatImportProgress.