• 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
  • 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 
36  ~GeoDataPhotoOverlay();
37 
39  virtual const char* nodeType() const;
40 
41  enum Shape {
42  Rectangle,
43  Cylinder,
44  Sphere
45  };
46 
47  qreal rotation() const;
48  void setRotation( const qreal &rotation );
49 
50  GeoDataViewVolume &viewVolume();
51  const GeoDataViewVolume& viewVolume() const;
52  void setViewVolume( const GeoDataViewVolume &viewVolume );
53 
54  GeoDataImagePyramid& imagePyramid();
55  const GeoDataImagePyramid& imagePyramid() const;
56  void setImagePyramid( const GeoDataImagePyramid &imagePyramid );
57 
58  GeoDataPoint& point() const;
59  void setPoint( const GeoDataPoint &point );
60 
61  Shape& shape();
62  const Shape& shape() const;
63  void setShape( const Shape &shape );
64 
65 private:
66  GeoDataPhotoOverlayPrivate* const d;
67 };
68 
69 }
70 
71 #endif
Marble::GeoDataPoint
A Geometry object representing a 3d point.
Definition: GeoDataPoint.h:47
Marble::GeoDataImagePyramid
Definition: GeoDataImagePyramid.h:22
Marble::GeoDataPhotoOverlay::Cylinder
Definition: GeoDataPhotoOverlay.h:43
Marble::GeoDataViewVolume
Definition: GeoDataViewVolume.h:22
MARBLE_EXPORT
#define MARBLE_EXPORT
Definition: marble_export.h:20
GeoDataImagePyramid.h
Marble::GeoDataPhotoOverlay
Definition: GeoDataPhotoOverlay.h:27
Marble::GeoDataPhotoOverlay::Shape
Shape
Definition: GeoDataPhotoOverlay.h:41
MarbleGlobal.h
Marble::GeoDataOverlay
Definition: GeoDataOverlay.h:27
GeoDataOverlay.h
GeoDataViewVolume.h
GeoDataPoint.h
marble_export.h
Marble::GeoDataPhotoOverlay::Rectangle
Definition: GeoDataPhotoOverlay.h:42
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