Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 84 of file qquickitemview_p_p.h.

Constructor & Destructor Documentation

◆ ChangeResult() [1/2]

QQuickItemViewPrivate::ChangeResult::ChangeResult ( )
inline

Definition at line 92 of file qquickitemview_p_p.h.

◆ ChangeResult() [2/2]

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

Definition at line 97 of file qquickitemview_p_p.h.

Member Function Documentation

◆ operator+=()

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

Definition at line 102 of file qquickitemview_p_p.h.

References other().

+ Here is the call graph for this function:

◆ reset()

void QQuickItemViewPrivate::ChangeResult::reset ( )
inline

Definition at line 113 of file qquickitemview_p_p.h.

Member Data Documentation

◆ changedFirstItem

bool QQuickItemViewPrivate::ChangeResult::changedFirstItem

Definition at line 86 of file qquickitemview_p_p.h.

◆ countChangeAfterVisibleItems

int QQuickItemViewPrivate::ChangeResult::countChangeAfterVisibleItems

Definition at line 90 of file qquickitemview_p_p.h.

◆ countChangeBeforeVisible

int QQuickItemViewPrivate::ChangeResult::countChangeBeforeVisible

Definition at line 89 of file qquickitemview_p_p.h.

◆ sizeChangesAfterVisiblePos

qreal QQuickItemViewPrivate::ChangeResult::sizeChangesAfterVisiblePos

Definition at line 88 of file qquickitemview_p_p.h.

◆ sizeChangesBeforeVisiblePos

qreal QQuickItemViewPrivate::ChangeResult::sizeChangesBeforeVisiblePos

Definition at line 87 of file qquickitemview_p_p.h.

◆ visiblePos

QQmlNullableValue<qreal> QQuickItemViewPrivate::ChangeResult::visiblePos

Definition at line 85 of file qquickitemview_p_p.h.


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