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 164 of file qquickanimatorjob_p.h.

Constructor & Destructor Documentation

◆ Helper()

QQuickTransformAnimatorJob::Helper::Helper ( )
inline

Definition at line 166 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 387 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 341 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 191 of file qquickanimatorjob_p.h.

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

◆ dy

float QQuickTransformAnimatorJob::Helper::dy

Definition at line 192 of file qquickanimatorjob_p.h.

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

◆ item

QQuickItem* QQuickTransformAnimatorJob::Helper::item

Definition at line 184 of file qquickanimatorjob_p.h.

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

◆ node

QSGTransformNode* QQuickTransformAnimatorJob::Helper::node

Definition at line 185 of file qquickanimatorjob_p.h.

◆ ox

float QQuickTransformAnimatorJob::Helper::ox

Definition at line 188 of file qquickanimatorjob_p.h.

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

◆ oy

float QQuickTransformAnimatorJob::Helper::oy

Definition at line 189 of file qquickanimatorjob_p.h.

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

◆ ref

int QQuickTransformAnimatorJob::Helper::ref

◆ rotation

float QQuickTransformAnimatorJob::Helper::rotation

Definition at line 194 of file qquickanimatorjob_p.h.

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

◆ scale

float QQuickTransformAnimatorJob::Helper::scale

Definition at line 193 of file qquickanimatorjob_p.h.

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

◆ wasChanged

uint QQuickTransformAnimatorJob::Helper::wasChanged

Definition at line 197 of file qquickanimatorjob_p.h.

◆ wasSynced

uint QQuickTransformAnimatorJob::Helper::wasSynced

Definition at line 196 of file qquickanimatorjob_p.h.


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