Kate
documentcursor.h
Go to the documentation of this file.
79 Wrap = 0x0,
80 NoWrap = 0x1
293 { return c1.document() == c2.document() && c1.line() == c2.line() && c1.column() == c2.column(); }
352 s.nospace() << "(" << cursor->document() << ": " << cursor->line() << ", " << cursor->column() << ")";
friend bool operator>=(const DocumentCursor &c1, const DocumentCursor &c2)
Greater than or equal to operator.
Definition: documentcursor.h:321
friend bool operator!=(const DocumentCursor &c1, const DocumentCursor &c2)
Inequality operator.
Definition: documentcursor.h:301
bool isValidTextPosition() const
Check whether the current position of this cursor is a valid text position.
Definition: documentcursor.h:175
A Cursor which is bound to a specific Document.
Definition: documentcursor.h:69
friend bool operator<=(const DocumentCursor &c1, const DocumentCursor &c2)
Less than or equal to operator.
Definition: documentcursor.h:341
friend bool operator==(const DocumentCursor &c1, const DocumentCursor &c2)
Equality operator.
Definition: documentcursor.h:292
QDebug operator<<(QDebug s, KDebugStreamFunction f)
bool isValid() const
Returns whether the current position of this cursor is a valid position, i.e.
Definition: documentcursor.h:166
int line() const
Retrieve the line on which this cursor is situated.
Definition: documentcursor.cpp:77
CopyJob * move(const KUrl &src, const KUrl &dest, JobFlags flags=DefaultFlags)
friend bool operator>(const DocumentCursor &c1, const DocumentCursor &c2)
Greater than operator.
Definition: documentcursor.h:311
friend bool operator<(const DocumentCursor &c1, const DocumentCursor &c2)
Less than operator.
Definition: documentcursor.h:331
int column() const
Retrieve the column on which this cursor is situated.
Definition: documentcursor.cpp:82
WrapBehavior
Wrap behavior for end of line treatement used in move().
Definition: documentcursor.h:78
Document * document() const
Gets the document to which this cursor is bound.
Definition: documentcursor.cpp:63
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:51 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:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.