ItemChangeData Union

union QQuickItem::ItemChangeData

QQuickItem::itemChange() 関数に補足情報を追加する。詳細...

パブリック変数

bool boolValue
QQuickItem *item
qreal realValue
QQuickWindow *window

詳細説明

このクラスの各メンバの意味は、変更タイプによって定義されます。

QQuickItem::ItemChangeも参照してください

メンバ変数のドキュメント

bool ItemChangeData::boolValue

変更されたブーリアン値:visible,enabled,activeFocus, またはantialiasing

QQuickItem::ItemChangeも参照

QQuickItem *ItemChangeData::item

child として追加または削除された項目、または新しいparent

QQuickItem::ItemChangeも参照のこと

qreal ItemChangeData::realValue

変更された数値:opacityrotation 、またはdevice pixel ratio

QQuickItem::ItemChangeも参照

QQuickWindow *ItemChangeData::window

アイテムが表示されている場合はwindow 、アイテムがウィンドウから削除されている場合はnullptr

QQuickItem::ItemChangeも参照のこと

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.