![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickitemview_p_p.h>
Public Member Functions | |
| QQuickItemViewChangeSet () | |
| bool | hasPendingChanges () const |
| void | prepare (int currentIndex, int count) |
| void | reset () |
| void | applyChanges (const QQmlChangeSet &changeSet) |
| void | applyBufferedChanges (const QQuickItemViewChangeSet &other) |
Public Attributes | |
| int | itemCount |
| int | newCurrentIndex |
| QQmlChangeSet | pendingChanges |
| QMultiHash< QQmlChangeSet::MoveKey, FxViewItem * > | removedItems |
| bool | active: 1 |
| bool | currentChanged: 1 |
| bool | currentRemoved: 1 |
Definition at line 47 of file qquickitemview_p_p.h.
| QQuickItemViewChangeSet::QQuickItemViewChangeSet | ( | ) |
Definition at line 29 of file qquickitemview.cpp.
| void QQuickItemViewChangeSet::applyBufferedChanges | ( | const QQuickItemViewChangeSet & | other | ) |
Definition at line 85 of file qquickitemview.cpp.
| void QQuickItemViewChangeSet::applyChanges | ( | const QQmlChangeSet & | changeSet | ) |
Definition at line 40 of file qquickitemview.cpp.
| bool QQuickItemViewChangeSet::hasPendingChanges | ( | ) | const |
Definition at line 35 of file qquickitemview.cpp.
| void QQuickItemViewChangeSet::prepare | ( | int | currentIndex, |
| int | count ) |
Definition at line 97 of file qquickitemview.cpp.
| void QQuickItemViewChangeSet::reset | ( | ) |
Definition at line 107 of file qquickitemview.cpp.
| bool QQuickItemViewChangeSet::active |
Definition at line 65 of file qquickitemview_p_p.h.
| bool QQuickItemViewChangeSet::currentChanged |
Definition at line 66 of file qquickitemview_p_p.h.
| bool QQuickItemViewChangeSet::currentRemoved |
Definition at line 67 of file qquickitemview_p_p.h.
| int QQuickItemViewChangeSet::itemCount |
Definition at line 60 of file qquickitemview_p_p.h.
| int QQuickItemViewChangeSet::newCurrentIndex |
Definition at line 61 of file qquickitemview_p_p.h.
| QQmlChangeSet QQuickItemViewChangeSet::pendingChanges |
Definition at line 62 of file qquickitemview_p_p.h.
| QMultiHash<QQmlChangeSet::MoveKey, FxViewItem *> QQuickItemViewChangeSet::removedItems |
Definition at line 63 of file qquickitemview_p_p.h.