Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQuickParentChangePrivate::StateSnapshot Struct Reference
+ Collaboration diagram for QQuickParentChangePrivate::StateSnapshot:

Public Attributes

QPointer< QQuickItemparent
 
QPointer< QQuickItemstackBefore
 
qreal x = 0
 
qreal y = 0
 
qreal width = 0
 
qreal height = 0
 
qreal scale = 0
 
qreal rotation = 0
 

Detailed Description

Definition at line 25 of file qquickstateoperations.cpp.

Member Data Documentation

◆ height

qreal QQuickParentChangePrivate::StateSnapshot::height = 0

Definition at line 28 of file qquickstateoperations.cpp.

◆ parent

QPointer<QQuickItem> QQuickParentChangePrivate::StateSnapshot::parent

Definition at line 26 of file qquickstateoperations.cpp.

◆ rotation

qreal QQuickParentChangePrivate::StateSnapshot::rotation = 0

Definition at line 28 of file qquickstateoperations.cpp.

◆ scale

qreal QQuickParentChangePrivate::StateSnapshot::scale = 0

Definition at line 28 of file qquickstateoperations.cpp.

◆ stackBefore

QPointer<QQuickItem> QQuickParentChangePrivate::StateSnapshot::stackBefore

Definition at line 27 of file qquickstateoperations.cpp.

◆ width

qreal QQuickParentChangePrivate::StateSnapshot::width = 0

Definition at line 28 of file qquickstateoperations.cpp.

◆ x

qreal QQuickParentChangePrivate::StateSnapshot::x = 0

Definition at line 28 of file qquickstateoperations.cpp.

◆ y

qreal QQuickParentChangePrivate::StateSnapshot::y = 0

Definition at line 28 of file qquickstateoperations.cpp.


The documentation for this struct was generated from the following file: