okteta
#include <replacetool.h>

Public Slots | |
| void | setCaseSensitivity (Qt::CaseSensitivity caseSensitivity) |
| void | setDoPrompt (int doPrompt) |
| void | setReplaceData (const QByteArray &replaceData) |
| void | setSearchData (const QByteArray &searchData) |
Signals | |
| void | finished (bool previousFound, int noOfReplacements) |
| void | isApplyableChanged (bool isApplyable) |
Signals inherited from Kasten2::AbstractTool | |
| void | titleChanged (const QString &newTitle) |
Public Member Functions | |
| ReplaceTool () | |
| virtual | ~ReplaceTool () |
| QString | charCodingName () const |
| bool | hasSelectedData () const |
| bool | isApplyable () const |
| void | replace (KFindDirection direction, bool fromCursor, bool inSelection) |
| QByteArray | replaceData () const |
| QByteArray | searchData () const |
| virtual void | setTargetModel (AbstractModel *model) |
| void | setUserQueryAgent (If::ReplaceUserQueryable *userQueryAgent) |
| virtual QString | title () const |
Public Member Functions inherited from Kasten2::AbstractTool | |
| virtual | ~AbstractTool () |
Protected Slots | |
| void | onReadOnlyChanged (bool isReadOnly) |
Protected Member Functions | |
| void | doReplace (KFindDirection direction, Okteta::Address startIndex) |
Protected Member Functions inherited from Kasten2::AbstractTool | |
| AbstractTool () | |
Protected Attributes | |
| Okteta::AbstractByteArrayModel * | mByteArrayModel |
| ByteArrayView * | mByteArrayView |
| Qt::CaseSensitivity | mCaseSensitivity |
| bool | mDoPrompt:1 |
| bool | mDoWrap:1 |
| bool | mPreviousFound:1 |
| QByteArray | mReplaceData |
| Okteta::Address | mReplaceFirstIndex |
| Okteta::Address | mReplaceLastIndex |
| QByteArray | mSearchData |
| If::ReplaceUserQueryable * | mUserQueryAgent |
Protected Attributes inherited from Kasten2::AbstractTool | |
| Private *const | d |
Detailed Description
Definition at line 48 of file replacetool.h.
Constructor & Destructor Documentation
| Kasten2::ReplaceTool::ReplaceTool | ( | ) |
Definition at line 44 of file replacetool.cpp.
|
virtual |
Definition at line 295 of file replacetool.cpp.
Member Function Documentation
| QString Kasten2::ReplaceTool::charCodingName | ( | ) | const |
Definition at line 65 of file replacetool.cpp.
|
protected |
Definition at line 178 of file replacetool.cpp.
|
signal |
| bool Kasten2::ReplaceTool::hasSelectedData | ( | ) | const |
Definition at line 64 of file replacetool.cpp.
| bool Kasten2::ReplaceTool::isApplyable | ( | ) | const |
Definition at line 53 of file replacetool.cpp.
|
signal |
|
protectedslot |
Definition at line 287 of file replacetool.cpp.
| void Kasten2::ReplaceTool::replace | ( | KFindDirection | direction, |
| bool | fromCursor, | ||
| bool | inSelection | ||
| ) |
Definition at line 136 of file replacetool.cpp.
|
inline |
Definition at line 115 of file replacetool.h.
|
inline |
Definition at line 114 of file replacetool.h.
|
slot |
Definition at line 120 of file replacetool.cpp.
|
slot |
Definition at line 131 of file replacetool.cpp.
|
slot |
Definition at line 109 of file replacetool.cpp.
|
slot |
Definition at line 98 of file replacetool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 68 of file replacetool.cpp.
| void Kasten2::ReplaceTool::setUserQueryAgent | ( | If::ReplaceUserQueryable * | userQueryAgent | ) |
Definition at line 93 of file replacetool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 62 of file replacetool.cpp.
Member Data Documentation
|
protected |
Definition at line 110 of file replacetool.h.
|
protected |
Definition at line 109 of file replacetool.h.
|
protected |
Definition at line 96 of file replacetool.h.
|
protected |
Definition at line 97 of file replacetool.h.
|
protected |
Definition at line 101 of file replacetool.h.
|
protected |
Definition at line 100 of file replacetool.h.
|
protected |
Definition at line 95 of file replacetool.h.
|
protected |
Definition at line 102 of file replacetool.h.
|
protected |
Definition at line 103 of file replacetool.h.
|
protected |
Definition at line 94 of file replacetool.h.
|
protected |
Definition at line 106 of file replacetool.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:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Signals inherited from