![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsmetatypes_p.h>
Public Types | |
enum | Access { Private , Protected , Public } |
enum class | RelativeFunctionIndex : int { Invalid = -1 } |
enum class | AbsoluteFunctionIndex : int { Invalid = -1 } |
using | MethodType = QQmlJSMetaMethodType |
Friends | |
bool | operator== (const QQmlJSMetaMethod &a, const QQmlJSMetaMethod &b) |
bool | operator!= (const QQmlJSMetaMethod &a, const QQmlJSMetaMethod &b) |
size_t | qHash (const QQmlJSMetaMethod &method, size_t seed=0) |
Definition at line 180 of file qqmljsmetatypes_p.h.
Definition at line 184 of file qqmljsmetatypes_p.h.
|
strong |
Represents an absolute JavaScript function/expression index pointing into the QV4::ExecutableCompilationUnit::runtimeFunctions array. Used as a typed alternative to int with an explicit invalid state.
Enumerator | |
---|---|
Invalid |
Definition at line 201 of file qqmljsmetatypes_p.h.
Enumerator | |
---|---|
Private | |
Protected | |
Public |
Definition at line 183 of file qqmljsmetatypes_p.h.
|
strong |
Represents a relative JavaScript function/expression index within a type in a QML document. Used as a typed alternative to int with an explicit invalid state.
Enumerator | |
---|---|
Invalid |
Definition at line 193 of file qqmljsmetatypes_p.h.
|
default |
Definition at line 204 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 239 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 234 of file qqmljsmetatypes_p.h.
References QList< T >::append().
|
inline |
Definition at line 264 of file qqmljsmetatypes_p.h.
Referenced by setAnnotations().
|
inline |
Definition at line 285 of file qqmljsmetatypes_p.h.
References Q_ASSERT.
|
inline |
Definition at line 244 of file qqmljsmetatypes_p.h.
Referenced by setIsCloned().
|
inline |
Definition at line 247 of file qqmljsmetatypes_p.h.
Referenced by setIsConstructor().
|
inline |
Definition at line 256 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 250 of file qqmljsmetatypes_p.h.
Referenced by setIsJavaScriptFunction().
|
inline |
Definition at line 262 of file qqmljsmetatypes_p.h.
References QString::isEmpty().
Referenced by QQmlJSTypeResolver::adjustTrackedType(), and QQmlJSTypeResolver::selectConstructor().
|
inline |
Definition at line 273 of file qqmljsmetatypes_p.h.
References Q_ASSERT.
|
inline |
Definition at line 210 of file qqmljsmetatypes_p.h.
Referenced by QQmlSA::MethodPrivate::methodName().
|
inline |
Definition at line 236 of file qqmljsmetatypes_p.h.
Referenced by QQmlSA::MethodPrivate::methodType(), and setMethodType().
|
inline |
Definition at line 223 of file qqmljsmetatypes_p.h.
Referenced by QQmlJSImportVisitor::visit().
|
inline |
Definition at line 221 of file qqmljsmetatypes_p.h.
Referenced by setParameters().
|
inline |
Definition at line 214 of file qqmljsmetatypes_p.h.
References QWeakPointer< T >::toStrongRef().
|
inline |
Definition at line 213 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 241 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 265 of file qqmljsmetatypes_p.h.
References annotations().
|
inline |
Definition at line 279 of file qqmljsmetatypes_p.h.
References Q_ASSERT.
|
inline |
Definition at line 245 of file qqmljsmetatypes_p.h.
References isCloned().
|
inline |
Definition at line 248 of file qqmljsmetatypes_p.h.
References isConstructor().
|
inline |
Definition at line 257 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 251 of file qqmljsmetatypes_p.h.
References isJavaScriptFunction().
|
inline |
Definition at line 267 of file qqmljsmetatypes_p.h.
References Q_ASSERT.
Definition at line 211 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 237 of file qqmljsmetatypes_p.h.
References methodType().
|
inline |
Definition at line 232 of file qqmljsmetatypes_p.h.
References parameters().
|
inline |
Definition at line 216 of file qqmljsmetatypes_p.h.
Definition at line 215 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 242 of file qqmljsmetatypes_p.h.
|
friend |
Definition at line 300 of file qqmljsmetatypes_p.h.
|
friend |
Definition at line 291 of file qqmljsmetatypes_p.h.
|
friend |
Definition at line 305 of file qqmljsmetatypes_p.h.