ItemChangeData Union
union QQuickItem::ItemChangeDataQQuickItem::itemChange() 関数に補足情報を追加する。詳細...
パブリック変数
QQuickItem::ItemChangeも参照してください 。
メンバ変数のドキュメント
bool ItemChangeData::boolValue
変更されたブーリアン値:visible,enabled,activeFocus, またはantialiasing 。
QQuickItem *ItemChangeData::item
child として追加または削除された項目、または新しいparent 。
QQuickItem::ItemChangeも参照のこと 。
qreal ItemChangeData::realValue
変更された数値:opacity 、rotation 、またはdevice pixel ratio 。
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.