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

(b272f87116509e7ee9cb70c6f1f31d499144062c)

#include <private/qqmlcomponentattached_p.h>
#include <QtQml/qjsvalue.h>
#include <QtQml/qqmlcomponent.h>
#include <QtQml/qqmlscriptstring.h>
#include <QtQmlIntegration/qqmlintegration.h>
#include <QtCore/qobject.h>
#include <QtCore/qglobal.h>
#include <QtCore/qtmetamacros.h>
#include <QtCore/qmetaobject.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qstring.h>
#include <QtCore/qurl.h>
#include <QtCore/qvariantmap.h>
#include <QtCore/qtypes.h>
#include <QtCore/qchar.h>
#include <QtCore/qjsonobject.h>
#include <QtCore/qjsonvalue.h>
#include <QtCore/qjsonarray.h>
#include <climits>
+ Include dependency graph for qqmlbuiltins_p.h:

Go to the source code of this file.

Classes

struct  QQmlPrimitiveAliasFriend< A >
 
struct  QQmlVoidForeign
 
struct  QQmlVarForeign
 
struct  QQmlQtObjectForeign
 
struct  QQmlIntForeign
 
struct  QQmlQint32Foreign
 
struct  QQmlInt32TForeign
 
struct  QQmlDoubleForeign
 
struct  QQmlStringForeign
 
struct  QQmlAnyStringViewForeign
 
struct  QQmlBoolForeign
 
struct  QQmlDateForeign
 
struct  QQmlUrlForeign
 
struct  QQmlNullForeign
 
struct  QQmlQVariantMapForeign
 
struct  QQmlQint8Foreign
 
struct  QQmlInt8TForeign
 
struct  QQmlQuint8Foreign
 
struct  QQmlUint8TForeign
 
struct  QQmlUcharForeign
 
struct  QQmlCharForeign
 
struct  QQmlShortForeign
 
struct  QQmlQint16Foreign
 
struct  QQmlInt16TForeign
 
struct  QQmlUshortForeign
 
struct  QQmlQuint16Foreign
 
struct  QQmlUint16TForeign
 
struct  QQmlUintForeign
 
struct  QQmlQuint32Foreign
 
struct  QQmlUint32TForeign
 
struct  QQmlQlonglongForeign
 
struct  QQmlQint64Foreign
 
struct  QQmlInt64TForeign
 
struct  QQmlLongForeign
 
struct  QQmlQulonglongForeign
 
struct  QQmlQuint64Foreign
 
struct  QQmlUint64TForeign
 
struct  QQmlUlongForeign
 
struct  QQmlFloatForeign
 
struct  QQmlQRealForeign
 
struct  QQmlQCharForeign
 
struct  QQmlQDateForeign
 
struct  QQmlQTimeForeign
 
struct  QQmlQByteArrayForeign
 
struct  QQmlQByteArrayListForeign
 
struct  QQmlQStringListForeign
 
struct  QQmlQVariantListForeign
 
struct  QQmlQObjectListForeign
 
struct  QQmlQListQObjectForeign
 
struct  QQmlQJSValueForeign
 
struct  QQmlComponentForeign
 
struct  QQmlScriptStringForeign
 
struct  QQmlV4FunctionPtrForeign
 
struct  QQmlQJsonObjectForeign
 
struct  QQmlQJsonValueForeign
 
struct  QQmlQJsonArrayForeign
 

Macros

#define QML_LONG_IS_64BIT
 
#define QML_SIZE_IS_64BIT
 
#define QML_EXTENDED_JAVASCRIPT(EXTENDED_TYPE)
 
#define QML_PRIMITIVE_ALIAS(PRIMITIVE_ALIAS)
 

Variables

 QT_BEGIN_NAMESPACE
 

Macro Definition Documentation

◆ QML_EXTENDED_JAVASCRIPT

#define QML_EXTENDED_JAVASCRIPT ( EXTENDED_TYPE)
Value:
Q_CLASSINFO("QML.Extended", #EXTENDED_TYPE) \
Q_CLASSINFO("QML.ExtensionIsJavaScript", "true")
#define Q_CLASSINFO(name, value)

Definition at line 78 of file qqmlbuiltins_p.h.

◆ QML_LONG_IS_64BIT

#define QML_LONG_IS_64BIT

Definition at line 72 of file qqmlbuiltins_p.h.

◆ QML_PRIMITIVE_ALIAS

#define QML_PRIMITIVE_ALIAS ( PRIMITIVE_ALIAS)
Value:
Q_CLASSINFO("QML.PrimitiveAlias", #PRIMITIVE_ALIAS) \

Definition at line 84 of file qqmlbuiltins_p.h.

◆ QML_SIZE_IS_64BIT

#define QML_SIZE_IS_64BIT

Definition at line 74 of file qqmlbuiltins_p.h.

Variable Documentation

◆ QT_BEGIN_NAMESPACE

QT_BEGIN_NAMESPACE
related

Definition at line 71 of file qqmlbuiltins_p.h.