Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickItemViewPrivate::ChangeResult Struct Reference

#include <qquickitemview_p_p.h>

Collaboration diagram for QQuickItemViewPrivate::ChangeResult:

Public Member Functions

 ChangeResult ()
 ChangeResult (const QQmlNullableValue< qreal > &p)
ChangeResultoperator+= (const ChangeResult &other)
void reset ()

Public Attributes

QQmlNullableValue< qrealvisiblePos
bool changedFirstItem
qreal sizeChangesBeforeVisiblePos
qreal sizeChangesAfterVisiblePos
int countChangeBeforeVisible
int countChangeAfterVisibleItems

Detailed Description

Definition at line 85 of file qquickitemview_p_p.h.

Constructor & Destructor Documentation

◆ ChangeResult() [1/2]

QQuickItemViewPrivate::ChangeResult::ChangeResult ( )
inline

Definition at line 93 of file qquickitemview_p_p.h.

◆ ChangeResult() [2/2]

QQuickItemViewPrivate::ChangeResult::ChangeResult ( const QQmlNullableValue< qreal > & p)
inline

Definition at line 98 of file qquickitemview_p_p.h.

Member Function Documentation

◆ operator+=()

ChangeResult & QQuickItemViewPrivate::ChangeResult::operator+= ( const ChangeResult & other)
inline

Definition at line 103 of file qquickitemview_p_p.h.

◆ reset()

void QQuickItemViewPrivate::ChangeResult::reset ( )
inline

Definition at line 114 of file qquickitemview_p_p.h.

Member Data Documentation

◆ changedFirstItem

bool QQuickItemViewPrivate::ChangeResult::changedFirstItem

Definition at line 87 of file qquickitemview_p_p.h.

◆ countChangeAfterVisibleItems

int QQuickItemViewPrivate::ChangeResult::countChangeAfterVisibleItems

Definition at line 91 of file qquickitemview_p_p.h.

◆ countChangeBeforeVisible

int QQuickItemViewPrivate::ChangeResult::countChangeBeforeVisible

Definition at line 90 of file qquickitemview_p_p.h.

◆ sizeChangesAfterVisiblePos

qreal QQuickItemViewPrivate::ChangeResult::sizeChangesAfterVisiblePos

Definition at line 89 of file qquickitemview_p_p.h.

◆ sizeChangesBeforeVisiblePos

qreal QQuickItemViewPrivate::ChangeResult::sizeChangesBeforeVisiblePos

Definition at line 88 of file qquickitemview_p_p.h.

◆ visiblePos

QQmlNullableValue<qreal> QQuickItemViewPrivate::ChangeResult::visiblePos

Definition at line 86 of file qquickitemview_p_p.h.


The documentation for this struct was generated from the following file: