• 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
  • scene
GeoSceneDocument.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2007 Nikolas Zimmermann <zimmermann@kde.org>
3  Copyright (C) 2007 Murad Tagirov <tmurad@gmail.com>
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 #ifndef MARBLE_GEOSCENEDOCUMENT_H
24 #define MARBLE_GEOSCENEDOCUMENT_H
25 
26 #include <QObject>
27 #include "GeoDocument.h"
28 
29 #include <geodata_export.h>
30 
31 namespace Marble
32 {
33 
34 class GeoSceneHead;
35 class GeoSceneLegend;
36 class GeoSceneMap;
37 class GeoSceneSettings;
38 
39 class GeoSceneDocumentPrivate;
40 
44 class GEODATA_EXPORT GeoSceneDocument : public QObject,
45  public GeoDocument,
46  public GeoNode
47 {
48  Q_OBJECT
49 
50  public:
51  GeoSceneDocument();
52  ~GeoSceneDocument();
53 
54  virtual const char* nodeType() const;
55 
56  virtual bool isGeoSceneDocument() const { return true; }
57 
58  const GeoSceneHead* head() const;
59  GeoSceneHead* head();
60 
61  const GeoSceneMap* map() const;
62  GeoSceneMap* map();
63 
64  const GeoSceneSettings* settings() const;
65  GeoSceneSettings* settings();
66 
67  const GeoSceneLegend* legend() const;
68  GeoSceneLegend* legend();
69 
70  Q_SIGNALS:
71  void valueChanged( QString, bool );
72 
73  private:
74  Q_DISABLE_COPY( GeoSceneDocument )
75  GeoSceneDocumentPrivate * const d;
76 };
77 
78 }
79 
80 #endif
Marble::GeoSceneSettings
Settings of a GeoScene document.
Definition: GeoSceneSettings.h:44
Marble::GeoSceneHead
General properties and identifiers of a GeoScene document.
Definition: GeoSceneHead.h:42
Marble::GeoNode
A shared base class for all classes that are mapped to a specific tag (ie.
Definition: GeoDocument.h:60
Marble::GeoSceneMap
Map layer structure of a GeoScene document.
Definition: GeoSceneMap.h:44
Marble::GeoSceneDocument::isGeoSceneDocument
virtual bool isGeoSceneDocument() const
Definition: GeoSceneDocument.h:56
QObject
Marble::GeoSceneLegend
Legend of a GeoScene document.
Definition: GeoSceneLegend.h:41
GeoDocument.h
QString
Marble::GeoSceneDocument
A container for features parsed from the DGML file.
Definition: GeoSceneDocument.h:44
Marble::GeoDocument
A shared base class between GeoDataDocument/GeoSourceDocument.
Definition: GeoDocument.h:42
GEODATA_EXPORT
#define GEODATA_EXPORT
Definition: geodata_export.h:22
geodata_export.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 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