Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickItem::ItemChangeData Class Reference

\inmodule QtQuick More...

#include <qquickitem.h>

Collaboration diagram for QQuickItem::ItemChangeData:

Public Member Functions

 ItemChangeData (QQuickItem *v)
 ItemChangeData (QQuickWindow *v)
 ItemChangeData (qreal v)
 ItemChangeData (bool v)

Public Attributes

QQuickItemitem
QQuickWindowwindow
qreal realValue
bool boolValue

Detailed Description

\inmodule QtQuick

Adds supplementary information to the QQuickItem::itemChange() function.

The meaning of each member of this class is defined by the change type.

See also
QQuickItem::ItemChange

Definition at line 173 of file qquickitem.h.

Constructor & Destructor Documentation

◆ ItemChangeData() [1/4]

QQuickItem::ItemChangeData::ItemChangeData ( QQuickItem * v)
inline

Definition at line 174 of file qquickitem.h.

◆ ItemChangeData() [2/4]

QQuickItem::ItemChangeData::ItemChangeData ( QQuickWindow * v)
inline

Definition at line 175 of file qquickitem.h.

◆ ItemChangeData() [3/4]

QQuickItem::ItemChangeData::ItemChangeData ( qreal v)
inline

Definition at line 176 of file qquickitem.h.

◆ ItemChangeData() [4/4]

QQuickItem::ItemChangeData::ItemChangeData ( bool v)
inline

Definition at line 177 of file qquickitem.h.

Member Data Documentation

◆ boolValue

bool QQuickItem::ItemChangeData::boolValue

Definition at line 182 of file qquickitem.h.

◆ item

QQuickItem* QQuickItem::ItemChangeData::item

Definition at line 179 of file qquickitem.h.

◆ realValue

qreal QQuickItem::ItemChangeData::realValue

Definition at line 181 of file qquickitem.h.

◆ window

QQuickWindow* QQuickItem::ItemChangeData::window

Definition at line 180 of file qquickitem.h.


The documentation for this class was generated from the following files: