ProgressInterface Class Reference

Interface class for progress handling. More...

#include <ProgressInterface.h>

Inherited by RequestProgressDialog.

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 32 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 RequestProgressDialog.

Definition at line 39 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 RequestProgressDialog.

Definition at line 44 of file ProgressInterface.h.

Referenced by InternetRequest::DoRequest().


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

Generated on Thu Dec 17 17:37:11 2009 for CCInfo PDF Plugin by doxygen 1.6.1