Kate
KateMatch Class Reference
#include <katematch.h>
Public Member Functions | |
KateMatch (KateDocument *document, KTextEditor::Search::SearchOptions options) | |
bool | isEmpty () const |
bool | isValid () const |
KTextEditor::Range | range () const |
KTextEditor::Range | replace (const QString &replacement, bool blockMode, int replacementCounter=1) |
KTextEditor::Range | searchText (const KTextEditor::Range &range, const QString &pattern) |
Detailed Description
Definition at line 30 of file katematch.h.
Constructor & Destructor Documentation
KateMatch::KateMatch | ( | KateDocument * | document, |
KTextEditor::Search::SearchOptions | options | ||
) |
Definition at line 26 of file katematch.cpp.
Member Function Documentation
bool KateMatch::isEmpty | ( | ) | const |
Definition at line 73 of file katematch.cpp.
bool KateMatch::isValid | ( | ) | const |
Definition at line 79 of file katematch.cpp.
KTextEditor::Range KateMatch::range | ( | ) | const |
Definition at line 64 of file katematch.cpp.
KTextEditor::Range KateMatch::replace | ( | const QString & | replacement, |
bool | blockMode, | ||
int | replacementCounter = 1 |
||
) |
Definition at line 42 of file katematch.cpp.
KTextEditor::Range KateMatch::searchText | ( | const KTextEditor::Range & | range, |
const QString & | pattern | ||
) |
Definition at line 34 of file katematch.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 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 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.