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
QQuickTransformAnimatorHelperStore Struct Reference
Collaboration diagram for QQuickTransformAnimatorHelperStore:

Public Member Functions

QQuickTransformAnimatorJob::Helperacquire (QQuickItem *item)
void release (QQuickTransformAnimatorJob::Helper *helper)
QQuickTransformAnimatorJob::Helperacquire (QQuickItem *item)
void release (QQuickTransformAnimatorJob::Helper *helper)

Public Attributes

QHash< QQuickItem *, QQuickTransformAnimatorJob::Helper * > store
QMutex mutex

Detailed Description

Definition at line 21 of file qquickanimatorjob.cpp.

Member Function Documentation

◆ acquire() [1/2]

QQuickTransformAnimatorJob::Helper * QQuickTransformAnimatorHelperStore::acquire ( QQuickItem * item)
inline

Definition at line 26 of file qquickanimatorjob.cpp.

References QQuickTransformAnimatorJob::Helper::Helper(), QQuickTransformAnimatorJob::Helper::item, and QQuickTransformAnimatorJob::Helper::ref.

Here is the call graph for this function:

◆ acquire() [2/2]

QQuickTransformAnimatorJob::Helper * QQuickTransformAnimatorHelperStore::acquire ( QQuickItem * item)
inline

Definition at line 26 of file qquickanimatorjob.cpp.

◆ release() [1/2]

void QQuickTransformAnimatorHelperStore::release ( QQuickTransformAnimatorJob::Helper * helper)
inline

Definition at line 40 of file qquickanimatorjob.cpp.

References QQuickTransformAnimatorJob::Helper::ref.

◆ release() [2/2]

void QQuickTransformAnimatorHelperStore::release ( QQuickTransformAnimatorJob::Helper * helper)
inline

Definition at line 40 of file qquickanimatorjob.cpp.

Member Data Documentation

◆ mutex

QMutex QQuickTransformAnimatorHelperStore::mutex

Definition at line 24 of file qquickanimatorjob.cpp.

◆ store

QHash< QQuickItem *, QQuickTransformAnimatorJob::Helper * > QQuickTransformAnimatorHelperStore::store

Definition at line 23 of file qquickanimatorjob.cpp.


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