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
QQmlPrivate::AOTLookupValidation::Type Struct Reference

#include <qqmlprivate.h>

Collaboration diagram for QQmlPrivate::AOTLookupValidation::Type:

Public Attributes

QString module
QString name
QString icNameOrExtensionTypeName
IsComposite isComposite = IsComposite::No
IsIC isInlineComponent = IsIC::No

Friends

bool comparesEqual (const Type &lhs, const Type &rhs) noexcept
size_t qHash (const Type &type, size_t seed=0)

Detailed Description

Definition at line 1317 of file qqmlprivate.h.

◆ comparesEqual

bool comparesEqual ( const Type & lhs,
const Type & rhs )
friend

Definition at line 1325 of file qqmlprivate.h.

References isComposite, and isInlineComponent.

◆ qHash

size_t qHash ( const Type & type,
size_t seed = 0 )
friend

Definition at line 1333 of file qqmlprivate.h.

Member Data Documentation

◆ icNameOrExtensionTypeName

QString QQmlPrivate::AOTLookupValidation::Type::icNameOrExtensionTypeName

Definition at line 1321 of file qqmlprivate.h.

◆ isComposite

IsComposite QQmlPrivate::AOTLookupValidation::Type::isComposite = IsComposite::No

Definition at line 1322 of file qqmlprivate.h.

Referenced by comparesEqual.

◆ isInlineComponent

IsIC QQmlPrivate::AOTLookupValidation::Type::isInlineComponent = IsIC::No

Definition at line 1323 of file qqmlprivate.h.

Referenced by comparesEqual.

◆ module

QString QQmlPrivate::AOTLookupValidation::Type::module

Definition at line 1319 of file qqmlprivate.h.

◆ name

QString QQmlPrivate::AOTLookupValidation::Type::name

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