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

(2e4c66160f0cfbc76b0154d8b989f8931b1963bf)

#include <qtqmlcompilerexports.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qsharedpointer.h>
#include <QtCore/qvariant.h>
#include <QtCore/qhash.h>
#include <QtQml/private/qqmljssourcelocation_p.h>
#include <QtQml/private/qqmltranslation_p.h>
#include "qqmlsaconstants.h"
#include "qqmlsa.h"
#include "qqmljsannotation_p.h"
Include dependency graph for qqmljsmetatypes_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlJSMetaEnum
class  QQmlJSMetaParameter
class  QQmlJSMetaMethod
class  QQmlJSMetaProperty
class  QQmlJSMetaPropertyBinding
struct  QQmlJSMetaPropertyBinding::Content::BoolLiteral
struct  QQmlJSMetaPropertyBinding::Content::NumberLiteral
struct  QQmlJSMetaPropertyBinding::Content::StringLiteral
struct  QQmlJSMetaPropertyBinding::Content::RegexpLiteral
struct  QQmlJSMetaPropertyBinding::Content::Null
struct  QQmlJSMetaPropertyBinding::Content::TranslationString
struct  QQmlJSMetaPropertyBinding::Content::TranslationById
struct  QQmlJSMetaPropertyBinding::Content::Script
struct  QQmlJSMetaPropertyBinding::Content::Object
struct  QQmlJSMetaPropertyBinding::Content::Interceptor
struct  QQmlJSMetaPropertyBinding::Content::ValueSource
struct  QQmlJSMetaPropertyBinding::Content::AttachedProperty
struct  QQmlJSMetaPropertyBinding::Content::GroupProperty
struct  QQmlJSMetaSignalHandler

Typedefs

using QQmlJSMetaMethodType = QQmlSA::MethodType
using QQmlJSMetaReturnType = QQmlJSMetaParameter

Enumerations

enum  ScriptBindingValueType : unsigned int { ScriptValue_Unknown , ScriptValue_Function , ScriptValue_Undefined }

Typedef Documentation

◆ QQmlJSMetaMethodType

Definition at line 51 of file qqmljsmetatypes_p.h.

◆ QQmlJSMetaReturnType

Definition at line 195 of file qqmljsmetatypes_p.h.

Enumeration Type Documentation

◆ ScriptBindingValueType

enum ScriptBindingValueType : unsigned int
Enumerator
ScriptValue_Unknown 
ScriptValue_Function 
ScriptValue_Undefined 

Definition at line 45 of file qqmljsmetatypes_p.h.