okteta
#include <template_bytearraychecksumalgorithm.h>
Public Member Functions | |
Template_ByteArrayChecksumAlgorithm () | |
virtual | ~Template_ByteArrayChecksumAlgorithm () |
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 | |
Template_ByteArrayChecksumParameterSet | 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 28 of file template_bytearraychecksumalgorithm.h.
Constructor & Destructor Documentation
Template_ByteArrayChecksumAlgorithm::Template_ByteArrayChecksumAlgorithm | ( | ) |
Definition at line 21 of file template_bytearraychecksumalgorithm.cpp.
|
virtual |
Definition at line 61 of file template_bytearraychecksumalgorithm.cpp.
Member Function Documentation
|
virtual |
Implements AbstractByteArrayChecksumAlgorithm.
Definition at line 31 of file template_bytearraychecksumalgorithm.cpp.
|
virtual |
used by the editor to get write access to the parameters
Implements AbstractByteArrayChecksumAlgorithm.
Definition at line 29 of file template_bytearraychecksumalgorithm.cpp.
Member Data Documentation
|
protected |
Definition at line 44 of file template_bytearraychecksumalgorithm.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.