okteta
#include <abstractbytearrayfilter.h>

Signals | |
| void | filteredBytes (int bytes) const |
Public Member Functions | |
| virtual | ~AbstractByteArrayFilter () |
| virtual bool | filter (Okteta::Byte *result, Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &range) const =0 |
| QString | name () const |
| virtual AbstractByteArrayFilterParameterSet * | parameterSet ()=0 |
Protected Member Functions | |
| AbstractByteArrayFilter (const QString &name) | |
Protected Attributes | |
| Private *const | d |
Static Protected Attributes | |
| static const int | FilteredByteCountSignalLimit = 10000 |
Detailed Description
Definition at line 39 of file abstractbytearrayfilter.h.
Constructor & Destructor Documentation
|
explicitprotected |
Definition at line 46 of file abstractbytearrayfilter.cpp.
|
virtual |
Definition at line 52 of file abstractbytearrayfilter.cpp.
Member Function Documentation
|
pure virtual |
|
signal |
| QString AbstractByteArrayFilter::name | ( | ) | const |
Definition at line 50 of file abstractbytearrayfilter.cpp.
|
pure virtual |
used by the editor to get write access to the parameters
Implemented in AndByteArrayFilter, InvertByteArrayFilter, OrByteArrayFilter, ReverseByteArrayFilter, RotateByteArrayFilter, ShiftByteArrayFilter, XOrByteArrayFilter, and Template_ByteArrayFilter.
Member Data Documentation
|
protected |
Definition at line 62 of file abstractbytearrayfilter.h.
|
staticprotected |
Definition at line 44 of file abstractbytearrayfilter.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.
KDE API Reference