marble
Marble::GeoDataAlias Class Reference
#include <GeoDataAlias.h>
Inheritance diagram for Marble::GeoDataAlias:

Public Member Functions | |
| GeoDataAlias () | |
| GeoDataAlias (const GeoDataAlias &other) | |
| ~GeoDataAlias () | |
| virtual const char * | nodeType () const |
| GeoDataAlias & | operator= (const GeoDataAlias &other) |
| 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 48 of file GeoDataAlias.cpp.
Member Function Documentation
|
virtual |
Provides type information for downcasting a GeoNode.
Reimplemented from Marble::GeoNode.
Definition at line 53 of file GeoDataAlias.cpp.
| GeoDataAlias & Marble::GeoDataAlias::operator= | ( | const GeoDataAlias & | other | ) |
Definition at line 42 of file GeoDataAlias.cpp.
| void Marble::GeoDataAlias::setSourceHref | ( | const QString & | sourceHref | ) |
Definition at line 68 of file GeoDataAlias.cpp.
| void Marble::GeoDataAlias::setTargetHref | ( | const QString & | targetHref | ) |
Definition at line 73 of file GeoDataAlias.cpp.
| QString Marble::GeoDataAlias::sourceHref | ( | ) | const |
Definition at line 58 of file GeoDataAlias.cpp.
| QString Marble::GeoDataAlias::targetHref | ( | ) | const |
Definition at line 63 of file GeoDataAlias.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 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