ItemChangeData Union

union QQuickItem::ItemChangeData

Fügt der Funktion QQuickItem::itemChange() zusätzliche Informationen hinzu. Mehr...

Öffentliche Variablen

bool boolValue
QQuickItem *item
qreal realValue
QQuickWindow *window

Detaillierte Beschreibung

Die Bedeutung der einzelnen Mitglieder dieser Klasse wird durch die Änderungsart definiert.

Siehe auch QQuickItem::ItemChange.

Dokumentation der Mitgliedsvariablen

bool ItemChangeData::boolValue

Der boolesche Wert, der sich geändert hat: visible, enabled, activeFocus, oder antialiasing.

Siehe auch QQuickItem::ItemChange.

QQuickItem *ItemChangeData::item

Das Element, das als child hinzugefügt oder entfernt wurde, oder die neue parent.

Siehe auch QQuickItem::ItemChange.

qreal ItemChangeData::realValue

Der numerische Wert, der sich geändert hat: opacity, rotation, oder device pixel ratio.

Siehe auch QQuickItem::ItemChange.

QQuickWindow *ItemChangeData::window

Die window, in der das Element angezeigt wurde, oder nullptr, wenn das Element aus einem Fenster entfernt wurde.

Siehe auch 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.