![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QQuickTransformAnimatorHelperStore:Public Member Functions | |
| QQuickTransformAnimatorJob::Helper * | acquire (QQuickItem *item) |
| void | release (QQuickTransformAnimatorJob::Helper *helper) |
Public Attributes | |
| QHash< QQuickItem *, QQuickTransformAnimatorJob::Helper * > | store |
| QMutex | mutex |
Definition at line 20 of file qquickanimatorjob.cpp.
|
inline |
Definition at line 25 of file qquickanimatorjob.cpp.
References item, QQuickTransformAnimatorJob::Helper::item, QMutex::lock(), mutex, QQuickTransformAnimatorJob::Helper::ref, store, QMutex::unlock(), and QHash< Key, T >::value().
Here is the call graph for this function:
|
inline |
Definition at line 39 of file qquickanimatorjob.cpp.
References QQuickTransformAnimatorJob::Helper::item, QMutex::lock(), mutex, QQuickTransformAnimatorJob::Helper::ref, QHash< Key, T >::remove(), store, and QMutex::unlock().
Here is the call graph for this function:| QMutex QQuickTransformAnimatorHelperStore::mutex |
Definition at line 23 of file qquickanimatorjob.cpp.
| QHash<QQuickItem *, QQuickTransformAnimatorJob::Helper *> QQuickTransformAnimatorHelperStore::store |
Definition at line 22 of file qquickanimatorjob.cpp.