LeechCraft  0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ILoadProcess Class Referenceabstract

Describes the progress of a single long-running operation. More...

#include "iloadprogressreporter.h"

Public Member Functions

virtual ~ILoadProcess ()
 
virtual void ReportValue (int value)=0
 Sets the current progress to value. More...
 
virtual void operator++ ()=0
 Increments the current value for the progress. More...
 

Detailed Description

Describes the progress of a single long-running operation.

See Also
ILoadProgressReporter

Definition at line 39 of file iloadprogressreporter.h.

Constructor & Destructor Documentation

virtual ILoadProcess::~ILoadProcess ( )
inlinevirtual

Definition at line 42 of file iloadprogressreporter.h.

Member Function Documentation

virtual void ILoadProcess::operator++ ( )
pure virtual

Increments the current value for the progress.

virtual void ILoadProcess::ReportValue ( int  value)
pure virtual

Sets the current progress to value.

Parameters
[in]valueThe new value for the progress.

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