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 .