Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlmetatype_p.h File Reference
#include <private/qqmldirparser_p.h>
#include <private/qqmlmetaobject_p.h>
#include <private/qqmlproxymetaobject_p.h>
#include <private/qqmltype_p.h>
#include <private/qtqmlglobal_p.h>
+ Include dependency graph for qqmlmetatype_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlMetaType
 
struct  QQmlMetaTypeInterface
 
struct  QQmlListMetaTypeInterface
 

Namespaces

namespace  QV4
 \qmltype Particle \inqmlmodule QtQuick.Particles
 

Functions

 Q_DECLARE_TYPEINFO (QQmlMetaType, Q_RELOCATABLE_TYPE)
 
const QMetaObjectdynamicQmlListMarker (const QtPrivate::QMetaTypeInterface *)
 
const QMetaObjectdynamicQmlMetaObject (const QtPrivate::QMetaTypeInterface *iface)
 

Function Documentation

◆ dynamicQmlListMarker()

const QMetaObject * dynamicQmlListMarker ( const QtPrivate::QMetaTypeInterface )
inline

Definition at line 281 of file qqmlmetatype_p.h.

Referenced by QQmlMetaType::listValueType().

+ Here is the caller graph for this function:

◆ dynamicQmlMetaObject()

const QMetaObject * dynamicQmlMetaObject ( const QtPrivate::QMetaTypeInterface iface)
inline

Definition at line 285 of file qqmlmetatype_p.h.

References QQmlMetaObject::metaObject(), and QQmlMetaType::metaObjectForType().

+ Here is the call graph for this function:

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QQmlMetaType  ,
Q_RELOCATABLE_TYPE   
)