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
QQuickTransformAnimatorJob::Helper Struct Reference

#include <qquickanimatorjob_p.h>

Collaboration diagram for QQuickTransformAnimatorJob::Helper:

Public Member Functions

 Helper ()
void sync ()
void commit ()

Public Attributes

int ref
QQuickItemitem
QSGTransformNodenode
float ox
float oy
float dx
float dy
float scale
float rotation
uint wasSynced: 1
uint wasChanged: 1

Detailed Description

Definition at line 166 of file qquickanimatorjob_p.h.

Constructor & Destructor Documentation

◆ Helper()

QQuickTransformAnimatorJob::Helper::Helper ( )
inline

Definition at line 168 of file qquickanimatorjob_p.h.

References Helper(), dx, dy, ox, oy, ref, rotation, and scale.

Referenced by Helper(), and QQuickTransformAnimatorHelperStore::acquire().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ commit()

void QQuickTransformAnimatorJob::Helper::commit ( )

Definition at line 393 of file qquickanimatorjob.cpp.

References dx, dy, ox, oy, rotation, and scale.

Referenced by QQuickTransformAnimatorJob::commit().

Here is the caller graph for this function:

◆ sync()

void QQuickTransformAnimatorJob::Helper::sync ( )

Definition at line 347 of file qquickanimatorjob.cpp.

References dx, dy, item, ox, oy, rotation, and scale.

Referenced by QQuickTransformAnimatorJob::preSync().

Here is the caller graph for this function:

Member Data Documentation

◆ dx

float QQuickTransformAnimatorJob::Helper::dx

Definition at line 193 of file qquickanimatorjob_p.h.

Referenced by Helper(), commit(), and sync().

◆ dy

float QQuickTransformAnimatorJob::Helper::dy

Definition at line 194 of file qquickanimatorjob_p.h.

Referenced by Helper(), commit(), and sync().

◆ item

QQuickItem* QQuickTransformAnimatorJob::Helper::item

Definition at line 186 of file qquickanimatorjob_p.h.

Referenced by QQuickTransformAnimatorHelperStore::acquire(), and sync().

◆ node

QSGTransformNode* QQuickTransformAnimatorJob::Helper::node

Definition at line 187 of file qquickanimatorjob_p.h.

◆ ox

float QQuickTransformAnimatorJob::Helper::ox

Definition at line 190 of file qquickanimatorjob_p.h.

Referenced by Helper(), commit(), and sync().

◆ oy

float QQuickTransformAnimatorJob::Helper::oy

Definition at line 191 of file qquickanimatorjob_p.h.

Referenced by Helper(), commit(), and sync().

◆ ref

int QQuickTransformAnimatorJob::Helper::ref

◆ rotation

float QQuickTransformAnimatorJob::Helper::rotation

Definition at line 196 of file qquickanimatorjob_p.h.

Referenced by Helper(), commit(), and sync().

◆ scale

float QQuickTransformAnimatorJob::Helper::scale

Definition at line 195 of file qquickanimatorjob_p.h.

Referenced by Helper(), commit(), and sync().

◆ wasChanged

uint QQuickTransformAnimatorJob::Helper::wasChanged

Definition at line 199 of file qquickanimatorjob_p.h.

◆ wasSynced

uint QQuickTransformAnimatorJob::Helper::wasSynced

Definition at line 198 of file qquickanimatorjob_p.h.


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