Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

ChecksumProgress Class Reference

Displays the progression of the process of computing of a checksum. More...

#include <checksumutil.hpp>

Inheritance diagram for ChecksumProgress:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual void update (size_t read, bool &canceled)=0
 Updates the progress dialog of the computing of a checksum.

virtual ~ChecksumProgress ()
 Destructor.


Detailed Description

Displays the progression of the process of computing of a checksum.

Definition at line 165 of file checksumutil.hpp.


Constructor & Destructor Documentation

virtual ChecksumProgress::~ChecksumProgress  )  [inline, virtual]
 

Destructor.

Reimplemented in ChecksumsListView::ChecksumProgress.

Definition at line 169 of file checksumutil.hpp.


Member Function Documentation

virtual void ChecksumProgress::update size_t  read,
bool &  canceled
[pure virtual]
 

Updates the progress dialog of the computing of a checksum.

Parameters:
read Number of bytes read.
canceled Set it to true if the user want to cancel the calculation. The caller should call it with its value set to false.

Implemented in dlgBatchCreation::ChecksumProgress, dlgMultiCheck::ChecksumProgress, and ChecksumsListView::ChecksumProgress.

Referenced by ChecksumCalculator::calculate().


The documentation for this class was generated from the following file:
Generated on Sun May 30 13:38:03 2004 for wxChecksums by doxygen 1.3.7