ItemChangeData Class
(QQuickItem::ItemChangeData)Adds supplimentary information to the QQuickItem::itemChange() function. 更多...
头文件: | #include <ItemChangeData> |
qmake: | QT += quick |
公有变量
详细描述
Adds supplimentary information to the QQuickItem::itemChange() function.
The meaning of each member of this class is defined by the change type.
成员变量
bool ItemChangeData::boolValue
Contains supplimentary information to the QQuickItem::itemChange() function.
QQuickItem *ItemChangeData::item
Contains supplimentary information to the QQuickItem::itemChange() function.
qreal ItemChangeData::realValue
Contains supplimentary information to the QQuickItem::itemChange() function.
QQuickWindow *ItemChangeData::window
Contains supplimentary information to the QQuickItem::itemChange() function.