okteta
qca2bytearraychecksumalgorithm.cpp
Go to the documentation of this file.
42 Qca2ByteArrayChecksumAlgorithm::Qca2ByteArrayChecksumAlgorithm( const QString& name, const QString& type )
47 AbstractByteArrayChecksumParameterSet* Qca2ByteArrayChecksumAlgorithm::parameterSet() { return &mParameterSet; }
54 // TODO: find a way without needing to copy, perhaps by smart iterator which can return spans of original data
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
NoByteArrayChecksumParameterSet mParameterSet
Definition: qca2bytearraychecksumalgorithm.h:43
static const int CalculatedByteCountSignalLimit
Definition: abstractbytearraychecksumalgorithm.h:43
virtual ~Qca2ByteArrayChecksumAlgorithm()
Definition: qca2bytearraychecksumalgorithm.cpp:80
virtual Size copyTo(Byte *dest, const AddressRange ©Range) const
copies the data of the section into a given array Dest.
Definition: abstractbytearraymodel.cpp:60
Qca2ByteArrayChecksumAlgorithm(const QString &name, const QString &type)
Definition: qca2bytearraychecksumalgorithm.cpp:42
virtual bool calculateChecksum(QString *result, const Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const
Definition: qca2bytearraychecksumalgorithm.cpp:49
void calculatedBytes(int bytes) const
virtual AbstractByteArrayChecksumParameterSet * parameterSet()
used by the editor to get write access to the parameters
Definition: qca2bytearraychecksumalgorithm.cpp:47
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:08 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:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.