![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4compileddata_p.h>
Public Member Functions | |
InlineComponentData ()=default | |
InlineComponentData (const QQmlType &qmlType, int objectIndex, int nameIndex) |
Public Attributes | |
QQmlType | qmlType |
int | objectIndex = -1 |
int | nameIndex = -1 |
Definition at line 1438 of file qv4compileddata_p.h.
|
default |
|
inline |
Definition at line 1441 of file qv4compileddata_p.h.
References InlineComponentData(), nameIndex, and objectIndex.
Referenced by InlineComponentData().
int QV4::CompiledData::InlineComponentData::nameIndex = -1 |
Definition at line 1449 of file qv4compileddata_p.h.
Referenced by InlineComponentData().
int QV4::CompiledData::InlineComponentData::objectIndex = -1 |
Definition at line 1448 of file qv4compileddata_p.h.
Referenced by InlineComponentData().
QQmlType QV4::CompiledData::InlineComponentData::qmlType |
Definition at line 1447 of file qv4compileddata_p.h.