Marble
7 #ifndef MARBLE_GEODATAGROUNDOVERLAY_H
8 #define MARBLE_GEODATAGROUNDOVERLAY_H
10 #include "GeoDataOverlay.h"
11 #include "MarbleGlobal.h"
12 #include "GeoDataLatLonBox.h"
16 class GeoDataGroundOverlayPrivate;
17 class GeoDataLatLonQuad;
21 class GEODATA_EXPORT GeoDataGroundOverlay:
public GeoDataOverlay
24 GeoDataGroundOverlay();
26 GeoDataGroundOverlay(
const GeoDataGroundOverlay &other );
28 ~GeoDataGroundOverlay()
override;
30 GeoDataGroundOverlay& operator=(
const GeoDataGroundOverlay &other );
31 bool operator==(
const GeoDataGroundOverlay &other )
const;
32 bool operator!=(
const GeoDataGroundOverlay &other )
const;
34 GeoDataFeature * clone()
const override;
37 const char* nodeType()
const override;
39 double altitude()
const;
41 void setAltitude(
double altitude );
47 const GeoDataLatLonBox& latLonBox()
const;
49 GeoDataLatLonBox& latLonBox();
51 void setLatLonBox(
const GeoDataLatLonBox &box );
53 const GeoDataLatLonQuad& latLonQuad()
const;
55 GeoDataLatLonQuad& latLonQuad();
57 void setLatLonQuad(
const GeoDataLatLonQuad &quad );
60 Q_DECLARE_PRIVATE(GeoDataGroundOverlay)
bool operator==(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
bool operator!=(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
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 Sep 25 2023 03:50:18 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.