ItemChangeData Class

( QQuickItem::ItemChangeData )

Adds supplimentary information to the QQuickItem::itemChange () 函數。 更多...

頭: #include <ItemChangeData>
qmake: QT += quick

公共變量

bool boolValue
QQuickItem * item
qreal realValue
QQuickWindow * window

詳細描述

Adds supplimentary information to the QQuickItem::itemChange () 函數。

The meaning of each member of this class is defined by the change type.

另請參閱 QQuickItem::ItemChange .

成員變量文檔編製

bool ItemChangeData:: boolValue

Contains supplimentary information to the QQuickItem::itemChange () 函數。

另請參閱 QQuickItem::ItemChange .

QQuickItem *ItemChangeData:: item

Contains supplimentary information to the QQuickItem::itemChange () 函數。

另請參閱 QQuickItem::ItemChange .

qreal ItemChangeData:: realValue

Contains supplimentary information to the QQuickItem::itemChange () 函數。

另請參閱 QQuickItem::ItemChange .

QQuickWindow *ItemChangeData:: window

Contains supplimentary information to the QQuickItem::itemChange () 函數。

另請參閱 QQuickItem::ItemChange .