![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvganimator_p.h>
Public Member Functions | |
QSvgAnimator () | |
~QSvgAnimator () | |
virtual void | restartAnimation () override |
virtual qint64 | currentElapsed () override |
virtual void | setAnimatorTime (qint64 time) override |
Public Member Functions inherited from QSvgAbstractAnimator | |
QSvgAbstractAnimator () | |
virtual | ~QSvgAbstractAnimator () |
void | appendAnimation (const QSvgNode *node, QSvgAbstractAnimation *anim) |
QList< QSvgAbstractAnimation * > | animationsForNode (const QSvgNode *node) const |
void | advanceAnimations () |
void | setAnimationDuration (qint64 dur) |
qint64 | animationDuration () const |
Additional Inherited Members | |
Protected Attributes inherited from QSvgAbstractAnimator | |
qint64 | m_time |
qint64 | m_animationDuration |
Definition at line 53 of file qsvganimator_p.h.
QSvgAnimator::QSvgAnimator | ( | ) |
Definition at line 72 of file qsvganimator.cpp.
QSvgAnimator::~QSvgAnimator | ( | ) |
Definition at line 76 of file qsvganimator.cpp.
|
overridevirtual |
Implements QSvgAbstractAnimator.
Definition at line 85 of file qsvganimator.cpp.
|
overridevirtual |
Implements QSvgAbstractAnimator.
Definition at line 80 of file qsvganimator.cpp.
Implements QSvgAbstractAnimator.
Definition at line 90 of file qsvganimator.cpp.