libosmscout
0.1
|
This is the complete list of members for osmscout::Progress, including all inherited members.
Debug(const std::string &text) | osmscout::Progress | virtual |
Debug(std::format_string< Args... > format, Args &&...args) | osmscout::Progress | inline |
Error(const std::string &text) | osmscout::Progress | virtual |
Error(std::format_string< Args... > format, Args &&...args) | osmscout::Progress | inline |
Info(const std::string &text) | osmscout::Progress | virtual |
Info(std::format_string< Args... > format, Args &&...args) | osmscout::Progress | inline |
operator=(const Progress &other)=delete | osmscout::Progress | |
operator=(const Progress &&other)=delete | osmscout::Progress | |
OutputDebug() const | osmscout::Progress | |
Progress() | osmscout::Progress | protected |
Progress(const Progress &other)=delete | osmscout::Progress | |
Progress(const Progress &&other)=delete | osmscout::Progress | |
SetAction(const std::string &action) | osmscout::Progress | virtual |
SetAction(std::format_string< Args... > format, Args &&...args) | osmscout::Progress | inline |
SetOutputDebug(bool outputDebug) | osmscout::Progress | |
SetProgress(double current, double total, const std::string &label="") | osmscout::Progress | virtual |
SetProgress(unsigned int current, unsigned int total, const std::string &label="") | osmscout::Progress | virtual |
SetProgress(unsigned long current, unsigned long total, const std::string &label="") | osmscout::Progress | virtual |
SetProgress(unsigned long long current, unsigned long long total, const std::string &label="") | osmscout::Progress | virtual |
SetStep(const std::string &step) | osmscout::Progress | virtual |
SetStep(std::format_string< Args... > format, Args &&...args) | osmscout::Progress | inline |
Warning(const std::string &text) | osmscout::Progress | virtual |
Warning(std::format_string< Args... > format, Args &&...args) | osmscout::Progress | inline |
~Progress()=default | osmscout::Progress | virtual |