• 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
  • data
GeoDataPhotoOverlay.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 2012 Dennis Nienhüser <earthwings@gentoo.org>
9 // Copyright 2013 Mohammed Nafees <nafees.technocool@gmail.com>
10 //
11 
12 
13 #ifndef MARBLE_GEODATAPHOTOOVERLAY_H
14 #define MARBLE_GEODATAPHOTOOVERLAY_H
15 
16 #include "GeoDataOverlay.h"
17 #include "MarbleGlobal.h"
18 #include "GeoDataPoint.h"
19 #include "GeoDataImagePyramid.h"
20 #include "GeoDataViewVolume.h"
21 #include "marble_export.h"
22 
23 namespace Marble {
24 
25 class GeoDataPhotoOverlayPrivate;
26 
27 class MARBLE_EXPORT GeoDataPhotoOverlay: public GeoDataOverlay
28 {
29 public:
30  GeoDataPhotoOverlay();
31 
32  GeoDataPhotoOverlay( const GeoDataPhotoOverlay &other );
33 
34  GeoDataPhotoOverlay& operator=( const GeoDataPhotoOverlay &other );
35  bool operator==( const GeoDataPhotoOverlay &other ) const;
36  bool operator!=( const GeoDataPhotoOverlay &other ) const;
37  ~GeoDataPhotoOverlay();
38 
40  virtual const char* nodeType() const;
41 
42  enum Shape {
43  Rectangle,
44  Cylinder,
45  Sphere
46  };
47 
48  qreal rotation() const;
49  void setRotation( const qreal rotation );
50 
51  GeoDataViewVolume &viewVolume();
52  const GeoDataViewVolume& viewVolume() const;
53  void setViewVolume( const GeoDataViewVolume &viewVolume );
54 
55  GeoDataImagePyramid& imagePyramid();
56  const GeoDataImagePyramid& imagePyramid() const;
57  void setImagePyramid( const GeoDataImagePyramid &imagePyramid );
58 
59  GeoDataPoint& point();
60  const GeoDataPoint& point() const;
61  void setPoint( const GeoDataPoint &point );
62 
63  Shape shape() const;
64  void setShape( Shape shape );
65 
66 private:
67  GeoDataPhotoOverlayPrivate* const d;
68 };
69 
70 }
71 
72 #endif
Marble::GeoDataPoint
A Geometry object representing a 3d point.
Definition: GeoDataPoint.h:47
Marble::GeoDataImagePyramid
Definition: GeoDataImagePyramid.h:22
Marble::operator==
bool operator==(const DownloadPolicyKey &lhs, const DownloadPolicyKey &rhs)
Definition: DownloadPolicy.h:49
Marble::GeoDataPhotoOverlay::Cylinder
Definition: GeoDataPhotoOverlay.h:44
Marble::GeoDataViewVolume
Definition: GeoDataViewVolume.h:22
MARBLE_EXPORT
#define MARBLE_EXPORT
Definition: marble_export.h:20
Marble::operator!=
bool operator!=(GeoDataLatLonBox const &lhs, GeoDataLatLonBox const &rhs)
Definition: GeoDataLatLonBox.cpp:59
GeoDataImagePyramid.h
Marble::GeoDataPhotoOverlay
Definition: GeoDataPhotoOverlay.h:27
Marble::GeoDataPhotoOverlay::Shape
Shape
Definition: GeoDataPhotoOverlay.h:42
MarbleGlobal.h
Marble::GeoDataOverlay
Definition: GeoDataOverlay.h:27
GeoDataOverlay.h
GeoDataViewVolume.h
GeoDataPoint.h
marble_export.h
Marble::GeoDataPhotoOverlay::Rectangle
Definition: GeoDataPhotoOverlay.h:43
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