KTextEditor
movingrange.cpp
Go to the documentation of this file.
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.
virtual void setRange(const KTextEditor::Range &range)=0
Set the range of this range.
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
An object representing a section of text, from one Cursor to another.
Definition range.h:55
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.