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

#include <qsvganimatedproperty_p.h>

Inheritance diagram for QSvgAnimatedPropertyFloat:
Collaboration diagram for QSvgAnimatedPropertyFloat:

Public Member Functions

 QSvgAnimatedPropertyFloat (const QString &name)
void setValues (const QList< qreal > &values)
void appendValue (const qreal value)
QList< qrealvalues () const
void interpolate (uint index, qreal t) const override
Public Member Functions inherited from QSvgAbstractAnimatedProperty
 QSvgAbstractAnimatedProperty (const QString &name, Type type)
virtual ~QSvgAbstractAnimatedProperty ()
void setKeyFrames (const QList< qreal > &keyFrames)
void appendKeyFrame (qreal keyFrame)
QList< qrealkeyFrames () const
void setPropertyName (const QString &name)
QStringView propertyName () const
Type type () const
QVariant interpolatedValue () const

Additional Inherited Members

Public Types inherited from QSvgAbstractAnimatedProperty
enum  Type { Int , Float , Color , Transform }
Static Public Member Functions inherited from QSvgAbstractAnimatedProperty
static QSvgAbstractAnimatedPropertycreateAnimatedProperty (const QString &name)
Protected Attributes inherited from QSvgAbstractAnimatedProperty
QList< qrealm_keyFrames
QVariant m_interpolatedValue

Detailed Description

Definition at line 76 of file qsvganimatedproperty_p.h.

Constructor & Destructor Documentation

◆ QSvgAnimatedPropertyFloat()

QSvgAnimatedPropertyFloat::QSvgAnimatedPropertyFloat ( const QString & name)

Definition at line 149 of file qsvganimatedproperty.cpp.

Member Function Documentation

◆ appendValue()

void QSvgAnimatedPropertyFloat::appendValue ( const qreal value)

Definition at line 159 of file qsvganimatedproperty.cpp.

◆ interpolate()

void QSvgAnimatedPropertyFloat::interpolate ( uint index,
qreal t ) const
overridevirtual

Implements QSvgAbstractAnimatedProperty.

Definition at line 169 of file qsvganimatedproperty.cpp.

◆ setValues()

void QSvgAnimatedPropertyFloat::setValues ( const QList< qreal > & values)

Definition at line 154 of file qsvganimatedproperty.cpp.

◆ values()

QList< qreal > QSvgAnimatedPropertyFloat::values ( ) const

Definition at line 164 of file qsvganimatedproperty.cpp.


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