KTextEditor
movingcursor.h
Go to the documentation of this file.
77 StayOnInsert = 0x0,
78 MoveOnInsert = 0x1
85 Wrap = 0x0,
86 NoWrap = 0x1
virtual int column() const =0
Retrieve the column on which this cursor is situated.
friend bool operator<=(const MovingCursor &c1, const MovingCursor &c2)
Less than or equal to operator.
Definition: movingcursor.h:342
friend bool operator<(const MovingCursor &c1, const MovingCursor &c2)
Less than operator.
Definition: movingcursor.h:332
A Cursor which is bound to a specific Document, and maintains its position.
Definition: movingcursor.h:66
A range that is bound to a specific Document, and maintains its position.
Definition: movingrange.h:132
InsertBehavior
Insert behavior of this cursor, should it stay if text is insert at its position or should it move...
Definition: movingcursor.h:76
QDebug operator<<(QDebug s, KDebugStreamFunction f)
A KParts derived class representing a text document.
Definition: document.h:111
bool isValidTextPosition() const
Check whether the current position of this cursor is a valid text position.
Definition: movingcursor.h:180
const Cursor toCursor() const
Convert this clever cursor into a dumb one.
Definition: movingcursor.h:271
CopyJob * move(const KUrl &src, const KUrl &dest, JobFlags flags=DefaultFlags)
bool isValid() const
Returns whether the current position of this cursor is a valid position, i.e.
Definition: movingcursor.h:171
virtual int line() const =0
Retrieve the line on which this cursor is situated.
friend bool operator!=(const MovingCursor &c1, const MovingCursor &c2)
Inequality operator.
Definition: movingcursor.h:302
friend bool operator>(const MovingCursor &c1, const MovingCursor &c2)
Greater than operator.
Definition: movingcursor.h:312
friend bool operator>=(const MovingCursor &c1, const MovingCursor &c2)
Greater than or equal to operator.
Definition: movingcursor.h:322
friend bool operator==(const MovingCursor &c1, const MovingCursor &c2)
Equality operator.
Definition: movingcursor.h:293
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.