mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
Fix dox test
This commit is contained in:
parent
efecc6f46c
commit
2258e24f8c
@ -31,14 +31,8 @@ This method considers the temporal range available from layers contained within
|
|||||||
returns the maximal combined temporal extent of these layers.
|
returns the maximal combined temporal extent of these layers.
|
||||||
%End
|
%End
|
||||||
|
|
||||||
class AnimationExportSettings
|
struct AnimationExportSettings
|
||||||
{
|
{
|
||||||
|
|
||||||
%TypeHeaderCode
|
|
||||||
#include "qgstemporalutils.h"
|
|
||||||
%End
|
|
||||||
public:
|
|
||||||
|
|
||||||
QgsDateTimeRange animationRange;
|
QgsDateTimeRange animationRange;
|
||||||
|
|
||||||
QgsInterval frameDuration;
|
QgsInterval frameDuration;
|
||||||
|
|||||||
@ -44,10 +44,9 @@ class CORE_EXPORT QgsTemporalUtils
|
|||||||
*/
|
*/
|
||||||
static QgsDateTimeRange calculateTemporalRangeForProject( QgsProject *project );
|
static QgsDateTimeRange calculateTemporalRangeForProject( QgsProject *project );
|
||||||
|
|
||||||
class AnimationExportSettings
|
//! Contains settings relating to exporting animations
|
||||||
|
struct AnimationExportSettings
|
||||||
{
|
{
|
||||||
public:
|
|
||||||
|
|
||||||
//! Dictates the overall temporal range of the animation.
|
//! Dictates the overall temporal range of the animation.
|
||||||
QgsDateTimeRange animationRange;
|
QgsDateTimeRange animationRange;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user