Marble

KmlRangeTagHandler.h
1 #ifndef KmlRangeTagHandler_h
2 #define KmlRangeTagHandler_h
3 
4 #include "GeoTagHandler.h"
5 
6 namespace Marble
7 {
8 namespace kml
9 {
10 
11 class KmlrangeTagHandler:public GeoTagHandler
12 {
13 public:
14  GeoNode * parse (GeoParser &) const override;
15 };
16 
17 }
18 }
19 
20 #endif
KHEALTHCERTIFICATE_EXPORT QVariant parse(const QByteArray &data)
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 Thu Sep 21 2023 04:12:27 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.