QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Contains settings relating to exporting animations. More...
#include <qgstemporalutils.h>
Public Attributes | |
QgsDateTimeRange | animationRange |
Dictates the overall temporal range of the animation. More... | |
QList< QgsMapDecoration * > | decorations |
List of decorations to draw onto exported frames. More... | |
QString | fileNameTemplate |
The filename template for exporting the frames. More... | |
QgsInterval | frameDuration |
Duration of individual export frames. More... | |
QString | outputDirectory |
Destination directory for created image files. More... | |
Contains settings relating to exporting animations.
Definition at line 146 of file qgstemporalutils.h.
QgsDateTimeRange QgsTemporalUtils::AnimationExportSettings::animationRange |
Dictates the overall temporal range of the animation.
Definition at line 149 of file qgstemporalutils.h.
QList<QgsMapDecoration *> QgsTemporalUtils::AnimationExportSettings::decorations |
List of decorations to draw onto exported frames.
Definition at line 167 of file qgstemporalutils.h.
QString QgsTemporalUtils::AnimationExportSettings::fileNameTemplate |
The filename template for exporting the frames.
This must be in format prefix####.format, where number of # characters represents how many 0's should be left-padded to the frame number e.g. my###.jpg will create frames my001.jpg, my002.jpg, etc
Definition at line 164 of file qgstemporalutils.h.
QgsInterval QgsTemporalUtils::AnimationExportSettings::frameDuration |
Duration of individual export frames.
Definition at line 152 of file qgstemporalutils.h.
QString QgsTemporalUtils::AnimationExportSettings::outputDirectory |
Destination directory for created image files.
Definition at line 155 of file qgstemporalutils.h.