interfaces Library API Documentation

KTextEditor::SearchInterface Class Reference

This is an interface to allow searching of a Document. More...

#include <searchinterface.h>

List of all members.

Public Member Functions

 SearchInterface ()
virtual ~SearchInterface ()
unsigned int searchInterfaceNumber () const
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 bool searchText (unsigned int startLine, unsigned int startCol, const QRegExp &regexp, unsigned int *foundAtLine, unsigned int *foundAtCol, unsigned int *matchLen, bool backwards=false)=0

Protected Member Functions

void setSearchInterfaceDCOPSuffix (const QCString &suffix)

Friends

class PrivateSearchInterface


Detailed Description

This is an interface to allow searching of a Document.

Definition at line 35 of file searchinterface.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for interfaces Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Sep 15 11:18:14 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003