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

(779d60cc432c4fc1b71c41db0f73eec309e5ee14)

#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_Undefined }
 

Typedef Documentation

◆ QQmlJSMetaMethodType

Definition at line 49 of file qqmljsmetatypes_p.h.

◆ QQmlJSMetaReturnType

Definition at line 189 of file qqmljsmetatypes_p.h.

Enumeration Type Documentation

◆ ScriptBindingValueType

enum ScriptBindingValueType : unsigned int
Enumerator
ScriptValue_Unknown 
ScriptValue_Undefined 

Definition at line 44 of file qqmljsmetatypes_p.h.