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

#include <qsvgcssanimation_p.h>

Inheritance diagram for QSvgCssAnimation:
Collaboration diagram for QSvgCssAnimation:

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

Detailed Description

Definition at line 24 of file qsvgcssanimation_p.h.

Constructor & Destructor Documentation

◆ QSvgCssAnimation()

QT_BEGIN_NAMESPACE QSvgCssAnimation::QSvgCssAnimation ( )

Definition at line 8 of file qsvgcssanimation.cpp.

Member Function Documentation

◆ animationType()

QSvgCssAnimation::AnimationType QSvgCssAnimation::animationType ( ) const
overridevirtual

Implements QSvgAbstractAnimation.

Definition at line 12 of file qsvgcssanimation.cpp.


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