![]() |
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 | |
| QSvgAnimationController () | |
| ~QSvgAnimationController () | |
| 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 64 of file qsvganimator_p.h.
| QSvgAnimationController::QSvgAnimationController | ( | ) |
Definition at line 95 of file qsvganimator.cpp.
| QSvgAnimationController::~QSvgAnimationController | ( | ) |
Definition at line 99 of file qsvganimator.cpp.
|
overridevirtual |
Implements QSvgAbstractAnimator.
Definition at line 108 of file qsvganimator.cpp.
|
overridevirtual |
Implements QSvgAbstractAnimator.
Definition at line 103 of file qsvganimator.cpp.
Implements QSvgAbstractAnimator.
Definition at line 113 of file qsvganimator.cpp.