Marble

KmlRefreshModeTagHandler.h
1#ifndef MARBLE_KML_KMLREFRESHMODETAGHANDLER_H
2#define MARBLE_KML_KMLREFRESHMODETAGHANDLER_H
3
4#include "GeoTagHandler.h"
5
6namespace Marble
7{
8namespace kml
9{
10
11class KmlrefreshModeTagHandler : 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.