marble
#include <GeoDataPhotoOverlay.h>

Additional Inherited Members | |
Static Public Member Functions inherited from Marble::GeoDataFeature | |
| static QFont | defaultFont () |
| static QColor | defaultLabelColor () |
| static GeoDataVisualCategory | OsmVisualCategory (const QString &keyValue) |
| static void | resetDefaultStyles () |
| static void | setDefaultFont (const QFont &font) |
| static void | setDefaultLabelColor (const QColor &color) |
Protected Member Functions inherited from Marble::GeoDataOverlay | |
| bool | equals (const GeoDataOverlay &other) const |
Protected Member Functions inherited from Marble::GeoDataFeature | |
| GeoDataFeature (GeoDataFeaturePrivate *priv) | |
| bool | equals (const GeoDataFeature &other) const |
Protected Member Functions inherited from Marble::GeoDataObject | |
| virtual bool | equals (const GeoDataObject &other) const |
Protected Attributes inherited from Marble::GeoDataFeature | |
| GeoDataFeaturePrivate * | d |
Detailed Description
Definition at line 27 of file GeoDataPhotoOverlay.h.
Member Enumeration Documentation
| Enumerator | |
|---|---|
| Rectangle | |
| Cylinder | |
| Sphere | |
Definition at line 42 of file GeoDataPhotoOverlay.h.
Constructor & Destructor Documentation
| Marble::GeoDataPhotoOverlay::GeoDataPhotoOverlay | ( | ) |
Definition at line 39 of file GeoDataPhotoOverlay.cpp.
| Marble::GeoDataPhotoOverlay::GeoDataPhotoOverlay | ( | const GeoDataPhotoOverlay & | other | ) |
Definition at line 44 of file GeoDataPhotoOverlay.cpp.
| Marble::GeoDataPhotoOverlay::~GeoDataPhotoOverlay | ( | ) |
Definition at line 71 of file GeoDataPhotoOverlay.cpp.
Member Function Documentation
| GeoDataImagePyramid & Marble::GeoDataPhotoOverlay::imagePyramid | ( | ) |
Definition at line 106 of file GeoDataPhotoOverlay.cpp.
| const GeoDataImagePyramid & Marble::GeoDataPhotoOverlay::imagePyramid | ( | ) | const |
Definition at line 111 of file GeoDataPhotoOverlay.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Reimplemented from Marble::GeoDataFeature.
Definition at line 76 of file GeoDataPhotoOverlay.cpp.
| bool Marble::GeoDataPhotoOverlay::operator!= | ( | const GeoDataPhotoOverlay & | other | ) | const |
Definition at line 66 of file GeoDataPhotoOverlay.cpp.
| GeoDataPhotoOverlay & Marble::GeoDataPhotoOverlay::operator= | ( | const GeoDataPhotoOverlay & | other | ) |
Definition at line 50 of file GeoDataPhotoOverlay.cpp.
| bool Marble::GeoDataPhotoOverlay::operator== | ( | const GeoDataPhotoOverlay & | other | ) | const |
Definition at line 56 of file GeoDataPhotoOverlay.cpp.
| GeoDataPoint & Marble::GeoDataPhotoOverlay::point | ( | ) |
Definition at line 121 of file GeoDataPhotoOverlay.cpp.
| const GeoDataPoint & Marble::GeoDataPhotoOverlay::point | ( | ) | const |
Definition at line 126 of file GeoDataPhotoOverlay.cpp.
| qreal Marble::GeoDataPhotoOverlay::rotation | ( | ) | const |
Definition at line 81 of file GeoDataPhotoOverlay.cpp.
| void Marble::GeoDataPhotoOverlay::setImagePyramid | ( | const GeoDataImagePyramid & | imagePyramid | ) |
Definition at line 116 of file GeoDataPhotoOverlay.cpp.
| void Marble::GeoDataPhotoOverlay::setPoint | ( | const GeoDataPoint & | point | ) |
Definition at line 131 of file GeoDataPhotoOverlay.cpp.
| void Marble::GeoDataPhotoOverlay::setRotation | ( | const qreal | rotation | ) |
Definition at line 86 of file GeoDataPhotoOverlay.cpp.
| void Marble::GeoDataPhotoOverlay::setShape | ( | Shape | shape | ) |
Definition at line 141 of file GeoDataPhotoOverlay.cpp.
| void Marble::GeoDataPhotoOverlay::setViewVolume | ( | const GeoDataViewVolume & | viewVolume | ) |
Definition at line 101 of file GeoDataPhotoOverlay.cpp.
| GeoDataPhotoOverlay::Shape Marble::GeoDataPhotoOverlay::shape | ( | ) | const |
Definition at line 136 of file GeoDataPhotoOverlay.cpp.
| GeoDataViewVolume & Marble::GeoDataPhotoOverlay::viewVolume | ( | ) |
Definition at line 91 of file GeoDataPhotoOverlay.cpp.
| const GeoDataViewVolume & Marble::GeoDataPhotoOverlay::viewVolume | ( | ) | const |
Definition at line 96 of file GeoDataPhotoOverlay.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Types inherited from