Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmlmetatype_p.h File Reference

(d2bc4a4330254c0c68a0ade51b59a71c4b67b470)

#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 285 of file qqmlmetatype_p.h.

◆ dynamicQmlMetaObject()

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

Definition at line 289 of file qqmlmetatype_p.h.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QQmlMetaType ,
Q_RELOCATABLE_TYPE  )