Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KTextEditor::ViewCursorInterface Class Reference

#include <viewcursorinterface.h>

List of all members.

Public Methods

virtual class QPoint cursorCoordinates ()=0
virtual void cursorPosition (unsigned int *line, unsigned int *col)=0
virtual void cursorPositionReal (unsigned int *line, unsigned int *col)=0
virtual bool setCursorPosition (unsigned int line, unsigned int col)=0
virtual bool setCursorPositionReal (unsigned int line, unsigned int col)=0


Detailed Description

This is an interface for the KTextEditor::View class !!!

Definition at line 31 of file viewcursorinterface.h.


Member Function Documentation

virtual class QPoint KTextEditor::ViewCursorInterface::cursorCoordinates   [pure virtual]
 

Get the current cursor coordinates in pixels.

virtual void KTextEditor::ViewCursorInterface::cursorPosition unsigned int *    line,
unsigned int *    col
[pure virtual]
 

Get the cursor position

virtual void KTextEditor::ViewCursorInterface::cursorPositionReal unsigned int *    line,
unsigned int *    col
[pure virtual]
 

Get the cursor position, calculated with 1 character per tab

virtual bool KTextEditor::ViewCursorInterface::setCursorPosition unsigned int    line,
unsigned int    col
[pure virtual]
 

Set the cursor position

virtual bool KTextEditor::ViewCursorInterface::setCursorPositionReal unsigned int    line,
unsigned int    col
[pure virtual]
 

Set the cursor position, use 1 character per tab


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:38 2003 for kdelibs by doxygen1.2.18