![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvganimatedproperty_p.h>
Public Member Functions | |
| QSvgAnimatedPropertyColor (const QString &name) | |
| ~QSvgAnimatedPropertyColor () override | |
| void | setColors (const QList< QColor > &colors) |
| void | appendColor (const QColor &color) |
| QList< QColor > | colors () 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< qreal > | keyFrames () const |
| void | appendEasing (QSvgEasingInterfacePtr easing) |
| const QSvgEasingInterface * | easingAt (unsigned int i) 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 QSvgAbstractAnimatedProperty * | createAnimatedProperty (const QString &name) |
| Protected Attributes inherited from QSvgAbstractAnimatedProperty | |
| QList< qreal > | m_keyFrames |
| std::vector< QSvgEasingInterfacePtr > | m_easings |
| QVariant | m_interpolatedValue |
Definition at line 69 of file qsvganimatedproperty_p.h.
| QSvgAnimatedPropertyColor::QSvgAnimatedPropertyColor | ( | const QString & | name | ) |
Definition at line 136 of file qsvganimatedproperty.cpp.
|
overridedefault |
Definition at line 149 of file qsvganimatedproperty.cpp.
Definition at line 154 of file qsvganimatedproperty.cpp.
Implements QSvgAbstractAnimatedProperty.
Definition at line 159 of file qsvganimatedproperty.cpp.
Definition at line 144 of file qsvganimatedproperty.cpp.