• 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
DgmlMapTagHandler.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 "DgmlMapTagHandler.h"
24 
25 #include <QColor>
26 
27 #include "MarbleDebug.h"
28 
29 #include "DgmlElementDictionary.h"
30 #include "DgmlAttributeDictionary.h"
31 #include "GeoParser.h"
32 #include "GeoSceneDocument.h"
33 #include "GeoSceneMap.h"
34 
35 namespace Marble
36 {
37 namespace dgml
38 {
39 DGML_DEFINE_TAG_HANDLER(Map)
40 
41 GeoNode* DgmlMapTagHandler::parse(GeoParser& parser) const
42 {
43  Q_ASSERT(parser.isStartElement() && parser.isValidElement(dgmlTag_Map));
44 
45  QColor labelColor = parser.attribute(dgmlAttr_labelColor).trimmed();
46 
47  if ( !labelColor.isValid() )
48  labelColor = Qt::black;
49 
50  GeoSceneMap* map = 0;
51 
52  // Checking for parent item
53  GeoStackItem parentItem = parser.parentElement();
54  if (parentItem.represents(dgmlTag_Document)) {
55  map = parentItem.nodeAs<GeoSceneDocument>()->map();
56  map->setBackgroundColor( QColor( parser.attribute( dgmlAttr_bgcolor ).trimmed() ) );
57  map->setLabelColor( labelColor );
58  }
59 
60  return map;
61 }
62 
63 }
64 }
Marble::dgml::dgmlAttr_bgcolor
const char * dgmlAttr_bgcolor
Definition: DgmlAttributeDictionary.cpp:37
DgmlAttributeDictionary.h
DgmlMapTagHandler.h
Marble::dgml::dgmlAttr_labelColor
const char * dgmlAttr_labelColor
Definition: DgmlAttributeDictionary.cpp:48
DGML_DEFINE_TAG_HANDLER
#define DGML_DEFINE_TAG_HANDLER(Name)
Definition: DgmlElementDictionary.h:85
Marble::GeoStackItem::nodeAs
T * nodeAs()
Definition: GeoParser.h:120
Marble::GeoNode
A shared base class for all classes that are mapped to a specific tag (ie.
Definition: GeoDocument.h:60
GeoParser.h
GeoSceneDocument.h
Marble::GeoSceneMap
Map layer structure of a GeoScene document.
Definition: GeoSceneMap.h:44
Marble::GeoSceneMap::setBackgroundColor
void setBackgroundColor(const QColor &)
Definition: GeoSceneMap.cpp:220
MarbleDebug.h
Marble::GeoSceneMap::setLabelColor
void setLabelColor(const QColor &)
Definition: GeoSceneMap.cpp:231
Marble::GeoParser
Definition: GeoParser.h:40
Marble::GeoStackItem::represents
bool represents(const char *tagName) const
Definition: GeoParser.h:113
Marble::dgml::DgmlMapTagHandler
Definition: DgmlMapTagHandler.h:33
DgmlElementDictionary.h
Marble::GeoStackItem
Definition: GeoParser.h:97
Marble::dgml::dgmlTag_Map
const char * dgmlTag_Map
Definition: DgmlElementDictionary.cpp:56
QColor
Marble::GeoSceneDocument
A container for features parsed from the DGML file.
Definition: GeoSceneDocument.h:44
Marble::dgml::dgmlTag_Document
const char * dgmlTag_Document
Definition: DgmlElementDictionary.cpp:42
GeoSceneMap.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