KTextEditor
cursor.h
Go to the documentation of this file.
friend Cursor & operator-=(Cursor &c1, const Cursor &c2)
Subtraction assignment operator.
Definition: cursor.h:234
friend Cursor operator+(const Cursor &c1, const Cursor &c2)
Addition operator.
Definition: cursor.h:205
QDebug & nospace()
friend bool operator==(const Cursor &c1, const Cursor &c2)
Equality operator.
Definition: cursor.h:247
A Cursor which is bound to a specific Document, and maintains its position.
Definition: smartcursor.h:65
friend bool operator!=(const Cursor &c1, const Cursor &c2)
Inequality operator.
Definition: cursor.h:256
friend Cursor & operator+=(Cursor &c1, const Cursor &c2)
Addition assignment operator.
Definition: cursor.h:214
An object representing a section of text, from one Cursor to another.
Definition: range.h:54
friend Cursor operator-(const Cursor &c1, const Cursor &c2)
Subtraction operator.
Definition: cursor.h:225
QDebug & space()
friend bool operator<=(const Cursor &c1, const Cursor &c2)
Less than or equal to operator.
Definition: cursor.h:296
virtual int line() const
Retrieve the line on which this cursor is situated.
Definition: cursor.cpp:62
friend bool operator<(const Cursor &c1, const Cursor &c2)
Less than operator.
Definition: cursor.h:286
virtual void setPosition(const Cursor &position)
Set the current cursor position to position.
Definition: cursor.cpp:96
friend bool operator>(const Cursor &c1, const Cursor &c2)
Greater than operator.
Definition: cursor.h:266
friend bool operator>=(const Cursor &c1, const Cursor &c2)
Greater than or equal to operator.
Definition: cursor.h:276
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.