okteta
extractstringsjob.h
Go to the documentation of this file.
72 : mByteArrayModel( model ), mSelection( selection ), mCharCodec( charCodec ), mMinLength( minLength ),
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
const Okteta::CharCodec * mCharCodec
Definition: extractstringsjob.h:60
QList< ContainedString > * mContainedStringList
Definition: extractstringsjob.h:63
const Okteta::AbstractByteArrayModel * mByteArrayModel
Definition: extractstringsjob.h:58
Definition: charcodec.h:42
const Okteta::AddressRange mSelection
Definition: extractstringsjob.h:59
ExtractStringsJob(const Okteta::AbstractByteArrayModel *model, const Okteta::AddressRange &selection, const Okteta::CharCodec *charCodec, int minLength, QList< ContainedString > *containedStringList)
Definition: extractstringsjob.h:67
Definition: extractstringsjob.h:43
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.