Range-members
Range Member List
This is the complete list of members for Range, including all inherited members.
boundaryAtCursor(Cursor cursor) const noexcept | Range | inline |
columnWidth() const noexcept | Range | inline |
confineToRange(Range range) noexcept | Range | |
contains(Range range) const noexcept | Range | inline |
contains(Cursor cursor) const noexcept | Range | inline |
containsColumn(int column) const noexcept | Range | inline |
containsLine(int line) const noexcept | Range | inline |
encompass(Range range) const noexcept | Range | inline |
end() const noexcept | Range | inline |
expandToRange(Range range) noexcept | Range | |
fromString(QStringView str) noexcept | Range | static |
intersect(Range range) const noexcept | Range | inline |
invalid() noexcept | Range | inlinestatic |
isEmpty() const noexcept | Range | inline |
isValid() const noexcept | Range | inline |
numberOfLines() const noexcept | Range | inline |
onSingleLine() const noexcept | Range | inline |
operator!=(Range r1, Range r2) noexcept | Range | friend |
operator&(Range r1, Range r2) noexcept | Range | friend |
operator&=(Range &r1, Range r2) noexcept | Range | friend |
operator+(Range r1, Range r2) noexcept | Range | friend |
operator+=(Range &r1, Range r2) noexcept | Range | friend |
operator-(Range r1, Range r2) noexcept | Range | friend |
operator-=(Range &r1, Range r2) noexcept | Range | friend |
operator<(Range r1, Range r2) noexcept | Range | friend |
operator==(Range r1, Range r2) noexcept | Range | friend |
operator>(Range r1, Range r2) noexcept | Range | friend |
overlaps(Range range) const noexcept | Range | inline |
overlapsColumn(int column) const noexcept | Range | inline |
overlapsLine(int line) const noexcept | Range | inline |
Range() noexcept=default | Range | |
Range(Cursor start, Cursor end) noexcept | Range | inline |
Range(Cursor start, int width) noexcept | Range | inline |
Range(Cursor start, int endLine, int endColumn) noexcept | Range | inline |
Range(int startLine, int startColumn, int endLine, int endColumn) noexcept | Range | inline |
setBothColumns(int column) noexcept | Range | |
setBothLines(int line) noexcept | Range | |
setEnd(Cursor end) noexcept | Range | inline |
setRange(Range range) noexcept | Range | |
setRange(Cursor start, Cursor end) noexcept | Range | |
setStart(Cursor start) noexcept | Range | inline |
start() const noexcept | Range | inline |
toLineRange() const noexcept | Range | inline |
toString() const | Range |
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:25 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:25 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.