okteta
abstractbytearraychecksumalgorithm.h
Go to the documentation of this file.
50 virtual bool calculateChecksum( QString* result, const Okteta::AbstractByteArrayModel* model, const Okteta::AddressRange& range ) const = 0;
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
virtual AbstractByteArrayChecksumParameterSet * parameterSet()=0
used by the editor to get write access to the parameters
Private *const d
Definition: abstractbytearraychecksumalgorithm.h:61
QString name() const
Definition: abstractbytearraychecksumalgorithm.cpp:51
static const int CalculatedByteCountSignalLimit
Definition: abstractbytearraychecksumalgorithm.h:43
AbstractByteArrayChecksumAlgorithm(const QString &name)
Definition: abstractbytearraychecksumalgorithm.cpp:47
virtual ~AbstractByteArrayChecksumAlgorithm()
Definition: abstractbytearraychecksumalgorithm.cpp:53
virtual bool calculateChecksum(QString *result, const Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const =0
void calculatedBytes(int bytes) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:06 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:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.