Marble

KmlRefreshModeTagHandler.h
1 #ifndef MARBLE_KML_KMLREFRESHMODETAGHANDLER_H
2 #define MARBLE_KML_KMLREFRESHMODETAGHANDLER_H
3 
4 #include "GeoTagHandler.h"
5 
6 namespace Marble
7 {
8 namespace kml
9 {
10 
11 class KmlrefreshModeTagHandler : public GeoTagHandler
12 {
13 public:
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.
QList< QVariant > parse(const QString &message, const QDateTime &externalIssueDateTime=QDateTime())
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.