okteta
#include <searchtool.h>

Public Slots | |
| void | setCaseSensitivity (Qt::CaseSensitivity caseSensitivity) |
| void | setSearchData (const QByteArray &searchData) |
Signals | |
| void | charCodecChanged (const QString &codecName) |
| void | dataNotFound () |
| void | isApplyableChanged (bool isApplyable) |
Signals inherited from Kasten2::AbstractTool | |
| void | titleChanged (const QString &newTitle) |
Public Member Functions | |
| SearchTool () | |
| virtual | ~SearchTool () |
| QString | charCodingName () const |
| bool | hasSelectedData () const |
| bool | isApplyable () const |
| void | search (KFindDirection direction, bool fromCursor, bool inSelection) |
| QByteArray | searchData () const |
| virtual void | setTargetModel (AbstractModel *model) |
| void | setUserQueryAgent (If::SearchUserQueryable *userQueryAgent) |
| virtual QString | title () const |
Public Member Functions inherited from Kasten2::AbstractTool | |
| virtual | ~AbstractTool () |
Protected Member Functions | |
| void | doSearch (KFindDirection direction) |
Protected Member Functions inherited from Kasten2::AbstractTool | |
| AbstractTool () | |
Protected Attributes | |
| Okteta::AbstractByteArrayModel * | mByteArrayModel |
| ByteArrayView * | mByteArrayView |
| Qt::CaseSensitivity | mCaseSensitivity |
| bool | mPreviousFound:1 |
| QByteArray | mSearchData |
| Okteta::Address | mSearchFirstIndex |
| Okteta::Address | mSearchLastIndex |
| If::SearchUserQueryable * | mUserQueryAgent |
Protected Attributes inherited from Kasten2::AbstractTool | |
| Private *const | d |
Detailed Description
Definition at line 47 of file searchtool.h.
Constructor & Destructor Documentation
| Kasten2::SearchTool::SearchTool | ( | ) |
Definition at line 43 of file searchtool.cpp.
|
virtual |
Definition at line 201 of file searchtool.cpp.
Member Function Documentation
|
signal |
| QString Kasten2::SearchTool::charCodingName | ( | ) | const |
Definition at line 64 of file searchtool.cpp.
|
signal |
|
protected |
Definition at line 154 of file searchtool.cpp.
| bool Kasten2::SearchTool::hasSelectedData | ( | ) | const |
Definition at line 63 of file searchtool.cpp.
| bool Kasten2::SearchTool::isApplyable | ( | ) | const |
Definition at line 52 of file searchtool.cpp.
|
signal |
| void Kasten2::SearchTool::search | ( | KFindDirection | direction, |
| bool | fromCursor, | ||
| bool | inSelection | ||
| ) |
Definition at line 119 of file searchtool.cpp.
|
inline |
Definition at line 106 of file searchtool.h.
|
slot |
Definition at line 108 of file searchtool.cpp.
|
slot |
Definition at line 97 of file searchtool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 66 of file searchtool.cpp.
| void Kasten2::SearchTool::setUserQueryAgent | ( | If::SearchUserQueryable * | userQueryAgent | ) |
Definition at line 92 of file searchtool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 61 of file searchtool.cpp.
Member Data Documentation
|
protected |
Definition at line 102 of file searchtool.h.
|
protected |
Definition at line 101 of file searchtool.h.
|
protected |
Definition at line 90 of file searchtool.h.
|
protected |
Definition at line 93 of file searchtool.h.
|
protected |
Definition at line 89 of file searchtool.h.
|
protected |
Definition at line 94 of file searchtool.h.
|
protected |
Definition at line 95 of file searchtool.h.
|
protected |
Definition at line 98 of file searchtool.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