• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • interfaces/tdetexteditor
 

interfaces/tdetexteditor

  • interfaces
  • tdetexteditor
searchdcopinterface.h
1 #ifndef SEARCH_DCOP_INTERFACE_H
2 #define SEARCH_DCOP_INTERFACE_H
3 
4 #include <dcopobject.h>
5 #include <dcopref.h>
6 #include <tqstringlist.h>
7 #include <tqcstring.h>
8 
9 namespace KTextEditor
10 {
11  class SearchInterface;
18  class KTEXTEDITOR_EXPORT SearchDCOPInterface : virtual public DCOPObject
19  {
20  K_DCOP
21 
22  public:
29  SearchDCOPInterface( SearchInterface *Parent, const char *name );
34  virtual ~SearchDCOPInterface();
35  k_dcop:
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);
41 
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);
47 
48  uint currentMatchLine();
49  uint currentMatchCol();
50  uint currentMatchLength();
51 
52  private:
53  SearchInterface *m_parent;
54  uint m_currentcol;
55  uint m_currentrow;
56  uint m_currentmatchlen;
57  };
58 }
59 #endif
KTextEditor::SearchDCOPInterface
This is the main interface to the SearchInterface of KTextEdit.
Definition: searchdcopinterface.h:19
KTextEditor::SearchInterface
This is an interface to allow searching of a Document.
Definition: searchinterface.h:36
KTextEditor
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:10

interfaces/tdetexteditor

Skip menu "interfaces/tdetexteditor"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

interfaces/tdetexteditor

Skip menu "interfaces/tdetexteditor"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for interfaces/tdetexteditor by doxygen 1.9.1
This website is maintained by Timothy Pearson.