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

interfaces/ktexteditor

blockselectiondcopinterface.h
00001 #ifndef BlockSelection_DCOP_INTERFACE_H
00002 #define BlockSelection_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 BlockSelectionInterface;
00018     class KTEXTEDITOR_EXPORT BlockSelectionDCOPInterface :  virtual public DCOPObject
00019     {
00020     K_DCOP
00021 
00022     public:
00029         BlockSelectionDCOPInterface( BlockSelectionInterface *Parent, const char *name );
00034         virtual ~BlockSelectionDCOPInterface();
00035     k_dcop:
00036         uint blockSelectionInterfaceNumber ();
00037         
00044         bool blockSelectionMode ();
00045 
00049         bool setBlockSelectionMode (bool on) ;
00050 
00054         bool toggleBlockSelectionMode ();
00055     
00056     private:
00057         BlockSelectionInterface *m_parent;
00058     };
00059 }
00060 #endif

interfaces/ktexteditor

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

interfaces/ktexteditor

Skip menu "interfaces/ktexteditor"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for interfaces/ktexteditor by doxygen 1.7.6.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |