KTextEditor
movingrange.h
Go to the documentation of this file.
virtual const MovingCursor & start() const =0
Retrieve start cursor of this range, read-only.
bool overlapsColumn(int column) const
Check to see if this range overlaps column; that is, if column is between start()....
Definition: movingrange.h:456
bool overlapsLine(int line) const
Check whether the range overlaps at least part of line.
Definition: movingrange.h:442
An object representing a section of text, from one Cursor to another.
Definition: range.h:54
bool containsColumn(int column) const
Check whether the range contains column.
Definition: movingrange.h:422
bool onSingleLine() const
Check whether the start() and end() cursors of this range are on the same line.
Definition: movingrange.h:467
virtual const MovingCursor & end() const =0
Retrieve end cursor of this range, read-only.
bool isEmpty() const
Returns true if this range contains no characters, ie.
Definition: movingrange.h:371
bool containsLine(int line) const
Returns true if this range wholly encompasses line.
Definition: movingrange.h:411
const KShortcut & end()
InsertBehavior
Determine how the range reacts to characters inserted immediately outside the range.
Definition: movingrange.h:129
A class which provides notifications of state changes to a MovingRange.
Definition: movingrangefeedback.h:48
A range that is bound to a specific Document, and maintains its position.
Definition: movingrange.h:122
bool contains(const Cursor &cursor) const
Check to see if cursor is contained within this range, ie >= start() and < end().
Definition: movingrange.h:400
A Cursor which is bound to a specific Document, and maintains its position.
Definition: movingcursor.h:66
bool contains(const Range &range) const
Check whether the this range wholly encompasses range.
Definition: movingrange.h:389
QDebug operator<<(QDebug s, const KDateTime &time)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sun Jan 19 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sun Jan 19 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.