swift
|
Implementing class features a progress bar or something similar. More...
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. | |
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.