Qt 6.x
The Qt SDK
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 QMetaType self ()
 
static QMetaType list ()
 
static QMetaSequence sequence ()
 

Detailed Description

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

Definition at line 971 of file qqmlprivate.h.

Member Function Documentation

◆ hasAcceptableCtors()

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

Definition at line 973 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 QMetaType QQmlPrivate::QmlMetaType< T >::list ( )
inlinestatic

Definition at line 991 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 QMetaSequence QQmlPrivate::QmlMetaType< T >::sequence ( )
inlinestatic

Definition at line 999 of file qqmlprivate.h.

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

+ Here is the caller graph for this function:

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