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
QQmlListReferencePrivate Class Reference

#include <qqmllist_p.h>

+ Collaboration diagram for QQmlListReferencePrivate:

Public Member Functions

 QQmlListReferencePrivate ()
 
void addref ()
 
void release ()
 
const QMetaObjectelementType ()
 

Static Public Member Functions

static QQmlListReference init (const QQmlListProperty< QObject > &, QMetaType)
 
static QQmlListReferencePrivateget (QQmlListReference *ref)
 

Public Attributes

QPointer< QObjectobject
 
QQmlListProperty< QObjectproperty
 
QMetaType propertyType
 
int refCount
 

Detailed Description

Definition at line 27 of file qqmllist_p.h.

Constructor & Destructor Documentation

◆ QQmlListReferencePrivate()

QQmlListReferencePrivate::QQmlListReferencePrivate ( )

Definition at line 20 of file qqmllist.cpp.

References refCount.

Member Function Documentation

◆ addref()

void QQmlListReferencePrivate::addref ( )

Definition at line 40 of file qqmllist.cpp.

References refCount.

◆ elementType()

const QMetaObject * QQmlListReferencePrivate::elementType ( )
inline

Definition at line 46 of file qqmllist_p.h.

◆ get()

static QQmlListReferencePrivate * QQmlListReferencePrivate::get ( QQmlListReference * ref)
inlinestatic

Definition at line 42 of file qqmllist_p.h.

◆ init()

QQmlListReference QQmlListReferencePrivate::init ( const QQmlListProperty< QObject > & prop,
QMetaType propType )
static

Definition at line 25 of file qqmllist.cpp.

◆ release()

void QQmlListReferencePrivate::release ( )

Definition at line 46 of file qqmllist.cpp.

References refCount.

Member Data Documentation

◆ object

QPointer<QObject> QQmlListReferencePrivate::object

Definition at line 34 of file qqmllist_p.h.

◆ property

QQmlListProperty<QObject> QQmlListReferencePrivate::property

Definition at line 35 of file qqmllist_p.h.

◆ propertyType

QMetaType QQmlListReferencePrivate::propertyType

Definition at line 36 of file qqmllist_p.h.

◆ refCount

int QQmlListReferencePrivate::refCount

Definition at line 40 of file qqmllist_p.h.

Referenced by QQmlListReferencePrivate(), addref(), and release().


The documentation for this class was generated from the following files: