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
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)

Public Attributes

QQmlType qmlType
int objectIndex = -1
int nameIndex = -1

Detailed Description

Definition at line 1438 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 )
inline

Definition at line 1441 of file qv4compileddata_p.h.

References InlineComponentData(), nameIndex, and objectIndex.

Referenced by InlineComponentData().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ nameIndex

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

Definition at line 1449 of file qv4compileddata_p.h.

Referenced by InlineComponentData().

◆ objectIndex

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

Definition at line 1448 of file qv4compileddata_p.h.

Referenced by InlineComponentData().

◆ qmlType

QQmlType QV4::CompiledData::InlineComponentData::qmlType

Definition at line 1447 of file qv4compileddata_p.h.


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