okteta
#include <abstractbytearraychecksumalgorithm.h>
Signals | |
void | calculatedBytes (int bytes) const |
Public Member Functions | |
virtual | ~AbstractByteArrayChecksumAlgorithm () |
virtual bool | calculateChecksum (QString *result, const Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const =0 |
QString | name () const |
virtual AbstractByteArrayChecksumParameterSet * | parameterSet ()=0 |
Protected Member Functions | |
AbstractByteArrayChecksumAlgorithm (const QString &name) | |
Protected Attributes | |
Private *const | d |
Static Protected Attributes | |
static const int | CalculatedByteCountSignalLimit = 10000 |
Detailed Description
Definition at line 38 of file abstractbytearraychecksumalgorithm.h.
Constructor & Destructor Documentation
|
explicitprotected |
Definition at line 47 of file abstractbytearraychecksumalgorithm.cpp.
|
virtual |
Definition at line 53 of file abstractbytearraychecksumalgorithm.cpp.
Member Function Documentation
|
pure virtual |
|
signal |
QString AbstractByteArrayChecksumAlgorithm::name | ( | ) | const |
Definition at line 51 of file abstractbytearraychecksumalgorithm.cpp.
|
pure virtual |
used by the editor to get write access to the parameters
Implemented in Adler32ByteArrayChecksumAlgorithm, Crc32ByteArrayChecksumAlgorithm, ModSum16ByteArrayChecksumAlgorithm, ModSum32ByteArrayChecksumAlgorithm, ModSum64ByteArrayChecksumAlgorithm, ModSum8ByteArrayChecksumAlgorithm, Qca2ByteArrayChecksumAlgorithm, and Template_ByteArrayChecksumAlgorithm.
Member Data Documentation
|
staticprotected |
Definition at line 43 of file abstractbytearraychecksumalgorithm.h.
|
protected |
Definition at line 61 of file abstractbytearraychecksumalgorithm.h.
The documentation for this class was generated from the following files:
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.