libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::SilentProgress Class Referencefinal

#include <Progress.h>

+ Inheritance diagram for osmscout::SilentProgress:

Public Member Functions

 SilentProgress ()=default
 
 ~SilentProgress () override=default
 
- Public Member Functions inherited from osmscout::Progress
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
 

Additional Inherited Members

- Protected Member Functions inherited from osmscout::Progress
 Progress ()
 

Constructor & Destructor Documentation

◆ SilentProgress()

osmscout::SilentProgress::SilentProgress ( )
default

◆ ~SilentProgress()

osmscout::SilentProgress::~SilentProgress ( )
overridedefault

The documentation for this class was generated from the following file: