SourceLocation Class
class QQmlSA::SourceLocationRepresents a location or region in the source code. More...
Header: | #include <SourceLocation> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS QmlCompiler) target_link_libraries(mytarget PRIVATE Qt6::QmlCompiler) |
Status: | Technical Preview |
Public Functions
quint32 | begin() const |
quint32 | end() const |
QQmlSA::SourceLocation | endZeroLengthLocation(QStringView text) const |
quint32 | length() const |
quint32 | offset() const |
quint32 | startColumn() const |
quint32 | startLine() const |
QQmlSA::SourceLocation | startZeroLengthLocation() const |
Member Function Documentation
quint32 SourceLocation::begin() const
Returns the offset of the beginning of this source location.
quint32 SourceLocation::end() const
Returns the offset of the end of this source location.
QQmlSA::SourceLocation SourceLocation::endZeroLengthLocation(QStringView text) const
Returns a source location of lenth zero pointing to the end of this source location pointing to text.
quint32 SourceLocation::length() const
Returns the length of this source location.
quint32 SourceLocation::offset() const
Returns the offset of the beginning of this source location.
quint32 SourceLocation::startColumn() const
Returns the column number containing the beginning of this source location.
quint32 SourceLocation::startLine() const
Returns the line number containing the beginning of this source location.
QQmlSA::SourceLocation SourceLocation::startZeroLengthLocation() const
Returns a source location of lenth zero pointing to the beginning of this source location.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.