Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeSpringAnimationPrivate::SpringAnimation Struct Reference

Public Functions

 SpringAnimation ()
 

Public Variables

qreal currentValue
 
int duration
 
int start
 
qreal to
 
qreal velocity
 This property holds the maximum velocity allowed when tracking the source. More...
 

Detailed Description

Definition at line 63 of file qdeclarativespringanimation.cpp.

Constructors and Destructors

◆ SpringAnimation()

QDeclarativeSpringAnimationPrivate::SpringAnimation::SpringAnimation ( )
inline

Properties

◆ currentValue

qreal QDeclarativeSpringAnimationPrivate::SpringAnimation::currentValue

◆ duration

int QDeclarativeSpringAnimationPrivate::SpringAnimation::duration

◆ start

int QDeclarativeSpringAnimationPrivate::SpringAnimation::start

◆ to

qreal QDeclarativeSpringAnimationPrivate::SpringAnimation::to

◆ velocity

real SpringAnimation::velocity

This property holds the maximum velocity allowed when tracking the source.

The default value is 0 (no maximum velocity).

Definition at line 68 of file qdeclarativespringanimation.cpp.

Referenced by QDeclarativeSpringAnimationPrivate::animate().


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