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

#include <qqmlpropertyresolver_p.h>

Collaboration diagram for QQmlPropertyResolver:

Public Types

enum  RevisionCheck { CheckRevision , IgnoreRevision }

Public Member Functions

 QQmlPropertyResolver (const QQmlPropertyCache::ConstPtr &cache)
const QQmlPropertyDataproperty (int index) const
const QQmlPropertyDataproperty (const QString &name, bool *notInRevision=nullptr, RevisionCheck check=CheckRevision) const
const QQmlPropertyDatasignal (const QString &name, bool *notInRevision=nullptr, RevisionCheck check=CheckRevision) const

Public Attributes

QQmlPropertyCache::ConstPtr cache

Detailed Description

Definition at line 24 of file qqmlpropertyresolver_p.h.

Member Enumeration Documentation

◆ RevisionCheck

Enumerator
CheckRevision 
IgnoreRevision 

Definition at line 35 of file qqmlpropertyresolver_p.h.

Constructor & Destructor Documentation

◆ QQmlPropertyResolver()

QQmlPropertyResolver::QQmlPropertyResolver ( const QQmlPropertyCache::ConstPtr & cache)
inline

Definition at line 26 of file qqmlpropertyresolver_p.h.

Member Function Documentation

◆ property() [1/2]

QT_BEGIN_NAMESPACE const QQmlPropertyData * QQmlPropertyResolver::property ( const QString & name,
bool * notInRevision = nullptr,
RevisionCheck check = CheckRevision ) const

Definition at line 10 of file qqmlpropertyresolver.cpp.

◆ property() [2/2]

const QQmlPropertyData * QQmlPropertyResolver::property ( int index) const
inline

Definition at line 30 of file qqmlpropertyresolver_p.h.

◆ signal()

const QQmlPropertyData * QQmlPropertyResolver::signal ( const QString & name,
bool * notInRevision = nullptr,
RevisionCheck check = CheckRevision ) const

Definition at line 31 of file qqmlpropertyresolver.cpp.

Member Data Documentation

◆ cache

QQmlPropertyCache::ConstPtr QQmlPropertyResolver::cache

Definition at line 49 of file qqmlpropertyresolver_p.h.


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