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
QSvgAnimator Class Reference

#include <qsvganimator_p.h>

Inheritance diagram for QSvgAnimator:
Collaboration diagram for QSvgAnimator:

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

Detailed Description

Definition at line 53 of file qsvganimator_p.h.

Constructor & Destructor Documentation

◆ QSvgAnimator()

QSvgAnimator::QSvgAnimator ( )

Definition at line 72 of file qsvganimator.cpp.

◆ ~QSvgAnimator()

QSvgAnimator::~QSvgAnimator ( )

Definition at line 76 of file qsvganimator.cpp.

Member Function Documentation

◆ currentElapsed()

qint64 QSvgAnimator::currentElapsed ( )
overridevirtual

Implements QSvgAbstractAnimator.

Definition at line 85 of file qsvganimator.cpp.

◆ restartAnimation()

void QSvgAnimator::restartAnimation ( )
overridevirtual

Implements QSvgAbstractAnimator.

Definition at line 80 of file qsvganimator.cpp.

◆ setAnimatorTime()

void QSvgAnimator::setAnimatorTime ( qint64 time)
overridevirtual

Implements QSvgAbstractAnimator.

Definition at line 90 of file qsvganimator.cpp.


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