Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qqmlsourcecoordinate_p.h File Reference
#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)
 

Function Documentation

◆ qmlConvertSourceCoordinate()

template<typename From , typename To >
QT_BEGIN_NAMESPACE To qmlConvertSourceCoordinate ( From  n)

◆ qmlConvertSourceCoordinate< int, quint16 >()

template<>
quint16 qmlConvertSourceCoordinate< int, quint16 > ( int  n)
inline

Definition at line 32 of file qqmlsourcecoordinate_p.h.

Referenced by QQmlExpression::setSourceLocation().

+ Here is the caller graph for this function:

◆ qmlConvertSourceCoordinate< int, quint32 >()

template<>
quint32 qmlConvertSourceCoordinate< int, quint32 > ( int  n)
inline

Definition at line 38 of file qqmlsourcecoordinate_p.h.

◆ qmlConvertSourceCoordinate< quint16, int >()

template<>
int qmlConvertSourceCoordinate< quint16, int > ( quint16  n)
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:

◆ qmlConvertSourceCoordinate< quint32, int >()