Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSvgAnimationController Class Reference

#include <qsvganimator_p.h>

Inheritance diagram for QSvgAnimationController:
Collaboration diagram for QSvgAnimationController:

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

Detailed Description

Definition at line 64 of file qsvganimator_p.h.

Constructor & Destructor Documentation

◆ QSvgAnimationController()

QSvgAnimationController::QSvgAnimationController ( )

Definition at line 95 of file qsvganimator.cpp.

◆ ~QSvgAnimationController()

QSvgAnimationController::~QSvgAnimationController ( )

Definition at line 99 of file qsvganimator.cpp.

Member Function Documentation

◆ currentElapsed()

qint64 QSvgAnimationController::currentElapsed ( )
overridevirtual

Implements QSvgAbstractAnimator.

Definition at line 108 of file qsvganimator.cpp.

◆ restartAnimation()

void QSvgAnimationController::restartAnimation ( )
overridevirtual

Implements QSvgAbstractAnimator.

Definition at line 103 of file qsvganimator.cpp.

◆ setAnimatorTime()

void QSvgAnimationController::setAnimatorTime ( qint64 time)
overridevirtual

Implements QSvgAbstractAnimator.

Definition at line 113 of file qsvganimator.cpp.


The documentation for this class was generated from the following files: