![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/private/qglobal_p.h>#include <limits>
Include dependency graph for qqmlsourcecoordinate_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| template<typename From , typename To > | |
| QT_BEGIN_NAMESPACE To | qmlConvertSourceCoordinate (From n) |
| template<> | |
| quint16 | qmlConvertSourceCoordinate< int, quint16 > (int n) |
| template<> | |
| quint32 | qmlConvertSourceCoordinate< int, quint32 > (int n) |
| template<> | |
| int | qmlConvertSourceCoordinate< quint16, int > (quint16 n) |
| template<> | |
| int | qmlConvertSourceCoordinate< quint32, int > (quint32 n) |
| QT_BEGIN_NAMESPACE To qmlConvertSourceCoordinate | ( | From | n | ) |
|
inline |
Definition at line 32 of file qqmlsourcecoordinate_p.h.
Referenced by QQmlExpression::setSourceLocation().
Here is the caller graph for this function:
|
inline |
Definition at line 38 of file qqmlsourcecoordinate_p.h.
|
inline |
Definition at line 46 of file qqmlsourcecoordinate_p.h.
Referenced by QQmlInfo::~QQmlInfo(), QQmlExpression::columnNumber(), QQmlExpression::lineNumber(), and QQmlDelayedError::setErrorLocation().
Here is the caller graph for this function:
|
inline |
Definition at line 52 of file qqmlsourcecoordinate_p.h.
Referenced by QQmlTypeData::allDependenciesDone(), QQmlTypeLoader::Blob::dependencyComplete(), QQmlScriptBlob::done(), QQmlTypeData::done(), QQmlCustomParser::error(), QQmlTypeLoaderQmldirContent::errors(), QV4::Script::precompile(), QQmlEnginePrivate::qmlErrorFromDiagnostics(), qQmlCompileError(), QQmlTypeCompiler::recordError(), QQmlTypeCompiler::recordError(), QQmlDataBlob::setError(), and QQmlComponentPrivate::unsetRequiredPropertyToQQmlError().
Here is the caller graph for this function: