Marble

DgmlAuxillaryDictionary.cpp
1/*
2 SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <zimmermann@kde.org>
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
17namespace Marble
18{
19namespace dgml
20{
21const char dgmlValue_true[] = "true";
22const char dgmlValue_on[] = "on";
23const char dgmlValue_texture[] = "texture";
24const char dgmlValue_vector[] = "vector";
25const char dgmlValue_vectortile[] = "vectortile";
26const 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-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.