kate Library API Documentation

KateTextCursor Class Reference

Simple cursor class with no document pointer. More...

#include <katecursor.h>

Inheritance diagram for KateTextCursor:

KateDocCursor KateSuperCursor List of all members.

Public Member Functions

 KateTextCursor ()
 KateTextCursor (int line, int col)
virtual ~KateTextCursor ()
void pos (int *pline, int *pcol) const
int line () const
int col () const
virtual void setLine (int line)
virtual void setCol (int col)
virtual void setPos (const KateTextCursor &pos)
virtual void setPos (int line, int col)

Protected Attributes

int m_line
int m_col

Friends

bool operator== (const KateTextCursor &c1, const KateTextCursor &c2)
bool operator!= (const KateTextCursor &c1, const KateTextCursor &c2)
bool operator> (const KateTextCursor &c1, const KateTextCursor &c2)
bool operator>= (const KateTextCursor &c1, const KateTextCursor &c2)
bool operator< (const KateTextCursor &c1, const KateTextCursor &c2)
bool operator<= (const KateTextCursor &c1, const KateTextCursor &c2)

Detailed Description

Simple cursor class with no document pointer.

Definition at line 32 of file katecursor.h.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for kate Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Jun 12 11:50:56 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003