Qt 6.x
The Qt SDK
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 83 of file qquickitemview_p_p.h.

Constructor & Destructor Documentation

◆ ChangeResult() [1/2]

QQuickItemViewPrivate::ChangeResult::ChangeResult ( )
inline

Definition at line 91 of file qquickitemview_p_p.h.

◆ ChangeResult() [2/2]

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

Definition at line 96 of file qquickitemview_p_p.h.

Member Function Documentation

◆ operator+=()

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

Definition at line 101 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 112 of file qquickitemview_p_p.h.

Referenced by QQuickItemViewPrivate::repositionFirstItem().

+ Here is the caller graph for this function:

Member Data Documentation

◆ changedFirstItem

◆ countChangeAfterVisibleItems

int QQuickItemViewPrivate::ChangeResult::countChangeAfterVisibleItems

Definition at line 89 of file qquickitemview_p_p.h.

Referenced by QQuickItemViewPrivate::applyRemovalChange().

◆ countChangeBeforeVisible

int QQuickItemViewPrivate::ChangeResult::countChangeBeforeVisible

◆ sizeChangesAfterVisiblePos

◆ sizeChangesBeforeVisiblePos

◆ visiblePos


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