okteta
replacetool.h
Go to the documentation of this file.
47 // TODO: is queryAgent needed, or should the tool better be a state machine? same with search tool
virtual void setTargetModel(AbstractModel *model)
Definition: replacetool.cpp:68
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
If::ReplaceUserQueryable * mUserQueryAgent
Definition: replacetool.h:106
void replace(KFindDirection direction, bool fromCursor, bool inSelection)
Definition: replacetool.cpp:136
void isApplyableChanged(bool isApplyable)
Qt::CaseSensitivity mCaseSensitivity
Definition: replacetool.h:96
Okteta::AbstractByteArrayModel * mByteArrayModel
Definition: replacetool.h:110
void finished(bool previousFound, int noOfReplacements)
Okteta::Address mReplaceLastIndex
Definition: replacetool.h:103
void doReplace(KFindDirection direction, Okteta::Address startIndex)
Definition: replacetool.cpp:178
Definition: replacetool.h:48
void setReplaceData(const QByteArray &replaceData)
Definition: replacetool.cpp:109
void setSearchData(const QByteArray &searchData)
Definition: replacetool.cpp:98
void setUserQueryAgent(If::ReplaceUserQueryable *userQueryAgent)
Definition: replacetool.cpp:93
void setCaseSensitivity(Qt::CaseSensitivity caseSensitivity)
Definition: replacetool.cpp:120
void onReadOnlyChanged(bool isReadOnly)
Definition: replacetool.cpp:287
Okteta::Address mReplaceFirstIndex
Definition: replacetool.h:102
Definition: abstracttool.h:40
Definition: abstractmodel.h:40
Definition: bytearrayview.h:51
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.