• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

  • sources
  • kde-4.14
  • kdeedu
  • marble
  • src
  • lib
  • marble
  • geodata
  • handlers
  • dgml
DgmlElementDictionary.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2007 Nikolas Zimmermann <zimmermann@kde.org>
3 
4  This file is part of the KDE project
5 
6  This library is free software you can redistribute it and/or
7  modify it under the terms of the GNU Library General Public
8  License as published by the Free Software Foundation either
9  version 2 of the License, or (at your option) any later version.
10 
11  This library is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  Library General Public License for more details.
15 
16  You should have received a copy of the GNU Library General Public License
17  aint with this library see the file COPYING.LIB. If not, write to
18  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19  Boston, MA 02110-1301, USA.
20 */
21 
22 #ifndef MARBLE_DGML_ELEMENTDICTIONARY_H
23 #define MARBLE_DGML_ELEMENTDICTIONARY_H
24 
25 #include <geodata_export.h>
26 
27 namespace Marble
28 {
29 
30 // Lists all known DGML 2.0 tags
31 // http://edu.kde.org/marble/apis/dgml/documentation/dgmltags.html)
32 namespace dgml
33 {
34  GEODATA_EXPORT extern const char* dgmlTag_nameSpace20;
35 
36  extern const char* dgmlTag_Available;
37  extern const char* dgmlTag_Blending;
38  extern const char* dgmlTag_Brush;
39  extern const char* dgmlTag_Color;
40  extern const char* dgmlTag_CustomPlugin;
41  extern const char* dgmlTag_Dem;
42  extern const char* dgmlTag_Description;
43  extern const char* dgmlTag_Discrete;
44  extern const char* dgmlTag_Dgml;
45  extern const char* dgmlTag_Document;
46  extern const char* dgmlTag_DownloadPolicy;
47  extern const char* dgmlTag_DownloadUrl;
48  extern const char* dgmlTag_Filter;
49  extern const char* dgmlTag_Geodata;
50  extern const char* dgmlTag_Group;
51  extern const char* dgmlTag_Head;
52  extern const char* dgmlTag_Heading;
53  extern const char* dgmlTag_Icon;
54  extern const char* dgmlTag_InstallMap;
55  extern const char* dgmlTag_Item;
56  extern const char* dgmlTag_Layer;
57  extern const char* dgmlTag_Legend;
58  extern const char* dgmlTag_License;
59  extern const char* dgmlTag_Map;
60  extern const char* dgmlTag_Maximum;
61  extern const char* dgmlTag_Minimum;
62  extern const char* dgmlTag_Name;
63  extern const char* dgmlTag_Palette;
64  extern const char* dgmlTag_Pen;
65  extern const char* dgmlTag_Projection;
66  extern const char* dgmlTag_Property;
67  extern const char* dgmlTag_Section;
68  extern const char* dgmlTag_Settings;
69  extern const char* dgmlTag_SourceDir;
70  extern const char* dgmlTag_SourceFile;
71  extern const char* dgmlTag_StorageLayout;
72  extern const char* dgmlTag_Target;
73  extern const char* dgmlTag_Text;
74  extern const char* dgmlTag_Texture;
75  extern const char* dgmlTag_TileSize;
76  extern const char* dgmlTag_Theme;
77  extern const char* dgmlTag_Value;
78  extern const char* dgmlTag_Vector;
79  extern const char* dgmlTag_Vectortile;
80  extern const char* dgmlTag_Visible;
81  extern const char* dgmlTag_Zoom;
82 }
83 
84 // Helper macro
85 #define DGML_DEFINE_TAG_HANDLER(Name) GEODATA_DEFINE_TAG_HANDLER(dgml, Dgml, Name, dgmlTag_nameSpace20)
86 
87 }
88 
89 #endif
Marble::dgml::dgmlTag_DownloadUrl
const char * dgmlTag_DownloadUrl
Definition: DgmlElementDictionary.cpp:44
Marble::dgml::dgmlTag_StorageLayout
const char * dgmlTag_StorageLayout
Definition: DgmlElementDictionary.cpp:68
Marble::dgml::dgmlTag_Palette
const char * dgmlTag_Palette
Definition: DgmlElementDictionary.cpp:60
Marble::dgml::dgmlTag_Geodata
const char * dgmlTag_Geodata
Definition: DgmlElementDictionary.cpp:46
Marble::dgml::dgmlTag_Text
const char * dgmlTag_Text
Definition: DgmlElementDictionary.cpp:70
Marble::dgml::dgmlTag_Section
const char * dgmlTag_Section
Definition: DgmlElementDictionary.cpp:64
Marble::dgml::dgmlTag_Property
const char * dgmlTag_Property
Definition: DgmlElementDictionary.cpp:63
Marble::dgml::dgmlTag_Settings
const char * dgmlTag_Settings
Definition: DgmlElementDictionary.cpp:65
Marble::dgml::dgmlTag_DownloadPolicy
const char * dgmlTag_DownloadPolicy
Definition: DgmlElementDictionary.cpp:43
Marble::dgml::dgmlTag_Discrete
const char * dgmlTag_Discrete
Definition: DgmlElementDictionary.cpp:41
Marble::dgml::dgmlTag_Head
const char * dgmlTag_Head
Definition: DgmlElementDictionary.cpp:48
Marble::dgml::dgmlTag_Description
const char * dgmlTag_Description
Definition: DgmlElementDictionary.cpp:39
Marble::dgml::dgmlTag_Brush
const char * dgmlTag_Brush
Definition: DgmlElementDictionary.cpp:35
Marble::dgml::dgmlTag_Projection
const char * dgmlTag_Projection
Definition: DgmlElementDictionary.cpp:62
Marble::dgml::dgmlTag_Texture
const char * dgmlTag_Texture
Definition: DgmlElementDictionary.cpp:71
Marble::dgml::dgmlTag_CustomPlugin
const char * dgmlTag_CustomPlugin
Definition: DgmlElementDictionary.cpp:37
Marble::dgml::dgmlTag_Available
const char * dgmlTag_Available
Definition: DgmlElementDictionary.cpp:33
Marble::dgml::dgmlTag_Heading
const char * dgmlTag_Heading
Definition: DgmlElementDictionary.cpp:49
Marble::dgml::dgmlTag_InstallMap
const char * dgmlTag_InstallMap
Definition: DgmlElementDictionary.cpp:51
Marble::dgml::dgmlTag_SourceFile
const char * dgmlTag_SourceFile
Definition: DgmlElementDictionary.cpp:67
Marble::dgml::dgmlTag_Filter
const char * dgmlTag_Filter
Definition: DgmlElementDictionary.cpp:45
Marble::dgml::dgmlTag_Dgml
const char * dgmlTag_Dgml
Definition: DgmlElementDictionary.cpp:40
Marble::dgml::dgmlTag_Value
const char * dgmlTag_Value
Definition: DgmlElementDictionary.cpp:74
Marble::dgml::dgmlTag_Legend
const char * dgmlTag_Legend
Definition: DgmlElementDictionary.cpp:54
Marble::dgml::dgmlTag_SourceDir
const char * dgmlTag_SourceDir
Definition: DgmlElementDictionary.cpp:66
Marble::dgml::dgmlTag_nameSpace20
const char * dgmlTag_nameSpace20
Definition: DgmlElementDictionary.cpp:31
Marble::dgml::dgmlTag_Zoom
const char * dgmlTag_Zoom
Definition: DgmlElementDictionary.cpp:78
Marble::dgml::dgmlTag_Target
const char * dgmlTag_Target
Definition: DgmlElementDictionary.cpp:69
Marble::dgml::dgmlTag_Visible
const char * dgmlTag_Visible
Definition: DgmlElementDictionary.cpp:77
Marble::dgml::dgmlTag_Map
const char * dgmlTag_Map
Definition: DgmlElementDictionary.cpp:56
Marble::dgml::dgmlTag_Dem
const char * dgmlTag_Dem
Definition: DgmlElementDictionary.cpp:38
Marble::dgml::dgmlTag_Group
const char * dgmlTag_Group
Definition: DgmlElementDictionary.cpp:47
Marble::dgml::dgmlTag_License
const char * dgmlTag_License
Definition: DgmlElementDictionary.cpp:55
Marble::dgml::dgmlTag_Color
const char * dgmlTag_Color
Definition: DgmlElementDictionary.cpp:36
Marble::dgml::dgmlTag_Icon
const char * dgmlTag_Icon
Definition: DgmlElementDictionary.cpp:50
Marble::dgml::dgmlTag_Theme
const char * dgmlTag_Theme
Definition: DgmlElementDictionary.cpp:72
Marble::dgml::dgmlTag_Vectortile
const char * dgmlTag_Vectortile
Definition: DgmlElementDictionary.cpp:76
Marble::dgml::dgmlTag_Name
const char * dgmlTag_Name
Definition: DgmlElementDictionary.cpp:59
Marble::dgml::dgmlTag_TileSize
const char * dgmlTag_TileSize
Definition: DgmlElementDictionary.cpp:73
Marble::dgml::dgmlTag_Vector
const char * dgmlTag_Vector
Definition: DgmlElementDictionary.cpp:75
Marble::dgml::dgmlTag_Layer
const char * dgmlTag_Layer
Definition: DgmlElementDictionary.cpp:53
Marble::dgml::dgmlTag_Minimum
const char * dgmlTag_Minimum
Definition: DgmlElementDictionary.cpp:58
GEODATA_EXPORT
#define GEODATA_EXPORT
Definition: geodata_export.h:22
geodata_export.h
Marble::dgml::dgmlTag_Document
const char * dgmlTag_Document
Definition: DgmlElementDictionary.cpp:42
Marble::dgml::dgmlTag_Blending
const char * dgmlTag_Blending
Definition: DgmlElementDictionary.cpp:34
Marble::dgml::dgmlTag_Pen
const char * dgmlTag_Pen
Definition: DgmlElementDictionary.cpp:61
Marble::dgml::dgmlTag_Maximum
const char * dgmlTag_Maximum
Definition: DgmlElementDictionary.cpp:57
Marble::dgml::dgmlTag_Item
const char * dgmlTag_Item
Definition: DgmlElementDictionary.cpp:52
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

marble

Skip menu "marble"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal