• 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
DgmlLayerTagHandler.cpp
Go to the documentation of this file.
1 /*
2  Copyright (C) 2007 Nikolas Zimmermann <zimmermann@kde.org>
3  Copyright (C) 2008 Torsten Rahn <tackat@kde.org>
4 
5  This file is part of the KDE project
6 
7  This library is free software you can redistribute it and/or
8  modify it under the terms of the GNU Library General Public
9  License as published by the Free Software Foundation either
10  version 2 of the License, or (at your option) any later version.
11 
12  This library is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  Library General Public License for more details.
16 
17  You should have received a copy of the GNU Library General Public License
18  aint with this library see the file COPYING.LIB. If not, write to
19  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20  Boston, MA 02110-1301, USA.
21 */
22 
23 #include "DgmlLayerTagHandler.h"
24 
25 #include "MarbleDebug.h"
26 
27 #include "DgmlElementDictionary.h"
28 #include "DgmlAttributeDictionary.h"
29 #include "DgmlAuxillaryDictionary.h"
30 #include "GeoParser.h"
31 #include "GeoSceneMap.h"
32 #include "GeoSceneLayer.h"
33 
34 namespace Marble
35 {
36 namespace dgml
37 {
38 DGML_DEFINE_TAG_HANDLER(Layer)
39 
40 GeoNode* DgmlLayerTagHandler::parse(GeoParser& parser) const
41 {
42  // Check whether the tag is valid
43  Q_ASSERT(parser.isStartElement() && parser.isValidElement(dgmlTag_Layer));
44 
45  QString name = parser.attribute(dgmlAttr_name).trimmed();
46  QString backend = parser.attribute(dgmlAttr_backend).toLower().trimmed();
47  QString role = parser.attribute(dgmlAttr_role).toLower().trimmed();
48 
49  GeoSceneLayer *layer = 0;
50 
51  // Checking for parent layer
52  GeoStackItem parentItem = parser.parentElement();
53  if (parentItem.represents(dgmlTag_Map)) {
54  layer = new GeoSceneLayer( name );
55  layer->setBackend( backend );
56  layer->setRole( role );
57  parentItem.nodeAs<GeoSceneMap>()->addLayer( layer );
58  }
59 
60  return layer;
61 }
62 
63 }
64 }
DgmlAttributeDictionary.h
DGML_DEFINE_TAG_HANDLER
#define DGML_DEFINE_TAG_HANDLER(Name)
Definition: DgmlElementDictionary.h:85
Marble::GeoStackItem::nodeAs
T * nodeAs()
Definition: GeoParser.h:120
DgmlAuxillaryDictionary.h
Marble::GeoNode
A shared base class for all classes that are mapped to a specific tag (ie.
Definition: GeoDocument.h:60
GeoParser.h
Marble::dgml::dgmlAttr_role
const char * dgmlAttr_role
Definition: DgmlAttributeDictionary.cpp:64
Marble::GeoSceneLayer::setBackend
void setBackend(const QString &plugin)
Definition: GeoSceneLayer.cpp:139
Marble::GeoSceneMap
Map layer structure of a GeoScene document.
Definition: GeoSceneMap.h:44
Marble::dgml::dgmlAttr_name
const char * dgmlAttr_name
Definition: DgmlAttributeDictionary.cpp:54
MarbleDebug.h
Marble::GeoParser
Definition: GeoParser.h:40
Marble::GeoStackItem::represents
bool represents(const char *tagName) const
Definition: GeoParser.h:113
Marble::GeoSceneLayer
Layer of a GeoScene document.
Definition: GeoSceneLayer.h:43
DgmlLayerTagHandler.h
QString::trimmed
QString trimmed() const
DgmlElementDictionary.h
Marble::GeoStackItem
Definition: GeoParser.h:97
QString
Marble::dgml::dgmlTag_Map
const char * dgmlTag_Map
Definition: DgmlElementDictionary.cpp:56
Marble::dgml::DgmlLayerTagHandler
Definition: DgmlLayerTagHandler.h:33
QString::toLower
QString toLower() const
Marble::dgml::dgmlTag_Layer
const char * dgmlTag_Layer
Definition: DgmlElementDictionary.cpp:53
Marble::dgml::dgmlAttr_backend
const char * dgmlAttr_backend
Definition: DgmlAttributeDictionary.cpp:36
GeoSceneMap.h
Marble::GeoSceneLayer::setRole
void setRole(const QString &type)
Definition: GeoSceneLayer.cpp:159
GeoSceneLayer.h
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