![]() |
Qt 6.x
The Qt SDK
|
#include <qquickitemview_p_p.h>
Public Member Functions | |
FxViewItem (QQuickItem *, QQuickItemView *, bool own, QQuickItemViewAttached *attached) | |
![]() | |
QQuickItemViewFxItem (QQuickItem *item, bool ownItem, QQuickItemChangeListener *changeListener) | |
virtual | ~QQuickItemViewFxItem () |
qreal | itemX () const |
qreal | itemY () const |
qreal | itemWidth () const |
qreal | itemHeight () const |
void | moveTo (const QPointF &pos, bool immediate) |
void | setVisible (bool visible) |
void | trackGeometry (bool track) |
QRectF | geometry () const |
void | setGeometry (const QRectF &geometry) |
virtual qreal | position () const =0 |
virtual qreal | endPosition () const =0 |
virtual qreal | size () const =0 |
virtual qreal | sectionSize () const =0 |
virtual bool | contains (qreal x, qreal y) const =0 |
Public Attributes | |
QQuickItemView * | view |
QQuickItemViewAttached * | attached |
![]() | |
SelfDeletable | m_selfDeletable |
QPointer< QQuickItem > | item |
QQuickItemChangeListener * | changeListener |
int | index = -1 |
bool | ownItem: 1 |
bool | releaseAfterTransition: 1 |
bool | trackGeom: 1 |
Definition at line 35 of file qquickitemview_p_p.h.
FxViewItem::FxViewItem | ( | QQuickItem * | i, |
QQuickItemView * | v, | ||
bool | own, | ||
QQuickItemViewAttached * | attached | ||
) |
Definition at line 19 of file qquickitemview.cpp.
QQuickItemViewAttached* FxViewItem::attached |
Definition at line 41 of file qquickitemview_p_p.h.
Referenced by QQuickItemViewPrivate::applyModelChanges(), QQuickListViewPrivate::newViewItem(), FxListItemSG::section(), FxListItemSG::setSection(), QQuickItemViewPrivate::updateCurrent(), QQuickListViewPrivate::updateCurrentSection(), and QQuickListViewPrivate::updateInlineSection().
QQuickItemView* FxViewItem::view |
Definition at line 40 of file qquickitemview_p_p.h.