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

#include <qqmlpropertycachevector_p.h>

Collaboration diagram for QQmlPropertyCacheVector:

Public Member Functions

 QQmlPropertyCacheVector ()=default
 QQmlPropertyCacheVector (QQmlPropertyCacheVector &&)=default
QQmlPropertyCacheVectoroperator= (QQmlPropertyCacheVector &&)=default
 ~QQmlPropertyCacheVector ()
void resize (int size)
int count () const
bool isEmpty () const
void clear ()
void resetAndResize (int size)
void append (const QQmlPropertyCache::ConstPtr &cache)
void appendOwn (const QQmlPropertyCache::Ptr &cache)
QQmlPropertyCache::ConstPtr at (int index) const
QQmlPropertyCache::Ptr ownAt (int index) const
void set (int index, const QQmlPropertyCache::ConstPtr &replacement)
void setOwn (int index, const QQmlPropertyCache::Ptr &replacement)
void setNeedsVMEMetaObject (int index)
bool needsVMEMetaObject (int index) const
void seal ()

Detailed Description

Definition at line 25 of file qqmlpropertycachevector_p.h.

Constructor & Destructor Documentation

◆ QQmlPropertyCacheVector() [1/2]

QQmlPropertyCacheVector::QQmlPropertyCacheVector ( )
default

◆ QQmlPropertyCacheVector() [2/2]

QQmlPropertyCacheVector::QQmlPropertyCacheVector ( QQmlPropertyCacheVector && )
default

◆ ~QQmlPropertyCacheVector()

QQmlPropertyCacheVector::~QQmlPropertyCacheVector ( )
inline

Definition at line 32 of file qqmlpropertycachevector_p.h.

Member Function Documentation

◆ append()

void QQmlPropertyCacheVector::append ( const QQmlPropertyCache::ConstPtr & cache)
inline

Definition at line 62 of file qqmlpropertycachevector_p.h.

◆ appendOwn()

void QQmlPropertyCacheVector::appendOwn ( const QQmlPropertyCache::Ptr & cache)
inline

Definition at line 69 of file qqmlpropertycachevector_p.h.

◆ at()

QQmlPropertyCache::ConstPtr QQmlPropertyCacheVector::at ( int index) const
inline

Definition at line 76 of file qqmlpropertycachevector_p.h.

◆ clear()

void QQmlPropertyCacheVector::clear ( )
inline

Definition at line 46 of file qqmlpropertycachevector_p.h.

◆ count()

int QQmlPropertyCacheVector::count ( ) const
inline

Definition at line 39 of file qqmlpropertycachevector_p.h.

◆ isEmpty()

bool QQmlPropertyCacheVector::isEmpty ( ) const
inline

Definition at line 44 of file qqmlpropertycachevector_p.h.

◆ needsVMEMetaObject()

bool QQmlPropertyCacheVector::needsVMEMetaObject ( int index) const
inline

Definition at line 118 of file qqmlpropertycachevector_p.h.

◆ operator=()

QQmlPropertyCacheVector & QQmlPropertyCacheVector::operator= ( QQmlPropertyCacheVector && )
default

◆ ownAt()

QQmlPropertyCache::Ptr QQmlPropertyCacheVector::ownAt ( int index) const
inline

Definition at line 84 of file qqmlpropertycachevector_p.h.

◆ resetAndResize()

void QQmlPropertyCacheVector::resetAndResize ( int size)
inline

Definition at line 53 of file qqmlpropertycachevector_p.h.

◆ resize()

void QQmlPropertyCacheVector::resize ( int size)
inline

Definition at line 33 of file qqmlpropertycachevector_p.h.

◆ seal()

void QQmlPropertyCacheVector::seal ( )
inline

Definition at line 120 of file qqmlpropertycachevector_p.h.

◆ set()

void QQmlPropertyCacheVector::set ( int index,
const QQmlPropertyCache::ConstPtr & replacement )
inline

Definition at line 92 of file qqmlpropertycachevector_p.h.

◆ setNeedsVMEMetaObject()

void QQmlPropertyCacheVector::setNeedsVMEMetaObject ( int index)
inline

Definition at line 117 of file qqmlpropertycachevector_p.h.

◆ setOwn()

void QQmlPropertyCacheVector::setOwn ( int index,
const QQmlPropertyCache::Ptr & replacement )
inline

Definition at line 104 of file qqmlpropertycachevector_p.h.


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