Cursor-members
Cursor Member List
This is the complete list of members for Cursor, including all inherited members.
atStartOfDocument() const noexcept | Cursor | inline |
atStartOfLine() const noexcept | Cursor | inline |
column() const noexcept | Cursor | inline |
Cursor() noexcept=default | Cursor | |
Cursor(int line, int column) noexcept | Cursor | inline |
fromString(QStringView str) noexcept | Cursor | static |
invalid() noexcept | Cursor | inlinestatic |
isValid() const noexcept | Cursor | inline |
line() const noexcept | Cursor | inline |
operator!=(Cursor c1, Cursor c2) noexcept | Cursor | friend |
operator+(Cursor c1, Cursor c2) noexcept | Cursor | friend |
operator+=(Cursor &c1, Cursor c2) noexcept | Cursor | friend |
operator-(Cursor c1, Cursor c2) noexcept | Cursor | friend |
operator-=(Cursor &c1, Cursor c2) noexcept | Cursor | friend |
operator<(Cursor c1, Cursor c2) noexcept | Cursor | friend |
operator<=(Cursor c1, Cursor c2) noexcept | Cursor | friend |
operator==(Cursor c1, Cursor c2) noexcept | Cursor | friend |
operator>(Cursor c1, Cursor c2) noexcept | Cursor | friend |
operator>=(Cursor c1, Cursor c2) noexcept | Cursor | friend |
position(int &line, int &column) const noexcept | Cursor | inline |
setColumn(int column) noexcept | Cursor | inline |
setLine(int line) noexcept | Cursor | inline |
setPosition(Cursor position) noexcept | Cursor | inline |
setPosition(int line, int column) noexcept | Cursor | inline |
start() noexcept | Cursor | inlinestatic |
toString() const | Cursor |
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.