![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickanimatedproperty_p.h>
Public Types | |
| enum | Flag { NoFlags = 0 , FreezeAtEnd = 1 , ReplacePreviousAnimations = 2 } |
Public Member Functions | |
| bool | isConstant () const |
Public Attributes | |
| QMap< int, QVariant > | frames |
| QMap< int, QBezier > | easingPerFrame |
| int | subtype = 0 |
| int | repeatCount = 1 |
| int | startOffset = 0 |
| quint8 | flags = NoFlags |
Definition at line 27 of file qquickanimatedproperty_p.h.
| Enumerator | |
|---|---|
| NoFlags | |
| FreezeAtEnd | |
| ReplacePreviousAnimations | |
Definition at line 28 of file qquickanimatedproperty_p.h.
|
inline |
Definition at line 41 of file qquickanimatedproperty_p.h.
Definition at line 35 of file qquickanimatedproperty_p.h.
Definition at line 39 of file qquickanimatedproperty_p.h.
Definition at line 34 of file qquickanimatedproperty_p.h.
| int QQuickAnimatedProperty::PropertyAnimation::repeatCount = 1 |
Definition at line 37 of file qquickanimatedproperty_p.h.
| int QQuickAnimatedProperty::PropertyAnimation::startOffset = 0 |
Definition at line 38 of file qquickanimatedproperty_p.h.
| int QQuickAnimatedProperty::PropertyAnimation::subtype = 0 |
Definition at line 36 of file qquickanimatedproperty_p.h.