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

interfaces

viewcursordcopinterface.cpp

Go to the documentation of this file.
00001 #include "viewcursordcopinterface.h"
00002 #include "viewcursorinterface.h"
00003 
00004 #include <qpoint.h>
00005 
00006 #include <dcopclient.h>
00007 using namespace KTextEditor;
00008 
00009 ViewCursorDCOPInterface::ViewCursorDCOPInterface( ViewCursorInterface *Parent, const char *name)
00010     : DCOPObject(name)
00011 {
00012     m_parent = Parent;
00013 }
00014 
00015 ViewCursorDCOPInterface::~ViewCursorDCOPInterface()
00016 {
00017 
00018 }
00019 
00020 uint ViewCursorDCOPInterface::viewCursorInterfaceNumber ()
00021 {
00022     return m_parent->viewCursorInterfaceNumber ();
00023 }
00024 
00025 ::QPoint ViewCursorDCOPInterface::cursorCoordinates ()
00026 {
00027     return m_parent->cursorCoordinates ();
00028 }
00029 
00030 void ViewCursorDCOPInterface::cursorPosition (uint line, uint col)
00031 {
00032     m_parent->cursorPosition (&line,  &col);
00033 }
00034 
00035 void ViewCursorDCOPInterface::cursorPositionReal (uint line, uint col)
00036 {
00037     m_parent->cursorPositionReal (&line,  &col);
00038 }
00039 
00040 bool ViewCursorDCOPInterface::setCursorPosition (uint line, uint col)
00041 {
00042     return m_parent->setCursorPosition ( line, col);
00043 }
00044 
00045 bool ViewCursorDCOPInterface::setCursorPositionReal (uint line, uint col)
00046 {
00047     return m_parent->setCursorPositionReal ( line, col);
00048 }
00049 
00050 uint ViewCursorDCOPInterface::cursorLine ()
00051 {
00052     return m_parent->cursorLine ();
00053 }
00054 
00055 uint ViewCursorDCOPInterface::cursorColumn ()
00056 {
00057     return m_parent->cursorColumn ();
00058 }
00059 
00060 uint ViewCursorDCOPInterface::cursorColumnReal ()
00061 {
00062     return m_parent->cursorColumnReal ();
00063 }
00064 
00065 void ViewCursorDCOPInterface::cursorPositionChanged ()
00066 {
00067      m_parent->cursorPositionChanged ();
00068 }

interfaces

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

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
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