![]() |
Qt 6.x
The Qt SDK
|
#include <qpodvector_p.h>
Public Member Functions | |
QPODVector () | |
~QPODVector () | |
const T & | at (int idx) const |
T & | operator[] (int idx) |
void | clear () |
void | prepend (const T &v) |
void | append (const T &v) |
void | insert (int idx, const T &v) |
void | reserve (int count) |
void | insertBlank (int idx, int count) |
void | remove (int idx, int count=1) |
void | removeOne (const T &v) |
int | find (const T &v) |
bool | contains (const T &v) |
int | count () const |
void | copyAndClear (QPODVector< T, Increment > &other) |
QPODVector< T, Increment > & | operator<< (const T &v) |
Definition at line 24 of file qpodvector_p.h.
|
inline |
Definition at line 27 of file qpodvector_p.h.
|
inline |
Definition at line 29 of file qpodvector_p.h.
|
inline |
Definition at line 47 of file qpodvector_p.h.
References QPODVector< T, Increment >::insert().
Referenced by QQuickPathViewPrivate::addVelocitySample(), QQuickFlickablePrivate::AxisData::addVelocitySample(), QQmlListModel::move(), ListModel::move(), QQmlObjectModelPrivate::move(), QQuickBasePositioner::prePositioning(), and ListModel::remove().
|
inline |
Definition at line 31 of file qpodvector_p.h.
Referenced by QQuickPathViewPrivate::calcVelocity().
|
inline |
Definition at line 39 of file qpodvector_p.h.
Referenced by QQuickFlickablePrivate::drag(), and QQuickPathViewPrivate::handleMousePressEvent().
|
inline |
Definition at line 106 of file qpodvector_p.h.
References QPODVector< T, Increment >::find().
|
inline |
Definition at line 114 of file qpodvector_p.h.
References other().
|
inline |
Definition at line 110 of file qpodvector_p.h.
Referenced by QQuickPathViewPrivate::addVelocitySample(), QQuickFlickablePrivate::AxisData::addVelocitySample(), ListModel::appendElement(), QQuickPathViewPrivate::calcVelocity(), ListModel::destroy(), ListModel::elementCount(), QPODVector< T, Increment >::insertBlank(), QQmlListModel::move(), ListModel::move(), QQmlObjectModelPrivate::move(), QPODVector< T, Increment >::remove(), ListModel::setExistingProperty(), ListModel::setOrCreateProperty(), and ListModel::updateTranslations().
|
inline |
Definition at line 99 of file qpodvector_p.h.
Referenced by QPODVector< T, Increment >::contains(), and QQuickBasePositioner::prePositioning().
|
inline |
Definition at line 51 of file qpodvector_p.h.
Referenced by QPODVector< T, Increment >::append(), and QPODVector< T, Increment >::prepend().
|
inline |
Definition at line 70 of file qpodvector_p.h.
References QPODVector< T, Increment >::count(), and QPODVector< T, Increment >::reserve().
|
inline |
Definition at line 114 of file qpodvector_p.h.
|
inline |
Definition at line 35 of file qpodvector_p.h.
|
inline |
Definition at line 43 of file qpodvector_p.h.
References QPODVector< T, Increment >::insert().
|
inline |
Definition at line 80 of file qpodvector_p.h.
References QPODVector< T, Increment >::count().
Referenced by QQuickPathViewPrivate::addVelocitySample(), QQuickFlickablePrivate::AxisData::addVelocitySample(), ListModel::remove(), and QPODVector< T, Increment >::removeOne().
|
inline |
Definition at line 88 of file qpodvector_p.h.
References QPODVector< T, Increment >::remove().
|
inline |
Definition at line 63 of file qpodvector_p.h.
Referenced by QPODVector< T, Increment >::insertBlank().