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

interfaces/tdetexteditor

editdcopinterface.h

00001 #ifndef EDIT_DCOP_INTERFACE_H
00002 #define EDIT_DCOP_INTERFACE_H
00003 
00004 #include <dcopobject.h>
00005 #include <dcopref.h>
00006 #include <tqstringlist.h>
00007 #include <tqcstring.h>
00008 //#include "editdcopinterface.moc"
00009 namespace KTextEditor
00010 {
00011   class EditInterface;
00018   class KTEXTEDITOR_EXPORT EditDCOPInterface : virtual public DCOPObject
00019   {
00020   K_DCOP
00021 
00022   public:
00029     EditDCOPInterface( EditInterface *Parent, const char *name );
00034     virtual ~EditDCOPInterface();
00035   k_dcop:
00039     virtual TQString text ();
00040 
00044     virtual TQString textLine ( uint line );
00045 
00049     virtual int numLines ();
00050 
00054     virtual int length ();
00055 
00060     virtual void setText (const TQString &text );
00061 
00066     virtual bool insertText ( uint line, uint col, const TQString &text );
00067 
00072     virtual bool removeText ( uint startLine, uint startCol, uint endLine, uint endCol) ;
00073 
00077     virtual bool insertLine ( uint line, const TQString &text );
00078 
00083     virtual bool removeLine ( uint line );
00084   private:
00085     EditInterface *m_parent;
00086   };
00087 }
00088 #endif
00089 
00090 

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.6.3
This website is maintained by Timothy Pearson.