Marble
7 #ifndef MARBLE_GEODATAOVERLAY_H
8 #define MARBLE_GEODATAOVERLAY_H
10 #include "geodata_export.h"
11 #include "GeoDataFeature.h"
19 class GeoDataOverlayPrivate;
23 class GEODATA_EXPORT GeoDataOverlay:
public GeoDataFeature
29 ~GeoDataOverlay()
override;
31 GeoDataOverlay(
const GeoDataOverlay &other );
33 GeoDataOverlay& operator=(
const GeoDataOverlay &other );
37 void setColor(
const QColor &color );
39 int drawOrder()
const;
41 void setDrawOrder(
int order );
45 void setIcon(
const QImage &icon );
47 void setIconFile(
const QString &path );
56 QString absoluteIconFile()
const;
59 explicit GeoDataOverlay(GeoDataOverlayPrivate *priv);
60 GeoDataOverlay(
const GeoDataOverlay& other, GeoDataOverlayPrivate *priv);
62 bool equals(
const GeoDataOverlay &other)
const;
63 using GeoDataFeature::equals;
66 Q_DECLARE_PRIVATE(GeoDataOverlay)
Binds a QML item to a specific geodetic location in screen coordinates.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Oct 2 2023 03:52:08 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.