KateSearch Class Reference
Inheritance diagram for KateSearch:

Public Types | |
enum | Dialog_results { srCancel = KDialogBase::Cancel, srAll = KDialogBase::User1, srLast = KDialogBase::User2, srNo = KDialogBase::User3, srYes = KDialogBase::Ok } |
Public Slots | |
void | find () |
void | find (const QString &pattern, long flags, bool add=true, bool shownotfound=false) |
void | replace () |
void | replace (const QString &pattern, const QString &replacement, long flags) |
void | findAgain (bool back) |
Public Member Functions | |
KateSearch (KateView *) | |
~KateSearch () | |
void | createActions (KActionCollection *) |
Friends | |
class | KateDocument |
Detailed Description
Definition at line 41 of file katesearch.h.
Member Function Documentation
|
Search for
Definition at line 113 of file katesearch.cpp. References KateViewConfig::global(), KateViewConfig::searchFlags(), and KateViewConfig::setSearchFlags(). |
|
Replace This is for the commandline "replace" and is forwarded by KateView.
Definition at line 178 of file katesearch.cpp. References KateViewConfig::global(), KateViewConfig::searchFlags(), and KateViewConfig::setSearchFlags(). |
The documentation for this class was generated from the following files: