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

marble

  • kde-4.x
  • kdeedu
  • marble
  • src
  • lib
  • marble
  • geodata
  • data
GeoDataCamera_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 2013 Mayank Madan <[email protected]>
9 //
10 
11 
12 #ifndef MARBLE_GEODATACAMERA_P_H
13 #define MARBLE_GEODATACAMERA_P_H
14 
15 #include "GeoDataCoordinates.h"
16 
17 #include <QAtomicInt>
18 
19 namespace Marble
20 {
21 
22 class GeoDataCameraPrivate
23 {
24  public :
25  GeoDataCameraPrivate()
26  : m_coordinates(),
27  m_roll( 0.0 ),
28  m_heading( 0.0 ),
29  m_tilt( 0.0 ),
30  ref( 1 )
31  {
32  }
33 
34  GeoDataCoordinates m_coordinates;
35  qreal m_roll;
36  qreal m_heading;
37  qreal m_tilt;
38 
39  QAtomicInt ref;
40 };
41 
42 } // namespace Marble
43 
44 #endif
GeoDataCoordinates.h
Marble::GeoDataCoordinates
A 3d point representation.
Definition: GeoDataCoordinates.h:45
Marble::GeoDataCameraPrivate::GeoDataCameraPrivate
GeoDataCameraPrivate()
Definition: GeoDataCamera_p.h:25
Marble::GeoDataCameraPrivate
Definition: GeoDataCamera_p.h:22
QAtomicInt
Marble::GeoDataCameraPrivate::m_coordinates
GeoDataCoordinates m_coordinates
Definition: GeoDataCamera_p.h:34
Marble::GeoDataCameraPrivate::m_tilt
qreal m_tilt
Definition: GeoDataCamera_p.h:37
Marble::GeoDataCameraPrivate::m_heading
qreal m_heading
Definition: GeoDataCamera_p.h:36
Marble::GeoDataCameraPrivate::m_roll
qreal m_roll
Definition: GeoDataCamera_p.h:35
Marble::GeoDataCameraPrivate::ref
QAtomicInt ref
Definition: GeoDataCamera_p.h:39
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Dec 9 2019 01:02:20 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
  •   KmPlot
  • libkeduvocdocument
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   src
  •   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