6#ifndef QSVGABSTRACTANIMATION_P_H
7#define QSVGABSTRACTANIMATION_P_H
20#include <QtSvg/private/qtsvgglobal_p.h>
23#include <QtCore/qlist.h>
29 Q_DISABLE_COPY_MOVE(QSvgAbstractAnimation)
38 virtual ~QSvgAbstractAnimation();
50 void setEasing(QSvgEasingInterfacePtr easing);
53 virtual void appendProperty(QSvgAbstractAnimatedProperty *property);
bool isActive() const
Returns true if begin() has been called and end() has not yet been called; otherwise returns false.
QSet< QPrintEngine::PrintEnginePropertyKey > m_properties
QList< QSvgAbstractAnimatedProperty * > properties() const
QSvgEasingInterface * easing() const
void setIterationCount(int count)
QSvgEasingInterfacePtr m_easing
void setRunningTime(int startMs, int durationMs)
int iterationCount() const
void setEasing(QSvgEasingInterfacePtr easing)
virtual AnimationType animationType() const =0
virtual void appendProperty(QSvgAbstractAnimatedProperty *property)
void evaluateAnimation(qreal elapsedTime)
Combined button and popup list for selecting options.