En esta página

QQuickItem::ItemChangeData Union

union QQuickItem::ItemChangeData

Añade información complementaria a la función QQuickItem::itemChange(). Más...

Variables públicas

bool boolValue
QQuickItem *item
qreal realValue
QQuickWindow *window

Descripción detallada

El significado de cada miembro de esta clase viene definido por el tipo de cambio.

Véase también QQuickItem::ItemChange.

Documentación de variables miembro

bool ItemChangeData::boolValue

El valor booleano que ha cambiado: visible, enabled, activeFocus, o antialiasing.

Véase también QQuickItem::ItemChange.

QQuickItem *ItemChangeData::item

El elemento que se ha añadido o eliminado como child, o el nuevo parent.

Véase también QQuickItem::ItemChange.

qreal ItemChangeData::realValue

El valor numérico que ha cambiado: opacity, rotation, o scale, o device pixel ratio.

Véase también QQuickItem::ItemChange.

QQuickWindow *ItemChangeData::window

El window en el que se ha mostrado el elemento, o nullptr si el elemento se ha eliminado de una ventana.

Véase también QQuickItem::ItemChange.

© 2026 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.