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
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.
bool overlaps(const Range &range) const
Check whether the this range overlaps with range.
Definition: movingrange.cpp:42
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:52:20 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:52:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.