Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 296 of file qqmljsimportvisitor_p.h.

Member Data Documentation

◆ childScope

QQmlJSScope::Ptr QQmlJSImportVisitor::PendingPropertyObjectBinding::childScope

Definition at line 299 of file qqmljsimportvisitor_p.h.

◆ location

QQmlJS::SourceLocation QQmlJSImportVisitor::PendingPropertyObjectBinding::location

Definition at line 301 of file qqmljsimportvisitor_p.h.

◆ name

QString QQmlJSImportVisitor::PendingPropertyObjectBinding::name

Definition at line 300 of file qqmljsimportvisitor_p.h.

◆ onToken

bool QQmlJSImportVisitor::PendingPropertyObjectBinding::onToken

Definition at line 302 of file qqmljsimportvisitor_p.h.

◆ scope

QQmlJSScope::Ptr QQmlJSImportVisitor::PendingPropertyObjectBinding::scope

Definition at line 298 of file qqmljsimportvisitor_p.h.


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