![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlpropertycachevector_p.h>
Public Member Functions | |
QQmlPropertyCacheVector ()=default | |
QQmlPropertyCacheVector (QQmlPropertyCacheVector &&)=default | |
QQmlPropertyCacheVector & | operator= (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 () |
Definition at line 25 of file qqmlpropertycachevector_p.h.
|
default |
|
default |
|
inline |
Definition at line 32 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 62 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 69 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 76 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 46 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 39 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 44 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 118 of file qqmlpropertycachevector_p.h.
|
default |
|
inline |
Definition at line 84 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 53 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 33 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 120 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 92 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 117 of file qqmlpropertycachevector_p.h.
|
inline |
Definition at line 104 of file qqmlpropertycachevector_p.h.