QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
16 #ifndef QGS3DANIMATIONSETTINGS_H
17 #define QGS3DANIMATIONSETTINGS_H
22 #include <QEasingCurve>
67 float duration()
const;
70 Keyframe interpolate(
float time )
const;
73 void readXml(
const QDomElement &elem );
75 QDomElement writeXml( QDomDocument &doc )
const;
79 QEasingCurve mEasingCurve;
84 #endif // QGS3DANIMATIONSETTINGS_H
void setEasingCurve(const QEasingCurve &curve)
Sets the interpolation method for transitions of the camera.
Keyframes keyFrames() const
Returns keyframes of the animation.
QVector< Keyframe > Keyframes
Q_DECLARE_METATYPE(QgsMeshTimeSettings)
QEasingCurve easingCurve() const
Returns the interpolation method for transitions of the camera.
void setKeyframes(const Keyframes &keyframes)
Configures keyframes of the animation. It is expected that the keyframes are ordered according to the...
QgsVector3D point
Point towards which the camera is looking in 3D world coords.