Marble

DgmlAuxillaryDictionary.h
1 /*
2  SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <[email protected]>
3  SPDX-FileCopyrightText: 2007 Torsten Rahn <[email protected]>
4 
5  SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7 
8 #ifndef MARBLE_DGML_AUXILLARYDICTIONARY_H
9 #define MARBLE_DGML_AUXILLARYDICTIONARY_H
10 
11 // Lists all known DGML 2.0 auxiliary strings
12 
13 // This tags are compared with the backend attribute from the
14 // <layer> tag in the .dgml file.
15 // When the backend value is parsed, it is turned
16 // tolower so if the values in this class are not lowercase
17 // it wont see they are the same
18 
19 namespace Marble
20 {
21 namespace dgml
22 {
23  extern const char dgmlValue_true[];
24  extern const char dgmlValue_on[];
25  extern const char dgmlValue_texture[];
26  extern const char dgmlValue_vector[];
27  extern const char dgmlValue_vectortile[];
28  extern const char dgmlValue_geodata[];
29 }
30 }
31 
32 #endif
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 Wed Oct 4 2023 04:09:41 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.