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
QQmlJSCompilePass::Function Struct Reference

#include <qqmljscompilepass_p.h>

Collaboration diagram for QQmlJSCompilePass::Function:

Public Attributes

QQmlJSScopesById addressableScopes
QList< QQmlJSRegisterContentargumentTypes
QList< QQmlJSRegisterContentregisterTypes
QQmlJSRegisterContent returnType
QQmlJSRegisterContent qmlScope
QByteArray code
const SourceLocationTablesourceLocations = nullptr
bool isSignalHandler = false
bool isQPropertyBinding = false
bool isProperty = false
bool isFullyTyped = false

Detailed Description

Definition at line 102 of file qqmljscompilepass_p.h.

Member Data Documentation

◆ addressableScopes

QQmlJSScopesById QQmlJSCompilePass::Function::addressableScopes

Definition at line 104 of file qqmljscompilepass_p.h.

◆ argumentTypes

QList<QQmlJSRegisterContent> QQmlJSCompilePass::Function::argumentTypes

Definition at line 105 of file qqmljscompilepass_p.h.

◆ code

QByteArray QQmlJSCompilePass::Function::code

Definition at line 109 of file qqmljscompilepass_p.h.

◆ isFullyTyped

bool QQmlJSCompilePass::Function::isFullyTyped = false

Definition at line 114 of file qqmljscompilepass_p.h.

◆ isProperty

bool QQmlJSCompilePass::Function::isProperty = false

Definition at line 113 of file qqmljscompilepass_p.h.

◆ isQPropertyBinding

bool QQmlJSCompilePass::Function::isQPropertyBinding = false

Definition at line 112 of file qqmljscompilepass_p.h.

◆ isSignalHandler

bool QQmlJSCompilePass::Function::isSignalHandler = false

Definition at line 111 of file qqmljscompilepass_p.h.

◆ qmlScope

QQmlJSRegisterContent QQmlJSCompilePass::Function::qmlScope

Definition at line 108 of file qqmljscompilepass_p.h.

◆ registerTypes

QList<QQmlJSRegisterContent> QQmlJSCompilePass::Function::registerTypes

Definition at line 106 of file qqmljscompilepass_p.h.

◆ returnType

QQmlJSRegisterContent QQmlJSCompilePass::Function::returnType

Definition at line 107 of file qqmljscompilepass_p.h.

◆ sourceLocations

const SourceLocationTable* QQmlJSCompilePass::Function::sourceLocations = nullptr

Definition at line 110 of file qqmljscompilepass_p.h.


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