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

interfaces/tdetexteditor

blockselectiondcopinterface.cpp
00001 #include "blockselectiondcopinterface.h"
00002 #include "blockselectioninterface.h"
00003 
00004 #include <dcopclient.h>
00005 using namespace KTextEditor;
00006 
00007 BlockSelectionDCOPInterface::BlockSelectionDCOPInterface( BlockSelectionInterface *Parent, const char *name)
00008     : DCOPObject(name)
00009 {
00010     m_parent = Parent;
00011 }
00012 
00013 BlockSelectionDCOPInterface::~BlockSelectionDCOPInterface()
00014 {
00015 
00016 }
00017 
00018 uint BlockSelectionDCOPInterface::blockSelectionInterfaceNumber ()
00019 {
00020     return m_parent->blockSelectionInterfaceNumber();
00021 }
00022 bool BlockSelectionDCOPInterface::blockSelectionMode ()
00023 {
00024     return m_parent->blockSelectionMode ();
00025 }
00026 bool BlockSelectionDCOPInterface::setBlockSelectionMode (bool on) 
00027 {
00028     return m_parent->setBlockSelectionMode (on);
00029 }
00030 bool BlockSelectionDCOPInterface::toggleBlockSelectionMode ()
00031 {
00032     return m_parent->toggleBlockSelectionMode ();
00033 }

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