Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlsourcecoordinate_p.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#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 QQmlExpression::columnNumber(), and QQmlExpression::lineNumber().

+ Here is the caller graph for this function:

◆ qmlConvertSourceCoordinate< quint32, int >()

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

Definition at line 52 of file qqmlsourcecoordinate_p.h.