• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • @topname@
  • Sitemap
  • Contact Us
 

interfaces/ktexteditor

selectiondcopinterface.cpp

00001 #include "selectiondcopinterface.h"
00002 #include "selectioninterface.h"
00003 
00004 #include <dcopclient.h>
00005 using namespace KTextEditor;
00006 
00007 SelectionDCOPInterface::SelectionDCOPInterface( SelectionInterface *Parent, const char *name)
00008     : DCOPObject(name)
00009 {
00010     m_parent = Parent;
00011 }
00012 
00013 SelectionDCOPInterface::~SelectionDCOPInterface()
00014 {
00015 
00016 }
00017 
00021      bool SelectionDCOPInterface::setSelection ( uint startLine, uint startCol, uint endLine, uint endCol )
00022      {
00023     return m_parent->setSelection ( startLine, startCol, endLine, endCol );
00024      }
00025 
00029      bool SelectionDCOPInterface::clearSelection ()
00030      {
00031     return m_parent->clearSelection();
00032      }
00033 
00037      bool SelectionDCOPInterface::hasSelection ()
00038      {
00039     return m_parent->hasSelection();
00040     }
00041 
00045      QString SelectionDCOPInterface::selection ()
00046      {
00047     return m_parent->selection();
00048      }
00049 
00053      bool SelectionDCOPInterface::removeSelectedText ()
00054      {
00055     return m_parent->removeSelectedText();
00056      }
00057 
00061      bool SelectionDCOPInterface::selectAll ()
00062      {
00063     return m_parent->selectAll();
00064      }

interfaces/ktexteditor

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

@topname@

Skip menu "@topname@"
  •     kdnssd-avahi
  • 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
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for @topname@ by doxygen 1.5.5
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal