okteta
searchjob.cpp
Go to the documentation of this file.
71 mByteArrayModel->lastIndexOfCaseInsensitive( mCharCodec, mSearchData, lastFromIndex, mEndIndex );
81 QApplication::processEvents( QEventLoop::ExcludeUserInputEvents | QEventLoop::ExcludeSocketNotifiers, SearchMaxEventProcessTimeInMS );
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
const Okteta::AbstractByteArrayModel * mByteArrayModel
Definition: searchjob.h:64
static const int SearchMaxEventProcessTimeInMS
Definition: searchjob.cpp:35
Address lastIndexOfCaseInsensitive(const CharCodec *charCodec, const QByteArray &pattern, Address fromOffset=-1, Address toOffset=0) const
Definition: abstractbytearraymodel.cpp:207
virtual Address lastIndexOf(const Byte *pattern, int patternLength, Address fromOffset=-1, Address toOffset=0) const
searches for a given data string The section limits the data within which the key has to be found If ...
Definition: abstractbytearraymodel.cpp:104
SearchJob(const Okteta::AbstractByteArrayModel *model, const QByteArray &searchData, Okteta::Address startIndex, Okteta::Address endIndex, Qt::CaseSensitivity caseSensitivity, const QString &charCodecName)
Definition: searchjob.cpp:38
Address indexOfCaseInsensitive(const CharCodec *charCodec, const QByteArray &pattern, Address fromOffset=0, Address toOffset=-1) const
Definition: abstractbytearraymodel.cpp:162
virtual Address indexOf(const Byte *pattern, int patternLength, Address fromOffset=0, Address toOffset=-1) const
searches beginning with byte at Pos.
Definition: abstractbytearraymodel.cpp:73
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.