#include <checksumutil.hpp>
Inheritance diagram for ChecksumProgress:
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. |
Definition at line 165 of file checksumutil.hpp.
|
Destructor.
Reimplemented in ChecksumsListView::ChecksumProgress. Definition at line 169 of file checksumutil.hpp. |
|
Updates the progress dialog of the computing of a checksum.
Implemented in dlgBatchCreation::ChecksumProgress, dlgMultiCheck::ChecksumProgress, and ChecksumsListView::ChecksumProgress. Referenced by ChecksumCalculator::calculate(). |