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
QV4::CompiledData::InlineComponentData Struct Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::InlineComponentData:

Public Member Functions

 InlineComponentData ()=default
 
 InlineComponentData (const QQmlType &qmlType, int objectIndex, int nameIndex, int totalObjectCount, int totalBindingCount, int totalParserStatusCount)
 

Public Attributes

QQmlType qmlType
 
int objectIndex = -1
 
int nameIndex = -1
 
int totalObjectCount = 0
 
int totalBindingCount = 0
 
int totalParserStatusCount = 0
 

Detailed Description

Definition at line 1446 of file qv4compileddata_p.h.

Constructor & Destructor Documentation

◆ InlineComponentData() [1/2]

QV4::CompiledData::InlineComponentData::InlineComponentData ( )
default

◆ InlineComponentData() [2/2]

QV4::CompiledData::InlineComponentData::InlineComponentData ( const QQmlType & qmlType,
int objectIndex,
int nameIndex,
int totalObjectCount,
int totalBindingCount,
int totalParserStatusCount )
inline

Definition at line 1449 of file qv4compileddata_p.h.

Member Data Documentation

◆ nameIndex

int QV4::CompiledData::InlineComponentData::nameIndex = -1

Definition at line 1462 of file qv4compileddata_p.h.

◆ objectIndex

int QV4::CompiledData::InlineComponentData::objectIndex = -1

Definition at line 1461 of file qv4compileddata_p.h.

◆ qmlType

QQmlType QV4::CompiledData::InlineComponentData::qmlType

Definition at line 1460 of file qv4compileddata_p.h.

◆ totalBindingCount

int QV4::CompiledData::InlineComponentData::totalBindingCount = 0

Definition at line 1464 of file qv4compileddata_p.h.

◆ totalObjectCount

int QV4::CompiledData::InlineComponentData::totalObjectCount = 0

Definition at line 1463 of file qv4compileddata_p.h.

◆ totalParserStatusCount

int QV4::CompiledData::InlineComponentData::totalParserStatusCount = 0

Definition at line 1465 of file qv4compileddata_p.h.


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