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
QQmlJSImportVisitor::PendingPropertyObjectBinding Struct Reference

#include <qqmljsimportvisitor_p.h>

Collaboration diagram for QQmlJSImportVisitor::PendingPropertyObjectBinding:

Public Attributes

QQmlJSScope::Ptr scope
QQmlJSScope::Ptr childScope
QString name
QQmlJS::SourceLocation location
bool onToken

Detailed Description

Definition at line 339 of file qqmljsimportvisitor_p.h.

Member Data Documentation

◆ childScope

QQmlJSScope::Ptr QQmlJSImportVisitor::PendingPropertyObjectBinding::childScope

Definition at line 342 of file qqmljsimportvisitor_p.h.

◆ location

QQmlJS::SourceLocation QQmlJSImportVisitor::PendingPropertyObjectBinding::location

Definition at line 344 of file qqmljsimportvisitor_p.h.

◆ name

QString QQmlJSImportVisitor::PendingPropertyObjectBinding::name

◆ onToken

bool QQmlJSImportVisitor::PendingPropertyObjectBinding::onToken

Definition at line 345 of file qqmljsimportvisitor_p.h.

◆ scope

QQmlJSScope::Ptr QQmlJSImportVisitor::PendingPropertyObjectBinding::scope

Definition at line 341 of file qqmljsimportvisitor_p.h.


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