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
QQmlPropertyCacheCreatorBase Struct Reference

#include <qqmlpropertycachecreator_p.h>

Inheritance diagram for QQmlPropertyCacheCreatorBase:
Collaboration diagram for QQmlPropertyCacheCreatorBase:

Classes

struct  IncrementalResult

Static Public Member Functions

static QMetaType metaTypeForPropertyType (QV4::CompiledData::CommonType type)
static QMetaType listTypeForPropertyType (QV4::CompiledData::CommonType type)
static QV4::CompiledData::CommonType propertyTypeForMetaType (QMetaType metaType)
static bool canCreateClassNameTypeByUrl (const QUrl &url)
static QByteArray createClassNameTypeByUrl (const QUrl &url)
static QByteArray createClassNameForInlineComponent (const QUrl &url)

Static Public Attributes

static QAtomicInt Q_AUTOTEST_EXPORT classIndexCounter

Detailed Description

Definition at line 72 of file qqmlpropertycachecreator_p.h.

Member Function Documentation

◆ canCreateClassNameTypeByUrl()

bool QQmlPropertyCacheCreatorBase::canCreateClassNameTypeByUrl ( const QUrl & url)
static

Definition at line 35 of file qqmlpropertycachecreator.cpp.

◆ createClassNameForInlineComponent()

QByteArray QQmlPropertyCacheCreatorBase::createClassNameForInlineComponent ( const QUrl & url)
static

Definition at line 53 of file qqmlpropertycachecreator.cpp.

◆ createClassNameTypeByUrl()

QByteArray QQmlPropertyCacheCreatorBase::createClassNameTypeByUrl ( const QUrl & url)
static

Definition at line 44 of file qqmlpropertycachecreator.cpp.

◆ listTypeForPropertyType()

QMetaType QQmlPropertyCacheCreatorBase::listTypeForPropertyType ( QV4::CompiledData::CommonType type)
inlinestatic

Definition at line 104 of file qqmlpropertycachecreator_p.h.

◆ metaTypeForPropertyType()

QMetaType QQmlPropertyCacheCreatorBase::metaTypeForPropertyType ( QV4::CompiledData::CommonType type)
inlinestatic

Definition at line 78 of file qqmlpropertycachecreator_p.h.

◆ propertyTypeForMetaType()

QV4::CompiledData::CommonType QQmlPropertyCacheCreatorBase::propertyTypeForMetaType ( QMetaType metaType)
inlinestatic

Definition at line 130 of file qqmlpropertycachecreator_p.h.

Member Data Documentation

◆ classIndexCounter

QAtomicInt QQmlPropertyCacheCreatorBase::classIndexCounter
static

Definition at line 76 of file qqmlpropertycachecreator_p.h.


The documentation for this struct was generated from the following files: