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

interfaces/ktexteditor

  • interfaces
  • ktexteditor
blockselectiondcopinterface.cpp
1 #include "blockselectiondcopinterface.h"
2 #include "blockselectioninterface.h"
3 
4 #include <dcopclient.h>
5 using namespace KTextEditor;
6 
7 BlockSelectionDCOPInterface::BlockSelectionDCOPInterface( BlockSelectionInterface *Parent, const char *name)
8  : DCOPObject(name)
9 {
10  m_parent = Parent;
11 }
12 
13 BlockSelectionDCOPInterface::~BlockSelectionDCOPInterface()
14 {
15 
16 }
17 
18 uint BlockSelectionDCOPInterface::blockSelectionInterfaceNumber ()
19 {
20  return m_parent->blockSelectionInterfaceNumber();
21 }
22 bool BlockSelectionDCOPInterface::blockSelectionMode ()
23 {
24  return m_parent->blockSelectionMode ();
25 }
26 bool BlockSelectionDCOPInterface::setBlockSelectionMode (bool on)
27 {
28  return m_parent->setBlockSelectionMode (on);
29 }
30 bool BlockSelectionDCOPInterface::toggleBlockSelectionMode ()
31 {
32  return m_parent->toggleBlockSelectionMode ();
33 }

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.8.3.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |