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
QQmlPrivate::QmlMetaType< T > Struct Template Reference

#include <qqmlprivate.h>

+ Collaboration diagram for QQmlPrivate::QmlMetaType< T >:

Static Public Member Functions

static constexpr bool hasAcceptableCtors ()
 
static constexpr QMetaType self ()
 
static constexpr QMetaType list ()
 
static constexpr QMetaSequence sequence ()
 
static constexpr int size ()
 

Detailed Description

template<class T>
struct QQmlPrivate::QmlMetaType< T >

Definition at line 973 of file qqmlprivate.h.

Member Function Documentation

◆ hasAcceptableCtors()

template<class T >
static constexpr bool QQmlPrivate::QmlMetaType< T >::hasAcceptableCtors ( )
inlinestaticconstexpr

Definition at line 975 of file qqmlprivate.h.

Referenced by QmlTypeAndRevisionsRegistration< T, Resolved, Extended, false, false, false, false >::registerTypeAndRevisions().

+ Here is the caller graph for this function:

◆ list()

template<class T >
static constexpr QMetaType QQmlPrivate::QmlMetaType< T >::list ( )
inlinestaticconstexpr

Definition at line 993 of file qqmlprivate.h.

References QMetaType::fromType().

Referenced by qmlRegisterAnonymousType(), qmlRegisterCustomExtendedType(), qmlRegisterCustomType(), qmlRegisterExtendedType(), qmlRegisterExtendedType(), qmlRegisterExtendedUncreatableType(), qmlRegisterRevision(), qmlRegisterType(), QQmlPrivate::qmlRegisterTypeAndRevisions(), QQmlPrivate::qmlRegisterTypeAndRevisions< QQmlTypeNotAvailable, void >(), and qmlRegisterUncreatableType().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ self()

◆ sequence()

template<class T >
static constexpr QMetaSequence QQmlPrivate::QmlMetaType< T >::sequence ( )
inlinestaticconstexpr

Definition at line 1001 of file qqmlprivate.h.

Referenced by QQmlPrivate::qmlRegisterTypeAndRevisions(), and QQmlPrivate::qmlRegisterTypeAndRevisions< QQmlTypeNotAvailable, void >().

+ Here is the caller graph for this function:

◆ size()

template<class T >
static constexpr int QQmlPrivate::QmlMetaType< T >::size ( )
inlinestaticconstexpr

Definition at line 1009 of file qqmlprivate.h.

Referenced by QQmlPrivate::qmlRegisterTypeAndRevisions().

+ Here is the caller graph for this function:

The documentation for this struct was generated from the following file: