okteta
Crc32ByteArrayChecksumAlgorithm Class Reference
#include <crc32bytearraychecksumalgorithm.h>
Inheritance diagram for Crc32ByteArrayChecksumAlgorithm:
Public Member Functions | |
Crc32ByteArrayChecksumAlgorithm () | |
virtual | ~Crc32ByteArrayChecksumAlgorithm () |
virtual bool | calculateChecksum (QString *result, const Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const |
virtual AbstractByteArrayChecksumParameterSet * | parameterSet () |
Public Member Functions inherited from AbstractByteArrayChecksumAlgorithm | |
virtual | ~AbstractByteArrayChecksumAlgorithm () |
QString | name () const |
Protected Attributes | |
NoByteArrayChecksumParameterSet | mParameterSet |
Protected Attributes inherited from AbstractByteArrayChecksumAlgorithm | |
Private *const | d |
Additional Inherited Members | |
Signals inherited from AbstractByteArrayChecksumAlgorithm | |
void | calculatedBytes (int bytes) const |
Protected Member Functions inherited from AbstractByteArrayChecksumAlgorithm | |
AbstractByteArrayChecksumAlgorithm (const QString &name) | |
Static Protected Attributes inherited from AbstractByteArrayChecksumAlgorithm | |
static const int | CalculatedByteCountSignalLimit = 10000 |
Detailed Description
Definition at line 32 of file crc32bytearraychecksumalgorithm.h.
Constructor & Destructor Documentation
Crc32ByteArrayChecksumAlgorithm::Crc32ByteArrayChecksumAlgorithm | ( | ) |
Definition at line 81 of file crc32bytearraychecksumalgorithm.cpp.
|
virtual |
Definition at line 113 of file crc32bytearraychecksumalgorithm.cpp.
Member Function Documentation
|
virtual |
Implements AbstractByteArrayChecksumAlgorithm.
Definition at line 88 of file crc32bytearraychecksumalgorithm.cpp.
|
virtual |
used by the editor to get write access to the parameters
Implements AbstractByteArrayChecksumAlgorithm.
Definition at line 86 of file crc32bytearraychecksumalgorithm.cpp.
Member Data Documentation
|
protected |
Definition at line 43 of file crc32bytearraychecksumalgorithm.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.