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

변경된 숫자 값: opacity, rotation, 또는 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.