swift
Public Member Functions | List of all members
swift::core::IProgressIndicator Class Referenceabstract

Implementing class features a progress bar or something similar. More...

Inheritance diagram for swift::core::IProgressIndicator:
[legend]

Public Member Functions

virtual void updateProgressIndicator (int percentage)=0
 Update the progress indicator 0..100.
 
virtual ~IProgressIndicator ()
 Dtor.
 
void updateProgressIndicatorAndProcessEvents (int percentage)
 Same as updateProgressIndicator but processing events.
 

Detailed Description

Implementing class features a progress bar or something similar.

Hence such an object can be passed and the progress monitored.

Definition at line 15 of file progress.h.


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