1 #ifndef SEARCH_DCOP_INTERFACE_H
2 #define SEARCH_DCOP_INTERFACE_H
4 #include <dcopobject.h>
6 #include <tqstringlist.h>
11 class SearchInterface;
36 bool findFirstString(TQString text,
bool caseSensitive);
37 bool findNextString(TQString text,
bool caseSensitive);
38 bool findPreviousString( TQString text,
bool caseSensitive);
39 bool findLastString(TQString text,
bool caseSensitive);
40 bool findStringAt( uint row, uint col, TQString text,
bool caseSensitive);
42 bool findFirstRegExp( TQString regexp);
43 bool findNextRegExp( TQString regexp);
44 bool findPreviousRegExp( TQString regexp);
45 bool findLastRegExp( TQString regexp);
46 bool findRegExpAt( uint row, uint col, TQString regexp);
48 uint currentMatchLine();
49 uint currentMatchCol();
50 uint currentMatchLength();
56 uint m_currentmatchlen;
This is the main interface to the SearchInterface of KTextEdit.
This is an interface to allow searching of a Document.
KTextEditor is KDE's standard text editing KPart interface.