class ViewCursorDCOPInterface

DCOP interface to ViewCursorInterface. More...

Full nameKTextEditor::ViewCursorDCOPInterface
Definition#include <viewcursordcopinterface.h>
InheritsDCOPObject (dcop) [virtual public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This is the main interface to the ViewCursorInterface of KTextEdit. This will provide a consistant dcop interface to all KDE applications that use it.

 ViewCursorDCOPInterface ( ViewCursorInterface *Parent, const char *name )

ViewCursorDCOPInterface

Construct a new interface object for the text editor.

Parameters:
ParentViewCursorInterface- The parent ViewCursorInterface object that will provide us with the functions for the interface.

 ~ViewCursorDCOPInterface ()

~ViewCursorDCOPInterface

[virtual]

Destructor Cleans up the object.

class QPoint  cursorCoordinates ()

cursorCoordinates

[k_dcop]

Get the current cursor coordinates in pixels.

void  cursorPosition (uint line, uint col)

cursorPosition

[k_dcop]

Get the cursor position

void  cursorPositionReal (uint line, uint col)

cursorPositionReal

[k_dcop]

Get the cursor position, calculated with 1 character per tab

bool  setCursorPosition (uint line, uint col)

setCursorPosition

[k_dcop]

Set the cursor position

bool  setCursorPositionReal (uint line, uint col)

setCursorPositionReal

[k_dcop]

Set the cursor position, use 1 character per tab