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::PendingMethodType Struct Reference

#include <qqmljsimportvisitor_p.h>

+ Collaboration diagram for QQmlJSImportVisitor::PendingMethodType:

Public Attributes

QQmlJSScope::Ptr scope
 
QString methodName
 
QQmlJS::SourceLocation location
 

Detailed Description

Definition at line 289 of file qqmljsimportvisitor_p.h.

Member Data Documentation

◆ location

QQmlJS::SourceLocation QQmlJSImportVisitor::PendingMethodType::location

Definition at line 293 of file qqmljsimportvisitor_p.h.

◆ methodName

QString QQmlJSImportVisitor::PendingMethodType::methodName

Definition at line 292 of file qqmljsimportvisitor_p.h.

◆ scope

QQmlJSScope::Ptr QQmlJSImportVisitor::PendingMethodType::scope

Definition at line 291 of file qqmljsimportvisitor_p.h.


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