KTextEditor
movingrange.cpp
Go to the documentation of this file.
bool contains(const Range &range) const
Check whether the this range wholly encompasses range.
Definition: movingrange.h:389
bool overlaps(const Range &range) const
Check whether the this range overlaps with range.
Definition: movingrange.cpp:42
virtual void setRange(const KTextEditor::Range &range)=0
Set the range of this range.
An object representing a section of text, from one Cursor to another.
Definition: range.h:54
virtual const MovingCursor & start() const =0
Retrieve start cursor of this range, read-only.
virtual const MovingCursor & end() const =0
Retrieve end cursor of this range, read-only.
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Thu Jun 15 2017 13:50:45 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Thu Jun 15 2017 13:50:45 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.