Marble

DgmlAuxillaryDictionary.cpp
1 /*
2  SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <[email protected]>
3 
4  SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6 
7 #include "DgmlAuxillaryDictionary.h"
8 
9 // One static list of all auxiliary strings, to avoid string comparisons all-over-the-place
10 
11 // This tags are compared with the backend attribute from the
12 // <layer> tag in the .dgml file.
13 // When the backend value is parsed, it is turned
14 // tolower so if the values in this class are not lowercase
15 // it wont see they are the same
16 
17 namespace Marble
18 {
19 namespace dgml
20 {
21 const char dgmlValue_true[] = "true";
22 const char dgmlValue_on[] = "on";
23 const char dgmlValue_texture[] = "texture";
24 const char dgmlValue_vector[] = "vector";
25 const char dgmlValue_vectortile[] = "vectortile";
26 const char dgmlValue_geodata[] = "geodata";
27 }
28 }
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 Mon Oct 2 2023 03:52:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.