interfaces
KTextEditor::SearchInterface Class Reference
This is an interface to allow searching of a Document. More...
#include <searchinterface.h>
Public Member Functions | |
SearchInterface () | |
unsigned int | searchInterfaceNumber () const |
virtual bool | searchText (unsigned int startLine, unsigned int startCol, const QRegExp ®exp, unsigned int *foundAtLine, unsigned int *foundAtCol, unsigned int *matchLen, bool backwards=false)=0 |
virtual bool | searchText (unsigned int startLine, unsigned int startCol, const QString &text, unsigned int *foundAtLine, unsigned int *foundAtCol, unsigned int *matchLen, bool casesensitive=true, bool backwards=false)=0 |
virtual | ~SearchInterface () |
Protected Member Functions | |
void | setSearchInterfaceDCOPSuffix (const QCString &suffix) |
Detailed Description
This is an interface to allow searching of a Document.Definition at line 35 of file searchinterface.h.
Constructor & Destructor Documentation
SearchInterface::SearchInterface | ( | ) |
Definition at line 25 of file searchinterface.cpp.
SearchInterface::~SearchInterface | ( | ) | [virtual] |
Definition at line 33 of file searchinterface.cpp.
Member Function Documentation
unsigned int SearchInterface::searchInterfaceNumber | ( | ) | const |
Definition at line 39 of file searchinterface.cpp.
virtual bool KTextEditor::SearchInterface::searchText | ( | unsigned int | startLine, | |
unsigned int | startCol, | |||
const QRegExp & | regexp, | |||
unsigned int * | foundAtLine, | |||
unsigned int * | foundAtCol, | |||
unsigned int * | matchLen, | |||
bool | backwards = false | |||
) | [pure virtual] |
virtual bool KTextEditor::SearchInterface::searchText | ( | unsigned int | startLine, | |
unsigned int | startCol, | |||
const QString & | text, | |||
unsigned int * | foundAtLine, | |||
unsigned int * | foundAtCol, | |||
unsigned int * | matchLen, | |||
bool | casesensitive = true , |
|||
bool | backwards = false | |||
) | [pure virtual] |
void SearchInterface::setSearchInterfaceDCOPSuffix | ( | const QCString & | suffix | ) | [protected] |
Definition at line 44 of file searchinterface.cpp.
The documentation for this class was generated from the following files: