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
QQuickAnimatedProperty::PropertyAnimation Struct Reference

#include <qquickanimatedproperty_p.h>

Collaboration diagram for QQuickAnimatedProperty::PropertyAnimation:

Public Types

enum  Flag { NoFlags = 0 , FreezeAtEnd = 1 , ReplacePreviousAnimations = 2 }

Public Member Functions

bool isConstant () const

Public Attributes

QMap< int, QVariantframes
QMap< int, QBeziereasingPerFrame
int subtype = 0
int repeatCount = 1
int startOffset = 0
quint8 flags = NoFlags

Detailed Description

Definition at line 27 of file qquickanimatedproperty_p.h.

Member Enumeration Documentation

◆ Flag

Enumerator
NoFlags 
FreezeAtEnd 
ReplacePreviousAnimations 

Definition at line 28 of file qquickanimatedproperty_p.h.

Member Function Documentation

◆ isConstant()

bool QQuickAnimatedProperty::PropertyAnimation::isConstant ( ) const
inline

Definition at line 41 of file qquickanimatedproperty_p.h.

Member Data Documentation

◆ easingPerFrame

QMap<int, QBezier> QQuickAnimatedProperty::PropertyAnimation::easingPerFrame

Definition at line 35 of file qquickanimatedproperty_p.h.

◆ flags

quint8 QQuickAnimatedProperty::PropertyAnimation::flags = NoFlags

Definition at line 39 of file qquickanimatedproperty_p.h.

◆ frames

QMap<int, QVariant> QQuickAnimatedProperty::PropertyAnimation::frames

Definition at line 34 of file qquickanimatedproperty_p.h.

◆ repeatCount

int QQuickAnimatedProperty::PropertyAnimation::repeatCount = 1

Definition at line 37 of file qquickanimatedproperty_p.h.

◆ startOffset

int QQuickAnimatedProperty::PropertyAnimation::startOffset = 0

Definition at line 38 of file qquickanimatedproperty_p.h.

◆ subtype

int QQuickAnimatedProperty::PropertyAnimation::subtype = 0

Definition at line 36 of file qquickanimatedproperty_p.h.


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