marble
#include <GeoDataModel.h>

Additional Inherited Members | |
Protected Member Functions inherited from Marble::GeoDataGeometry | |
| bool | equals (const GeoDataGeometry &other) const |
Protected Member Functions inherited from Marble::GeoDataObject | |
| virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
Definition at line 29 of file GeoDataModel.h.
Constructor & Destructor Documentation
| Marble::GeoDataModel::GeoDataModel | ( | ) |
Definition at line 47 of file GeoDataModel.cpp.
| Marble::GeoDataModel::GeoDataModel | ( | const GeoDataModel & | other | ) |
Definition at line 54 of file GeoDataModel.cpp.
| Marble::GeoDataModel::~GeoDataModel | ( | ) |
Definition at line 87 of file GeoDataModel.cpp.
Member Function Documentation
| const GeoDataCoordinates & Marble::GeoDataModel::coordinates | ( | ) | const |
Definition at line 97 of file GeoDataModel.cpp.
| GeoDataCoordinates & Marble::GeoDataModel::coordinates | ( | ) |
Definition at line 102 of file GeoDataModel.cpp.
| const GeoDataLink & Marble::GeoDataModel::link | ( | ) | const |
Definition at line 127 of file GeoDataModel.cpp.
| GeoDataLink & Marble::GeoDataModel::link | ( | ) |
Definition at line 132 of file GeoDataModel.cpp.
| const GeoDataLocation & Marble::GeoDataModel::location | ( | ) | const |
Definition at line 107 of file GeoDataModel.cpp.
| GeoDataLocation & Marble::GeoDataModel::location | ( | ) |
Definition at line 112 of file GeoDataModel.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Reimplemented from Marble::GeoDataGeometry.
Definition at line 92 of file GeoDataModel.cpp.
| bool Marble::GeoDataModel::operator!= | ( | const GeoDataModel & | other | ) | const |
Definition at line 82 of file GeoDataModel.cpp.
| GeoDataModel & Marble::GeoDataModel::operator= | ( | const GeoDataModel & | other | ) |
Definition at line 61 of file GeoDataModel.cpp.
| bool Marble::GeoDataModel::operator== | ( | const GeoDataModel & | other | ) | const |
Definition at line 69 of file GeoDataModel.cpp.
| const GeoDataOrientation & Marble::GeoDataModel::orientation | ( | ) | const |
Definition at line 157 of file GeoDataModel.cpp.
| GeoDataOrientation & Marble::GeoDataModel::orientation | ( | ) |
Definition at line 162 of file GeoDataModel.cpp.
| const GeoDataResourceMap & Marble::GeoDataModel::resourceMap | ( | ) | const |
Definition at line 172 of file GeoDataModel.cpp.
| GeoDataResourceMap & Marble::GeoDataModel::resourceMap | ( | ) |
Definition at line 177 of file GeoDataModel.cpp.
| const GeoDataScale & Marble::GeoDataModel::scale | ( | ) | const |
Definition at line 142 of file GeoDataModel.cpp.
| GeoDataScale & Marble::GeoDataModel::scale | ( | ) |
Definition at line 147 of file GeoDataModel.cpp.
| void Marble::GeoDataModel::setCoordinates | ( | const GeoDataCoordinates & | coordinates | ) |
Definition at line 117 of file GeoDataModel.cpp.
| void Marble::GeoDataModel::setLink | ( | const GeoDataLink & | link | ) |
Definition at line 137 of file GeoDataModel.cpp.
| void Marble::GeoDataModel::setLocation | ( | const GeoDataLocation & | location | ) |
Definition at line 122 of file GeoDataModel.cpp.
| void Marble::GeoDataModel::setOrientation | ( | const GeoDataOrientation & | orientation | ) |
Definition at line 167 of file GeoDataModel.cpp.
| void Marble::GeoDataModel::setResourceMap | ( | const GeoDataResourceMap & | map | ) |
Definition at line 182 of file GeoDataModel.cpp.
| void Marble::GeoDataModel::setScale | ( | const GeoDataScale & | scale | ) |
Definition at line 152 of file GeoDataModel.cpp.
| void Marble::GeoDataModel::setSourceHref | ( | const QString & | sourceHref | ) |
Definition at line 202 of file GeoDataModel.cpp.
| void Marble::GeoDataModel::setTargetHref | ( | const QString & | targetHref | ) |
Definition at line 192 of file GeoDataModel.cpp.
| QString Marble::GeoDataModel::sourceHref | ( | ) | const |
Definition at line 197 of file GeoDataModel.cpp.
| QString Marble::GeoDataModel::targetHref | ( | ) | const |
Definition at line 187 of file GeoDataModel.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 Member Functions inherited from