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

interfaces

selectiondcopinterface.h

00001 #ifndef SELECTION_DCOP_INTERFACE_H
00002 #define SELECTION_DCOP_INTERFACE_H
00003 
00004 #include <dcopobject.h>
00005 #include <dcopref.h>
00006 #include <tqstringlist.h>
00007 #include <tqcstring.h>
00008 
00009 namespace KTextEditor
00010 {
00011     class SelectionInterface;
00018     class KTEXTEDITOR_EXPORT SelectionDCOPInterface : virtual public DCOPObject
00019     {
00020     K_DCOP
00021 
00022     public:
00029         SelectionDCOPInterface( SelectionInterface *Parent, const char *name );
00034         virtual ~SelectionDCOPInterface();
00035     k_dcop:
00039      bool setSelection ( uint startLine, uint startCol, uint endLine, uint endCol );
00040 
00044      bool clearSelection ();
00045 
00049      bool hasSelection ();
00050 
00054      TQString selection ();
00055 
00059      bool removeSelectedText ();
00060 
00064      bool selectAll ();
00065 
00066     private:
00067         SelectionInterface *m_parent;
00068     };
00069 }
00070 #endif
00071 
00072 

interfaces

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

interfaces

Skip menu "interfaces"
  • 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 by doxygen 1.7.1
This website is maintained by Timothy Pearson.