|  | 
|  | SilentProgress ()=default | 
|  | 
|  | ~SilentProgress () override=default | 
|  | 
| virtual void | Debug (const std::string &text) | 
|  | 
| template<class... Args> | 
| void | Debug (std::format_string< Args... > format, Args &&...args) | 
|  | 
| virtual void | Error (const std::string &text) | 
|  | 
| template<class... Args> | 
| void | Error (std::format_string< Args... > format, Args &&...args) | 
|  | 
| virtual void | Info (const std::string &text) | 
|  | 
| template<class... Args> | 
| void | Info (std::format_string< Args... > format, Args &&...args) | 
|  | 
| Progress | operator= (const Progress &&other)=delete | 
|  | 
| Progress | operator= (const Progress &other)=delete | 
|  | 
| bool | OutputDebug () const | 
|  | 
|  | Progress (const Progress &&other)=delete | 
|  | 
|  | Progress (const Progress &other)=delete | 
|  | 
| virtual void | SetAction (const std::string &action) | 
|  | 
| template<class... Args> | 
| void | SetAction (std::format_string< Args... > format, Args &&...args) | 
|  | 
| void | SetOutputDebug (bool outputDebug) | 
|  | 
| 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 | SetStep (const std::string &step) | 
|  | 
| template<class... Args> | 
| void | SetStep (std::format_string< Args... > format, Args &&...args) | 
|  | 
| virtual void | Warning (const std::string &text) | 
|  | 
| template<class... Args> | 
| void | Warning (std::format_string< Args... > format, Args &&...args) | 
|  | 
| virtual | ~Progress ()=default | 
|  |