Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
InlineComponentData Struct Reference

#include <qv4executablecompilationunit_p.h>

+ Collaboration diagram for 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 34 of file qv4executablecompilationunit_p.h.

Constructor & Destructor Documentation

◆ InlineComponentData() [1/2]

InlineComponentData::InlineComponentData ( )
default

◆ InlineComponentData() [2/2]

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

Definition at line 37 of file qv4executablecompilationunit_p.h.

Member Data Documentation

◆ nameIndex

int InlineComponentData::nameIndex = -1

Definition at line 49 of file qv4executablecompilationunit_p.h.

◆ objectIndex

int InlineComponentData::objectIndex = -1

Definition at line 48 of file qv4executablecompilationunit_p.h.

◆ qmlType

QQmlType InlineComponentData::qmlType

Definition at line 47 of file qv4executablecompilationunit_p.h.

◆ totalBindingCount

int InlineComponentData::totalBindingCount = 0

Definition at line 51 of file qv4executablecompilationunit_p.h.

◆ totalObjectCount

int InlineComponentData::totalObjectCount = 0

Definition at line 50 of file qv4executablecompilationunit_p.h.

◆ totalParserStatusCount

int InlineComponentData::totalParserStatusCount = 0

Definition at line 52 of file qv4executablecompilationunit_p.h.


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