![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsregistercontent_p.h>
Public Types | |
enum | ContentVariant { ObjectById , TypeByName , Singleton , Script , MetaType , Extension , ScopeObject , ParentScope , Property , Method , Enum , Attachment , ModulePrefix , MethodCall , ListValue , ListIterator , Literal , Operation , BaseType , Cast , Storage , Unknown } |
enum | { InvalidLookupIndex = -1 } |
Friends | |
class | QQmlJSRegisterContentPool |
bool | operator== (QQmlJSRegisterContent a, QQmlJSRegisterContent b) |
bool | operator!= (QQmlJSRegisterContent a, QQmlJSRegisterContent b) |
size_t | qHash (QQmlJSRegisterContent registerContent, size_t seed=0) |
Definition at line 25 of file qqmljsregistercontent_p.h.
anonymous enum |
Enumerator | |
---|---|
InvalidLookupIndex |
Definition at line 71 of file qqmljsregistercontent_p.h.
Definition at line 35 of file qqmljsregistercontent_p.h.
|
default |
QQmlJSRegisterContent QQmlJSRegisterContent::attachee | ( | ) | const |
Precondition: This is an attachment. Return the type of the object the attachment is attached to.
Definition at line 394 of file qqmljsregistercontent.cpp.
QQmlJSRegisterContent QQmlJSRegisterContent::attacher | ( | ) | const |
Precondition: This is an attachment. Return the type that does the attaching.
Definition at line 382 of file qqmljsregistercontent.cpp.
int QQmlJSRegisterContent::baseLookupIndex | ( | ) | const |
Definition at line 448 of file qqmljsregistercontent.cpp.
QQmlJSScope::ConstPtr QQmlJSRegisterContent::containedType | ( | ) | const |
Definition at line 409 of file qqmljsregistercontent.cpp.
QString QQmlJSRegisterContent::containedTypeName | ( | ) | const |
Definition at line 275 of file qqmljsregistercontent.cpp.
|
inline |
Definition at line 95 of file qqmljsregistercontent_p.h.
QList< QQmlJSRegisterContent > QQmlJSRegisterContent::conversionOrigins | ( | ) | const |
Definition at line 507 of file qqmljsregistercontent.cpp.
QQmlJSRegisterContent QQmlJSRegisterContent::conversionResultScope | ( | ) | const |
Definition at line 501 of file qqmljsregistercontent.cpp.
QQmlJSScope::ConstPtr QQmlJSRegisterContent::conversionResultType | ( | ) | const |
Definition at line 495 of file qqmljsregistercontent.cpp.
QString QQmlJSRegisterContent::descriptiveName | ( | ) | const |
Definition at line 189 of file qqmljsregistercontent.cpp.
QQmlJSMetaEnum QQmlJSRegisterContent::enumeration | ( | ) | const |
Definition at line 459 of file qqmljsregistercontent.cpp.
QString QQmlJSRegisterContent::enumMember | ( | ) | const |
Definition at line 465 of file qqmljsregistercontent.cpp.
|
inline |
Definition at line 140 of file qqmljsregistercontent_p.h.
uint QQmlJSRegisterContent::importNamespace | ( | ) | const |
Definition at line 483 of file qqmljsregistercontent.cpp.
QQmlJSScope::ConstPtr QQmlJSRegisterContent::importNamespaceType | ( | ) | const |
Definition at line 489 of file qqmljsregistercontent.cpp.
bool QQmlJSRegisterContent::isConversion | ( | ) | const |
Definition at line 317 of file qqmljsregistercontent.cpp.
bool QQmlJSRegisterContent::isEnumeration | ( | ) | const |
Definition at line 302 of file qqmljsregistercontent.cpp.
bool QQmlJSRegisterContent::isImportNamespace | ( | ) | const |
Definition at line 312 of file qqmljsregistercontent.cpp.
bool QQmlJSRegisterContent::isJavaScriptReturnValue | ( | ) | const |
Definition at line 372 of file qqmljsregistercontent.cpp.
bool QQmlJSRegisterContent::isList | ( | ) | const |
Definition at line 327 of file qqmljsregistercontent.cpp.
bool QQmlJSRegisterContent::isMethod | ( | ) | const |
Definition at line 307 of file qqmljsregistercontent.cpp.
bool QQmlJSRegisterContent::isMethodCall | ( | ) | const |
Definition at line 322 of file qqmljsregistercontent.cpp.
|
inline |
Definition at line 78 of file qqmljsregistercontent_p.h.
bool QQmlJSRegisterContent::isProperty | ( | ) | const |
Definition at line 297 of file qqmljsregistercontent.cpp.
|
inline |
Definition at line 96 of file qqmljsregistercontent_p.h.
bool QQmlJSRegisterContent::isType | ( | ) | const |
Definition at line 292 of file qqmljsregistercontent.cpp.
bool QQmlJSRegisterContent::isValid | ( | ) | const |
Definition at line 184 of file qqmljsregistercontent.cpp.
bool QQmlJSRegisterContent::isWritable | ( | ) | const |
Definition at line 352 of file qqmljsregistercontent.cpp.
QList< QQmlJSMetaMethod > QQmlJSRegisterContent::method | ( | ) | const |
Definition at line 471 of file qqmljsregistercontent.cpp.
QQmlJSMetaMethod QQmlJSRegisterContent::methodCall | ( | ) | const |
Definition at line 513 of file qqmljsregistercontent.cpp.
QQmlJSScope::ConstPtr QQmlJSRegisterContent::methodType | ( | ) | const |
Definition at line 477 of file qqmljsregistercontent.cpp.
QQmlJSRegisterContent QQmlJSRegisterContent::original | ( | ) | const |
Definition at line 534 of file qqmljsregistercontent.cpp.
QQmlJSMetaProperty QQmlJSRegisterContent::property | ( | ) | const |
Definition at line 442 of file qqmljsregistercontent.cpp.
int QQmlJSRegisterContent::resultLookupIndex | ( | ) | const |
Definition at line 454 of file qqmljsregistercontent.cpp.
QQmlJSRegisterContent QQmlJSRegisterContent::scope | ( | ) | const |
Definition at line 524 of file qqmljsregistercontent.cpp.
QQmlJSScope::ConstPtr QQmlJSRegisterContent::scopeType | ( | ) | const |
Definition at line 431 of file qqmljsregistercontent.cpp.
QQmlJSRegisterContent QQmlJSRegisterContent::shadowed | ( | ) | const |
Definition at line 539 of file qqmljsregistercontent.cpp.
QQmlJSRegisterContent QQmlJSRegisterContent::storage | ( | ) | const |
Definition at line 529 of file qqmljsregistercontent.cpp.
QQmlJSScope::ConstPtr QQmlJSRegisterContent::storedType | ( | ) | const |
Definition at line 404 of file qqmljsregistercontent.cpp.
QQmlJSScope::ConstPtr QQmlJSRegisterContent::type | ( | ) | const |
Definition at line 436 of file qqmljsregistercontent.cpp.
QQmlJSRegisterContent::ContentVariant QQmlJSRegisterContent::variant | ( | ) | const |
Definition at line 519 of file qqmljsregistercontent.cpp.
|
friend |
Definition at line 153 of file qqmljsregistercontent_p.h.
|
friend |
Definition at line 148 of file qqmljsregistercontent_p.h.
|
friend |
Definition at line 158 of file qqmljsregistercontent_p.h.
|
friend |
Definition at line 143 of file qqmljsregistercontent_p.h.