okteta
rotatebytearrayfilter.cpp
Go to the documentation of this file.
36 i18nc("name of the filter; it moves the bits and pushes the ones over the end to the begin again",
40 AbstractByteArrayFilterParameterSet *RotateByteArrayFilter::parameterSet() { return &mParameterSet; }
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
int moveBitWidth() const
Definition: rotatebytearrayfilterparameterset.cpp:32
virtual bool filter(Okteta::Byte *result, Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const
Definition: rotatebytearrayfilter.cpp:42
int groupSize() const
Definition: rotatebytearrayfilterparameterset.cpp:31
RotateByteArrayFilterParameterSet mParameterSet
Definition: rotatebytearrayfilter.h:44
virtual ~RotateByteArrayFilter()
Definition: rotatebytearrayfilter.cpp:137
virtual Byte byte(Address offset) const =0
locates working range The idea behind is to tell buffer which range will be requested in the followin...
static const int FilteredByteCountSignalLimit
Definition: abstractbytearrayfilter.h:44
void filteredBytes(int bytes) const
virtual AbstractByteArrayFilterParameterSet * parameterSet()
used by the editor to get write access to the parameters
Definition: rotatebytearrayfilter.cpp:40
RotateByteArrayFilter()
Definition: rotatebytearrayfilter.cpp:34
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:09 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:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.