![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmltype_p.h>
Classes | |
struct | SingletonInstanceInfo |
Public Types | |
enum | RegistrationType { CppType = 0 , SingletonType = 1 , InterfaceType = 2 , CompositeType = 3 , CompositeSingletonType = 4 , InlineComponentType = 5 , SequentialContainerType = 6 , JavaScriptType = 7 , AnyRegistrationType = 255 } |
typedef QVariant(* | CreateValueTypeFunc) (const QJSValue &) |
typedef void(* | CreateFunc) (void *, void *) |
typedef QObject *(* | ExtensionFunc) (QObject *) |
Static Public Member Functions | |
static void | refHandle (const QQmlTypePrivate *priv) |
static void | derefHandle (const QQmlTypePrivate *priv) |
static int | refCount (const QQmlTypePrivate *priv) |
Friends | |
class | QQmlTypePrivate |
size_t | qHash (const QQmlType &t, size_t seed=0) |
bool | operator== (const QQmlType &a, const QQmlType &b) noexcept |
bool | operator!= (const QQmlType &a, const QQmlType &b) noexcept |
Definition at line 44 of file qqmltype_p.h.
Definition at line 77 of file qqmltype_p.h.
Definition at line 67 of file qqmltype_p.h.
Definition at line 83 of file qqmltype_p.h.
Enumerator | |
---|---|
CppType | |
SingletonType | |
InterfaceType | |
CompositeType | |
CompositeSingletonType | |
InlineComponentType | |
SequentialContainerType | |
JavaScriptType | |
AnyRegistrationType |
Definition at line 173 of file qqmltype_p.h.
|
default |
|
default |
|
default |
|
explicit |
Definition at line 103 of file qqmltype.cpp.
|
default |
QQmlAttachedPropertiesFunc QQmlType::attachedPropertiesFunction | ( | QQmlTypeLoader * | typeLoader | ) | const |
Definition at line 713 of file qqmltype.cpp.
const QMetaObject * QQmlType::attachedPropertiesType | ( | QQmlTypeLoader * | typeLoader | ) | const |
Definition at line 720 of file qqmltype.cpp.
bool QQmlType::availableInVersion | ( | const QHashedStringRef & | module, |
QTypeRevision | version ) const |
Definition at line 134 of file qqmltype.cpp.
bool QQmlType::availableInVersion | ( | QTypeRevision | version | ) | const |
Definition at line 120 of file qqmltype.cpp.
const QMetaObject * QQmlType::baseMetaObject | ( | ) | const |
Definition at line 698 of file qqmltype.cpp.
bool QQmlType::canConstructValueType | ( | ) | const |
Definition at line 560 of file qqmltype.cpp.
bool QQmlType::canPopulateValueType | ( | ) | const |
Definition at line 567 of file qqmltype.cpp.
bool QQmlType::containsRevisionedAttributes | ( | ) | const |
Definition at line 703 of file qqmltype.cpp.
QObject * QQmlType::create | ( | ) | const |
Allocates and initializes an object if the type is creatable. Returns a pointer to the object, or nullptr if the type was not creatable.
Definition at line 486 of file qqmltype.cpp.
Like create without arguments, but allocates some extra space after the object.
memory | An out-only argument. *memory will point to the start of the additionally allocated memory. |
additionalMemory | The amount of extra memory in bytes that shoudld be allocated. |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 504 of file qqmltype.cpp.
QQmlType::CreateFunc QQmlType::createFunction | ( | ) | const |
Definition at line 574 of file qqmltype.cpp.
Definition at line 896 of file qqmltype.cpp.
QQmlType::CreateValueTypeFunc QQmlType::createValueTypeFunction | ( | ) | const |
Definition at line 553 of file qqmltype.cpp.
QObject * QQmlType::createWithQQmlData | ( | ) | const |
Like create, but also allocates memory behind the object, constructs a QQmlData there and lets the objects declarativeData point to the newly created QQmlData.
Definition at line 522 of file qqmltype.cpp.
QQmlCustomParser * QQmlType::customParser | ( | ) | const |
Definition at line 544 of file qqmltype.cpp.
|
static |
Definition at line 883 of file qqmltype.cpp.
QString QQmlType::elementName | ( | ) | const |
Definition at line 466 of file qqmltype.cpp.
int QQmlType::enumValue | ( | QQmlTypeLoader * | typeLoader, |
const QHashedCStringRef & | name, | ||
bool * | ok ) const |
Definition at line 781 of file qqmltype.cpp.
int QQmlType::enumValue | ( | QQmlTypeLoader * | typeLoader, |
const QHashedStringRef & | name, | ||
bool * | ok ) const |
Definition at line 776 of file qqmltype.cpp.
int QQmlType::enumValue | ( | QQmlTypeLoader * | typeLoader, |
const QV4::String * | name, | ||
bool * | ok ) const |
Definition at line 786 of file qqmltype.cpp.
QQmlType::ExtensionFunc QQmlType::extensionFunction | ( | ) | const |
Definition at line 593 of file qqmltype.cpp.
const QMetaObject * QQmlType::extensionMetaObject | ( | ) | const |
Definition at line 608 of file qqmltype.cpp.
int QQmlType::finalizerCast | ( | ) | const |
Definition at line 748 of file qqmltype.cpp.
int QQmlType::index | ( | ) | const |
Definition at line 762 of file qqmltype.cpp.
const char * QQmlType::interfaceIId | ( | ) | const |
Definition at line 755 of file qqmltype.cpp.
bool QQmlType::isComposite | ( | ) | const |
Definition at line 638 of file qqmltype.cpp.
bool QQmlType::isCompositeSingleton | ( | ) | const |
Definition at line 643 of file qqmltype.cpp.
bool QQmlType::isCreatable | ( | ) | const |
Definition at line 588 of file qqmltype.cpp.
bool QQmlType::isExtendedType | ( | ) | const |
Definition at line 623 of file qqmltype.cpp.
bool QQmlType::isInlineComponentType | ( | ) | const |
Definition at line 767 of file qqmltype.cpp.
bool QQmlType::isInterface | ( | ) | const |
Definition at line 633 of file qqmltype.cpp.
bool QQmlType::isQJSValueSingleton | ( | ) | const |
Definition at line 657 of file qqmltype.cpp.
bool QQmlType::isQObjectSingleton | ( | ) | const |
Definition at line 652 of file qqmltype.cpp.
bool QQmlType::isSequentialContainer | ( | ) | const |
Definition at line 662 of file qqmltype.cpp.
bool QQmlType::isSingleton | ( | ) | const |
Definition at line 628 of file qqmltype.cpp.
|
inline |
Definition at line 55 of file qqmltype_p.h.
bool QQmlType::isValueType | ( | ) | const |
Definition at line 667 of file qqmltype.cpp.
QMetaSequence QQmlType::listMetaSequence | ( | ) | const |
Definition at line 682 of file qqmltype.cpp.
const QMetaObject * QQmlType::metaObject | ( | ) | const |
Definition at line 687 of file qqmltype.cpp.
const QMetaObject * QQmlType::metaObjectForValueType | ( | ) | const |
Definition at line 692 of file qqmltype.cpp.
QTypeRevision QQmlType::metaObjectRevision | ( | ) | const |
Definition at line 708 of file qqmltype.cpp.
QHashedString QQmlType::module | ( | ) | const |
Definition at line 106 of file qqmltype.cpp.
QString QQmlType::noCreationReason | ( | ) | const |
Definition at line 581 of file qqmltype.cpp.
int QQmlType::parserStatusCast | ( | ) | const |
Definition at line 727 of file qqmltype.cpp.
|
inline |
Definition at line 168 of file qqmltype_p.h.
int QQmlType::propertyValueInterceptorCast | ( | ) | const |
Definition at line 741 of file qqmltype.cpp.
int QQmlType::propertyValueSourceCast | ( | ) | const |
Definition at line 734 of file qqmltype.cpp.
QMetaType QQmlType::qListTypeId | ( | ) | const |
Definition at line 677 of file qqmltype.cpp.
QString QQmlType::qmlTypeName | ( | ) | const |
Definition at line 473 of file qqmltype.cpp.
|
static |
Definition at line 889 of file qqmltype.cpp.
|
static |
Definition at line 877 of file qqmltype.cpp.
int QQmlType::scopedEnumIndex | ( | QQmlTypeLoader * | typeLoader, |
const QString & | name, | ||
bool * | ok ) const |
Definition at line 797 of file qqmltype.cpp.
int QQmlType::scopedEnumIndex | ( | QQmlTypeLoader * | typeLoader, |
const QV4::String * | name, | ||
bool * | ok ) const |
Definition at line 791 of file qqmltype.cpp.
QString QQmlType::scopedEnumKey | ( | QQmlTypeLoader * | typeLoader, |
int | index, | ||
int | value, | ||
bool * | ok ) const |
Definition at line 851 of file qqmltype.cpp.
QStringList QQmlType::scopedEnumKeys | ( | QQmlTypeLoader * | typeLoader, |
int | index, | ||
int | value, | ||
bool * | ok ) const |
Definition at line 857 of file qqmltype.cpp.
int QQmlType::scopedEnumValue | ( | QQmlTypeLoader * | typeLoader, |
const QHashedStringRef & | scopedEnumName, | ||
const QHashedStringRef & | name, | ||
bool * | ok ) const |
Definition at line 827 of file qqmltype.cpp.
int QQmlType::scopedEnumValue | ( | QQmlTypeLoader * | typeLoader, |
int | index, | ||
const QString & | name, | ||
bool * | ok ) const |
Definition at line 821 of file qqmltype.cpp.
int QQmlType::scopedEnumValue | ( | QQmlTypeLoader * | typeLoader, |
int | index, | ||
const QV4::String * | name, | ||
bool * | ok ) const |
Definition at line 815 of file qqmltype.cpp.
QQmlType::SingletonInstanceInfo::ConstPtr QQmlType::singletonInstanceInfo | ( | ) | const |
Definition at line 535 of file qqmltype.cpp.
QUrl QQmlType::sourceUrl | ( | ) | const |
Definition at line 771 of file qqmltype.cpp.
QMetaType QQmlType::typeId | ( | ) | const |
Definition at line 672 of file qqmltype.cpp.
QByteArray QQmlType::typeName | ( | ) | const |
Definition at line 455 of file qqmltype.cpp.
int QQmlType::unscopedEnumIndex | ( | QQmlTypeLoader * | typeLoader, |
const QString & | name, | ||
bool * | ok ) const |
Definition at line 809 of file qqmltype.cpp.
int QQmlType::unscopedEnumIndex | ( | QQmlTypeLoader * | typeLoader, |
const QV4::String * | name, | ||
bool * | ok ) const |
Definition at line 803 of file qqmltype.cpp.
QString QQmlType::unscopedEnumKey | ( | QQmlTypeLoader * | typeLoader, |
int | index, | ||
int | value, | ||
bool * | ok ) const |
Definition at line 863 of file qqmltype.cpp.
QStringList QQmlType::unscopedEnumKeys | ( | QQmlTypeLoader * | typeLoader, |
int | index, | ||
int | value, | ||
bool * | ok ) const |
Definition at line 869 of file qqmltype.cpp.
int QQmlType::unscopedEnumValue | ( | QQmlTypeLoader * | typeLoader, |
const QHashedStringRef & | scopedEnumName, | ||
const QHashedStringRef & | name, | ||
bool * | ok ) const |
Definition at line 845 of file qqmltype.cpp.
int QQmlType::unscopedEnumValue | ( | QQmlTypeLoader * | typeLoader, |
int | index, | ||
const QString & | name, | ||
bool * | ok ) const |
Definition at line 839 of file qqmltype.cpp.
int QQmlType::unscopedEnumValue | ( | QQmlTypeLoader * | typeLoader, |
int | index, | ||
const QV4::String * | name, | ||
bool * | ok ) const |
Definition at line 833 of file qqmltype.cpp.
QTypeRevision QQmlType::version | ( | ) | const |
Definition at line 113 of file qqmltype.cpp.
Definition at line 194 of file qqmltype_p.h.
Definition at line 190 of file qqmltype_p.h.
|
friend |
Definition at line 202 of file qqmltype_p.h.
|
friend |
Definition at line 188 of file qqmltype_p.h.