![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvgcssanimation_p.h>
Public Member Functions | |
QSvgCssAnimation () | |
virtual AnimationType | animationType () const override |
Public Member Functions inherited from QSvgAbstractAnimation | |
QSvgAbstractAnimation () | |
virtual | ~QSvgAbstractAnimation () |
void | evaluateAnimation (qreal elapsedTime) |
void | setRunningTime (int startMs, int durationMs) |
int | start () const |
int | duration () const |
void | setIterationCount (int count) |
int | iterationCount () const |
virtual void | appendProperty (QSvgAbstractAnimatedProperty *property) |
QList< QSvgAbstractAnimatedProperty * > | properties () const |
bool | finished () const |
virtual bool | isActive () const |
Additional Inherited Members | |
Public Types inherited from QSvgAbstractAnimation | |
enum | AnimationType { CSS , SMIL } |
Protected Attributes inherited from QSvgAbstractAnimation | |
int | m_start |
int | m_duration |
bool | m_finished |
int | m_iterationCount |
QList< QSvgAbstractAnimatedProperty * > | m_properties |
Definition at line 24 of file qsvgcssanimation_p.h.
QT_BEGIN_NAMESPACE QSvgCssAnimation::QSvgCssAnimation | ( | ) |
Definition at line 8 of file qsvgcssanimation.cpp.
|
overridevirtual |
Implements QSvgAbstractAnimation.
Definition at line 12 of file qsvgcssanimation.cpp.