• 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
  • graphicsview
GeoGraphicsItem_p.h
Go to the documentation of this file.
1 //
2 // This file is part of the Marble Virtual Globe.
3 //
4 // This program is free software licensed under the GNU LGPL. You can
5 // find a copy of this license in LICENSE.txt in the top directory of
6 // the source code.
7 //
8 // Copyright 2009 Bastian Holst <bastianholst@gmx.de>
9 //
10 
11 #ifndef MARBLE_GEOGRAPHICSITEMPRIVATE_H
12 #define MARBLE_GEOGRAPHICSITEMPRIVATE_H
13 
14 
15 // Marble
16 #include "GeoDataLatLonAltBox.h"
17 #include "GeoDataStyle.h"
18 #include "ViewportParams.h"
19 
20 namespace Marble
21 {
22 
23 class GeoGraphicsItemPrivate
24 {
25  public:
26  explicit GeoGraphicsItemPrivate( const GeoDataFeature *feature )
27  : m_zValue( 0 ),
28  m_minZoomLevel( 0 ),
29  m_feature( feature ),
30  m_latLonAltBox(),
31  m_style( 0 )
32  {
33  }
34 
35  virtual ~GeoGraphicsItemPrivate()
36  {
37  }
38 
39  qreal m_zValue;
40  GeoGraphicsItem::GeoGraphicsItemFlags m_flags;
41 
42  int m_minZoomLevel;
43  const GeoDataFeature *m_feature;
44  GeoDataLatLonAltBox m_latLonAltBox;
45  const GeoDataStyle *m_style;
46 };
47 
48 }
49 
50 #endif
GeoDataStyle.h
Marble::GeoGraphicsItemPrivate::~GeoGraphicsItemPrivate
virtual ~GeoGraphicsItemPrivate()
Definition: GeoGraphicsItem_p.h:35
Marble::GeoGraphicsItemPrivate::GeoGraphicsItemPrivate
GeoGraphicsItemPrivate(const GeoDataFeature *feature)
Definition: GeoGraphicsItem_p.h:26
Marble::GeoGraphicsItemPrivate::m_style
const GeoDataStyle * m_style
Definition: GeoGraphicsItem_p.h:45
Marble::GeoDataStyle
an addressable style group
Definition: GeoDataStyle.h:55
Marble::GeoGraphicsItemPrivate::m_minZoomLevel
int m_minZoomLevel
Definition: GeoGraphicsItem_p.h:42
ViewportParams.h
This file contains the headers for ViewportParams.
Marble::GeoGraphicsItemPrivate
Definition: GeoGraphicsItem_p.h:23
GeoDataLatLonAltBox.h
Marble::GeoDataFeature
A base class for all geodata features.
Definition: GeoDataFeature.h:57
Marble::GeoGraphicsItemPrivate::m_zValue
qreal m_zValue
Definition: GeoGraphicsItem_p.h:39
Marble::GeoGraphicsItemPrivate::m_feature
const GeoDataFeature * m_feature
Definition: GeoGraphicsItem_p.h:43
Marble::GeoGraphicsItemPrivate::m_latLonAltBox
GeoDataLatLonAltBox m_latLonAltBox
Definition: GeoGraphicsItem_p.h:44
Marble::GeoGraphicsItemPrivate::m_flags
GeoGraphicsItem::GeoGraphicsItemFlags m_flags
Definition: GeoGraphicsItem_p.h:40
Marble::GeoDataLatLonAltBox
A class that defines a 3D bounding box for geographic data.
Definition: GeoDataLatLonAltBox.h:49
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