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

#include <qqmlvmemetaobject_p.h>

+ Collaboration diagram for QQmlVMEResolvedList:

Public Member Functions

 QQmlVMEResolvedList (QQmlListProperty< QObject > *prop)
 
 ~QQmlVMEResolvedList ()
 
QQmlVMEMetaObjectmetaObject () const
 
QV4::Heap::Object * list () const
 
quintptr id () const
 
void append (QObject *o) const
 
void replace (qsizetype i, QObject *o) const
 
QObjectat (qsizetype i) const
 
qsizetype size () const
 
void clear () const
 
void removeLast () const
 
void activateSignal () const
 

Detailed Description

Definition at line 42 of file qqmlvmemetaobject_p.h.

Constructor & Destructor Documentation

◆ QQmlVMEResolvedList()

QT_BEGIN_NAMESPACE QQmlVMEResolvedList::QQmlVMEResolvedList ( QQmlListProperty< QObject > * prop)

◆ ~QQmlVMEResolvedList()

QQmlVMEResolvedList::~QQmlVMEResolvedList ( )
default

Member Function Documentation

◆ activateSignal()

void QQmlVMEResolvedList::activateSignal ( ) const

Definition at line 99 of file qqmlvmemetaobject.cpp.

References QQmlVMEMetaObject::activate(), QQmlVMEMetaObject::methodOffset(), and QQmlInterceptorMetaObject::object.

Referenced by QQmlVMEMetaObject::list_append(), QQmlVMEMetaObject::list_clear(), list_removeLast(), list_replace(), and QQmlPropertyPrivate::write().

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

◆ append()

void QQmlVMEResolvedList::append ( QObject * o) const

Definition at line 66 of file qqmlvmemetaobject.cpp.

References QV4::Scope::engine, o, Q_UNLIKELY, QV4::ArrayData::realloc(), QV4::ExecutionEngine::throwRangeError(), and QV4::QObjectWrapper::wrap().

Referenced by QQmlVMEMetaObject::list_append(), and QQmlVMEMetaObject::list_append_nosignal().

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

◆ at()

QObject * QQmlVMEResolvedList::at ( qsizetype i) const

Definition at line 83 of file qqmlvmemetaobject.cpp.

References i.

Referenced by list_at().

+ Here is the caller graph for this function:

◆ clear()

void QQmlVMEResolvedList::clear ( ) const
inline

Definition at line 60 of file qqmlvmemetaobject_p.h.

Referenced by QQmlVMEMetaObject::list_clear(), and QQmlVMEMetaObject::list_clear_nosignal().

+ Here is the caller graph for this function:

◆ id()

quintptr QQmlVMEResolvedList::id ( ) const
inline

Definition at line 52 of file qqmlvmemetaobject_p.h.

◆ list()

QV4::Heap::Object * QQmlVMEResolvedList::list ( ) const
inline

Definition at line 51 of file qqmlvmemetaobject_p.h.

◆ metaObject()

QQmlVMEMetaObject * QQmlVMEResolvedList::metaObject ( ) const
inline

Definition at line 50 of file qqmlvmemetaobject_p.h.

◆ removeLast()

void QQmlVMEResolvedList::removeLast ( ) const
inline

Definition at line 67 of file qqmlvmemetaobject_p.h.

Referenced by list_removeLast().

+ Here is the caller graph for this function:

◆ replace()

void QQmlVMEResolvedList::replace ( qsizetype i,
QObject * o ) const

Definition at line 90 of file qqmlvmemetaobject.cpp.

References QV4::Scope::engine, i, o, and QV4::QObjectWrapper::wrap().

Referenced by list_replace().

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

◆ size()

qsizetype QQmlVMEResolvedList::size ( ) const
inline

Definition at line 58 of file qqmlvmemetaobject_p.h.

Referenced by list_count().

+ Here is the caller graph for this function:

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