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
ListWrapperObject Struct Reference
+ Collaboration diagram for ListWrapperObject:

Public Member Functions

 ListWrapperObject (QQmlListProperty< QObject > *p)
 
Heap::ArrayData * arrayData () const
 

Public Attributes

QV4::Scope scope
 
QV4::ScopedObject object
 

Detailed Description

Definition at line 32 of file qqmllistwrapper.cpp.

Constructor & Destructor Documentation

◆ ListWrapperObject()

ListWrapperObject::ListWrapperObject ( QQmlListProperty< QObject > * p)
inline

Definition at line 37 of file qqmllistwrapper.cpp.

References Q_ASSERT.

Member Function Documentation

◆ arrayData()

Heap::ArrayData * ListWrapperObject::arrayData ( ) const
inline

Definition at line 45 of file qqmllistwrapper.cpp.

Member Data Documentation

◆ object

QV4::ScopedObject ListWrapperObject::object

Definition at line 35 of file qqmllistwrapper.cpp.

◆ scope

QV4::Scope ListWrapperObject::scope

Definition at line 34 of file qqmllistwrapper.cpp.


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