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

Public Member Functions

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

Public Attributes

QV4::Scope scope
QV4::ScopedObject object

Detailed Description

Definition at line 34 of file qqmllistwrapper.cpp.

Constructor & Destructor Documentation

◆ ListWrapperObject() [1/2]

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

Definition at line 39 of file qqmllistwrapper.cpp.

◆ ListWrapperObject() [2/2]

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

Definition at line 39 of file qqmllistwrapper.cpp.

Member Function Documentation

◆ arrayData() [1/2]

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

Definition at line 47 of file qqmllistwrapper.cpp.

◆ arrayData() [2/2]

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

Definition at line 47 of file qqmllistwrapper.cpp.

Member Data Documentation

◆ object

QV4::ScopedObject ListWrapperObject::object

Definition at line 37 of file qqmllistwrapper.cpp.

◆ scope

QV4::Scope ListWrapperObject::scope

Definition at line 36 of file qqmllistwrapper.cpp.


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