marble
#include <GeoDataAlias.h>

Public Member Functions | |
| GeoDataAlias () | |
| GeoDataAlias (const GeoDataAlias &other) | |
| ~GeoDataAlias () | |
| virtual const char * | nodeType () const |
| bool | operator!= (const GeoDataAlias &other) const |
| GeoDataAlias & | operator= (const GeoDataAlias &other) |
| bool | operator== (const GeoDataAlias &other) const |
| void | setSourceHref (const QString &sourceHref) |
| void | setTargetHref (const QString &targetHref) |
| QString | sourceHref () const |
| QString | targetHref () const |
Public Member Functions inherited from Marble::GeoNode | |
| GeoNode () | |
| virtual | ~GeoNode () |
Detailed Description
Definition at line 22 of file GeoDataAlias.h.
Constructor & Destructor Documentation
| Marble::GeoDataAlias::GeoDataAlias | ( | ) |
Definition at line 31 of file GeoDataAlias.cpp.
| Marble::GeoDataAlias::GeoDataAlias | ( | const GeoDataAlias & | other | ) |
Definition at line 36 of file GeoDataAlias.cpp.
| Marble::GeoDataAlias::~GeoDataAlias | ( | ) |
Definition at line 58 of file GeoDataAlias.cpp.
Member Function Documentation
|
virtual |
Provides type information for downcasting a GeoNode.
Reimplemented from Marble::GeoNode.
Definition at line 63 of file GeoDataAlias.cpp.
| bool Marble::GeoDataAlias::operator!= | ( | const GeoDataAlias & | other | ) | const |
Definition at line 53 of file GeoDataAlias.cpp.
| GeoDataAlias & Marble::GeoDataAlias::operator= | ( | const GeoDataAlias & | other | ) |
Definition at line 42 of file GeoDataAlias.cpp.
| bool Marble::GeoDataAlias::operator== | ( | const GeoDataAlias & | other | ) | const |
Definition at line 48 of file GeoDataAlias.cpp.
| void Marble::GeoDataAlias::setSourceHref | ( | const QString & | sourceHref | ) |
Definition at line 78 of file GeoDataAlias.cpp.
| void Marble::GeoDataAlias::setTargetHref | ( | const QString & | targetHref | ) |
Definition at line 83 of file GeoDataAlias.cpp.
| QString Marble::GeoDataAlias::sourceHref | ( | ) | const |
Definition at line 68 of file GeoDataAlias.cpp.
| QString Marble::GeoDataAlias::targetHref | ( | ) | const |
Definition at line 73 of file GeoDataAlias.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:44 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