Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ProgressIndicator Class Referenceabstract

Abstract Base class for a Progress Indicator. More...

#include <ored/utilities/progressbar.hpp>

+ Inheritance diagram for ProgressIndicator:
+ Collaboration diagram for ProgressIndicator:

Public Member Functions

 ProgressIndicator ()
 
virtual ~ProgressIndicator ()
 
virtual void updateProgress (const unsigned long progress, const unsigned long total, const std::string &detail)=0
 
virtual void reset ()=0
 

Detailed Description

Abstract Base class for a Progress Indicator.

Definition at line 41 of file progressbar.hpp.

Constructor & Destructor Documentation

◆ ProgressIndicator()

Definition at line 43 of file progressbar.hpp.

43{}

◆ ~ProgressIndicator()

virtual ~ProgressIndicator ( )
virtual

Definition at line 44 of file progressbar.hpp.

44{}

Member Function Documentation

◆ updateProgress()

virtual void updateProgress ( const unsigned long  progress,
const unsigned long  total,
const std::string &  detail 
)
pure virtual

◆ reset()

virtual void reset ( )
pure virtual