Marble

KmlRangeTagHandler.h
1#ifndef KmlRangeTagHandler_h
2#define KmlRangeTagHandler_h
3
4#include "GeoTagHandler.h"
5
6namespace Marble
7{
8namespace kml
9{
10
11class KmlrangeTagHandler:public GeoTagHandler
12{
13public:
14 GeoNode * parse (GeoParser &) const override;
15};
16
17}
18}
19
20#endif
Binds a QML item to a specific geodetic location in screen coordinates.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:17 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.