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

marble

  • sources
  • kde-4.12
  • kdeedu
  • marble
  • src
  • lib
  • marble
  • geodata
  • parser
GeoDocument.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2008 Nikolas Zimmermann <zimmermann@kde.org>
3  Copyright (C) 2008 Jens-Michael Hoffmann <jensmh@gmx.de>
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_GEODOCUMENT_H
24 #define MARBLE_GEODOCUMENT_H
25 
26 #include <QString>
27 
28 #include "geodata_export.h"
29 
30 #ifdef _WIN32
31 #define DUMP_GEONODE_LEAKS 1
32 #else
33 #define DUMP_GEONODE_LEAKS 0
34 #endif
35 
36 namespace Marble
37 {
38 
42 class GEODATA_EXPORT GeoDocument
43 {
44 protected:
45  GeoDocument();
46 
47 public:
48  virtual ~GeoDocument();
49 
50  virtual bool isGeoDataDocument() const;
51  virtual bool isGeoSceneDocument() const;
52 #if DUMP_GEONODE_LEAKS > 0
53  static unsigned long s_leakProtector;
54 #endif
55 };
56 
60 class GEODATA_EXPORT GeoNode
61 {
62 public:
63  GeoNode();
64  virtual ~GeoNode();
65  virtual const char* nodeType() const;
66 };
67 
68 }
69 
70 #endif
Marble::GeoNode
A shared base class for all classes that are mapped to a specific tag (ie.
Definition: GeoDocument.h:60
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 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
  • kstars
  • libkdeedu
  •   keduvocdocument
  • 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