42 #ifndef QDECLARATIVESPRINGANIMATION_H 43 #define QDECLARATIVESPRINGANIMATION_H 46 #include "private/qdeclarativeanimation_p.h" 48 #include <QtCore/qobject.h> 74 qreal velocity() const;
75 void setVelocity(
qreal velocity);
78 void setSpring(
qreal spring);
80 qreal damping() const;
81 void setDamping(
qreal damping);
83 qreal epsilon() const;
84 void setEpsilon(
qreal epsilon);
87 void setMass(
qreal modulus);
89 qreal modulus() const;
90 void setModulus(
qreal modulus);
100 void modulusChanged();
111 #endif // QDECLARATIVESPRINGANIMATION_H
#define QT_END_NAMESPACE
This macro expands to.
#define QML_DECLARE_TYPE(TYPE)
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QAbstractAnimation class is the base of all animations.
#define Q_INTERFACES(x)
This macro tells Qt which interfaces the class implements.
#define Q_AUTOTEST_EXPORT
#define Q_DECLARE_PRIVATE(Class)
The QDeclarativePropertyValueSource class is an interface for property value sources such as animatio...
Qt::LayoutDirection direction