![]() |
Qt 6.x
The Qt SDK
|
#include <qquickitemview_p_p.h>
Collaboration diagram for QQuickItemViewPrivate::ChangeResult:Public Member Functions | |
| ChangeResult () | |
| ChangeResult (const QQmlNullableValue< qreal > &p) | |
| ChangeResult & | operator+= (const ChangeResult &other) |
| void | reset () |
Public Attributes | |
| QQmlNullableValue< qreal > | visiblePos |
| bool | changedFirstItem |
| qreal | sizeChangesBeforeVisiblePos |
| qreal | sizeChangesAfterVisiblePos |
| int | countChangeBeforeVisible |
| int | countChangeAfterVisibleItems |
Definition at line 83 of file qquickitemview_p_p.h.
|
inline |
Definition at line 91 of file qquickitemview_p_p.h.
|
inline |
Definition at line 96 of file qquickitemview_p_p.h.
|
inline |
Definition at line 101 of file qquickitemview_p_p.h.
References other().
Here is the call graph for this function:
|
inline |
Definition at line 112 of file qquickitemview_p_p.h.
Referenced by QQuickItemViewPrivate::repositionFirstItem().
Here is the caller graph for this function:| bool QQuickItemViewPrivate::ChangeResult::changedFirstItem |
Definition at line 85 of file qquickitemview_p_p.h.
Referenced by QQuickGridViewPrivate::applyInsertionChange(), QQuickListViewPrivate::applyInsertionChange(), QQuickItemViewPrivate::removeItem(), and QQuickItemViewPrivate::repositionFirstItem().
| int QQuickItemViewPrivate::ChangeResult::countChangeAfterVisibleItems |
Definition at line 89 of file qquickitemview_p_p.h.
Referenced by QQuickItemViewPrivate::applyRemovalChange().
| int QQuickItemViewPrivate::ChangeResult::countChangeBeforeVisible |
Definition at line 88 of file qquickitemview_p_p.h.
Referenced by QQuickGridViewPrivate::applyInsertionChange(), QQuickItemViewPrivate::applyModelChanges(), and QQuickItemViewPrivate::repositionFirstItem().
| qreal QQuickItemViewPrivate::ChangeResult::sizeChangesAfterVisiblePos |
| qreal QQuickItemViewPrivate::ChangeResult::sizeChangesBeforeVisiblePos |
Definition at line 86 of file qquickitemview_p_p.h.
Referenced by QQuickGridViewPrivate::applyInsertionChange(), QQuickListViewPrivate::applyInsertionChange(), QQuickItemViewPrivate::repositionFirstItem(), and QQuickItemViewPrivate::updateSizeChangesBeforeVisiblePos().
| QQmlNullableValue<qreal> QQuickItemViewPrivate::ChangeResult::visiblePos |