Marble
7 #ifndef MARBLE_GEODATAANIMATEDUPDATE_H
8 #define MARBLE_GEODATAANIMATEDUPDATE_H
10 #include "GeoDataTourPrimitive.h"
11 #include "MarbleGlobal.h"
15 class GeoDataAnimatedUpdatePrivate;
20 class GEODATA_EXPORT GeoDataAnimatedUpdate:
public GeoDataTourPrimitive
24 GeoDataAnimatedUpdate();
25 GeoDataAnimatedUpdate(
const GeoDataAnimatedUpdate &other );
26 GeoDataAnimatedUpdate& operator=(
const GeoDataAnimatedUpdate &other );
27 bool operator== (
const GeoDataAnimatedUpdate &other)
const;
28 bool operator!= (
const GeoDataAnimatedUpdate &other)
const;
29 ~GeoDataAnimatedUpdate()
override;
32 const char* nodeType()
const override;
34 double duration()
const;
35 void setDuration(
double duration );
37 double delayedStart()
const;
38 void setDelayedStart(
double delayedStart );
40 const GeoDataUpdate*
update()
const;
42 void setUpdate( GeoDataUpdate *update );
45 GeoDataAnimatedUpdatePrivate*
const d;
Binds a QML item to a specific geodetic location in screen coordinates.
void update(Part *part, const QByteArray &data, qint64 dataSize)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:12:26 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.