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

interfaces/tdetexteditor

  • interfaces
  • tdetexteditor
blockselectiondcopinterface.h
1 #ifndef BlockSelection_DCOP_INTERFACE_H
2 #define BlockSelection_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 BlockSelectionInterface;
18  class KTEXTEDITOR_EXPORT BlockSelectionDCOPInterface : virtual public DCOPObject
19  {
20  K_DCOP
21 
22  public:
29  BlockSelectionDCOPInterface( BlockSelectionInterface *Parent, const char *name );
34  virtual ~BlockSelectionDCOPInterface();
35  k_dcop:
36  uint blockSelectionInterfaceNumber ();
37 
44  bool blockSelectionMode ();
45 
49  bool setBlockSelectionMode (bool on) ;
50 
54  bool toggleBlockSelectionMode ();
55 
56  private:
57  BlockSelectionInterface *m_parent;
58  };
59 }
60 #endif
KTextEditor
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:9
KTextEditor::BlockSelectionDCOPInterface
This is the main interface to the BlockSelectionInterface of KTextEditor.
Definition: blockselectiondcopinterface.h:18
KTextEditor::BlockSelectionInterface
An interface for the Document class which allows the selection method to be changed between selecting...
Definition: blockselectioninterface.h:34

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
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for interfaces/tdetexteditor by doxygen 1.8.8
This website is maintained by Timothy Pearson.