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
qqmlmetatype_p.h File Reference

(4d13ed6a598c142f9ed9928fa0bdcb395e4b94cc)

#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
 
namespace  QV4::CompiledData
 

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 277 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 281 of file qqmlmetatype_p.h.

References QQmlMetaType::metaObjectForType().

+ Here is the call graph for this function:

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QQmlMetaType ,
Q_RELOCATABLE_TYPE  )