ProgressInterface Class Reference

Interface class for progress handling. More...

#include <ProgressInterface.h>

Inherited by CCPrintProgressDlg.

List of all members.

Public Member Functions

virtual bool GetCancel ()
 Called to test if the operation is to be canceled.
virtual void OnFinished (bool bSuccess)
 Called when the operation is finished.

Detailed Description

Interface class for progress handling.

Definition at line 33 of file ProgressInterface.h.


Member Function Documentation

virtual bool ProgressInterface::GetCancel (  )  [inline, virtual]

Called to test if the operation is to be canceled.

Returns:
true to cancel the operation, false to continue (default)

Reimplemented in CCPrintProgressDlg.

Definition at line 40 of file ProgressInterface.h.

Referenced by InternetRequest::InnerDoRequest().

virtual void ProgressInterface::OnFinished ( bool  bSuccess  )  [inline, virtual]

Called when the operation is finished.

Parameters:
bSuccess true if finished successfully, false if failed (or canceled by the user)

Reimplemented in CCPrintProgressDlg.

Definition at line 45 of file ProgressInterface.h.

Referenced by InternetRequest::DoRequest().


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

Generated on Mon Jun 18 12:40:44 2012 for CC PDF Converter by doxygen 1.6.1