KTextEditor
movingrange.cpp
virtual const MovingCursor & start() const =0
Retrieve start cursor of this range, read-only.
Q_SCRIPTABLE Q_NOREPLY void start()
bool overlaps(const Range &range) const
Check whether the this range overlaps with range.
Definition: movingrange.cpp:24
An object representing a section of text, from one Cursor to another.
Definition: include/ktexteditor/range.h:44
constexpr Cursor end() const Q_DECL_NOEXCEPT
Get the end position of this range.
Definition: include/ktexteditor/range.h:181
The KTextEditor namespace contains all the public API that is required to use the KTextEditor compone...
Definition: katetextblock.h:22
virtual const MovingCursor & end() const =0
Retrieve end cursor of this range, read-only.
constexpr Cursor start() const Q_DECL_NOEXCEPT
Get the start position of this range.
Definition: include/ktexteditor/range.h:171
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:432
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:52:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:52:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.