Marble

DgmlAuxillaryDictionary.h
1/*
2 SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <zimmermann@kde.org>
3 SPDX-FileCopyrightText: 2007 Torsten Rahn <rahn@kde.org>
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
19namespace Marble
20{
21namespace 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-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.