![]() |
Qt 6.x
The Qt SDK
|
#include <qpodvector_p.h>
Collaboration diagram for QPODVector< T, Increment >: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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 31 of file qpodvector_p.h.
Referenced by QQuickPathViewPrivate::calcVelocity().
Here is the caller graph for this function:
|
inline |
Definition at line 39 of file qpodvector_p.h.
Referenced by QQuickFlickablePrivate::drag(), and QQuickPathViewPrivate::handleMousePressEvent().
Here is the caller graph for this function:
|
inline |
Definition at line 106 of file qpodvector_p.h.
References QPODVector< T, Increment >::find().
Here is the call graph for this function:
|
inline |
Definition at line 114 of file qpodvector_p.h.
References other().
Here is the call graph for this function:
|
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().
Here is the caller graph for this function:
|
inline |
Definition at line 99 of file qpodvector_p.h.
Referenced by QPODVector< T, Increment >::contains(), and QQuickBasePositioner::prePositioning().
Here is the caller graph for this function:
|
inline |
Definition at line 51 of file qpodvector_p.h.
Referenced by QPODVector< T, Increment >::append(), and QPODVector< T, Increment >::prepend().
Here is the caller graph for this function:
|
inline |
Definition at line 70 of file qpodvector_p.h.
References QPODVector< T, Increment >::count(), and QPODVector< T, Increment >::reserve().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 88 of file qpodvector_p.h.
References QPODVector< T, Increment >::remove().
Here is the call graph for this function:
|
inline |
Definition at line 63 of file qpodvector_p.h.
Referenced by QPODVector< T, Increment >::insertBlank().
Here is the caller graph for this function: