![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlglobal_p.h>
Collaboration diagram for QQmlSourceLocation:Public Member Functions | |
| QQmlSourceLocation () | |
| QQmlSourceLocation (const QString &sourceFile, quint16 line, quint16 column) | |
Public Attributes | |
| QString | sourceFile |
| quint16 | line = 0 |
| quint16 | column = 0 |
Definition at line 318 of file qqmlglobal_p.h.
|
inline |
Definition at line 320 of file qqmlglobal_p.h.
|
inline |
Definition at line 321 of file qqmlglobal_p.h.
| quint16 QQmlSourceLocation::column = 0 |
Definition at line 325 of file qqmlglobal_p.h.
Referenced by QQmlDelayedError::setErrorLocation(), and QQmlBinding::update().
| quint16 QQmlSourceLocation::line = 0 |
Definition at line 324 of file qqmlglobal_p.h.
Referenced by QQmlBoundSignalExpression::expressionIdentifier(), QQmlDelayedError::setErrorLocation(), and QQmlBinding::update().
| QString QQmlSourceLocation::sourceFile |
Definition at line 323 of file qqmlglobal_p.h.
Referenced by QQmlData::destroyed(), QQmlBoundSignalExpression::expressionIdentifier(), QQmlDelayedError::setErrorLocation(), and QQmlBinding::update().