marble
#include <GeoDataUpdate.h>
Additional Inherited Members | |
Protected Member Functions inherited from Marble::GeoDataObject | |
virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
Definition at line 25 of file GeoDataUpdate.h.
Constructor & Destructor Documentation
Marble::GeoDataUpdate::GeoDataUpdate | ( | ) |
Definition at line 32 of file GeoDataUpdate.cpp.
Marble::GeoDataUpdate::GeoDataUpdate | ( | const GeoDataUpdate & | other | ) |
Definition at line 37 of file GeoDataUpdate.cpp.
Marble::GeoDataUpdate::~GeoDataUpdate | ( | ) |
Definition at line 68 of file GeoDataUpdate.cpp.
Member Function Documentation
GeoDataChange * Marble::GeoDataUpdate::change | ( | ) | const |
Definition at line 88 of file GeoDataUpdate.cpp.
GeoDataCreate * Marble::GeoDataUpdate::create | ( | ) | const |
Definition at line 102 of file GeoDataUpdate.cpp.
GeoDataDelete * Marble::GeoDataUpdate::getDelete | ( | ) | const |
Definition at line 116 of file GeoDataUpdate.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 73 of file GeoDataUpdate.cpp.
bool Marble::GeoDataUpdate::operator!= | ( | const GeoDataUpdate & | other | ) | const |
Definition at line 63 of file GeoDataUpdate.cpp.
GeoDataUpdate & Marble::GeoDataUpdate::operator= | ( | const GeoDataUpdate & | other | ) |
Definition at line 42 of file GeoDataUpdate.cpp.
bool Marble::GeoDataUpdate::operator== | ( | const GeoDataUpdate & | other | ) | const |
Definition at line 49 of file GeoDataUpdate.cpp.
void Marble::GeoDataUpdate::setChange | ( | GeoDataChange * | change | ) |
Definition at line 93 of file GeoDataUpdate.cpp.
void Marble::GeoDataUpdate::setCreate | ( | GeoDataCreate * | create | ) |
Definition at line 107 of file GeoDataUpdate.cpp.
void Marble::GeoDataUpdate::setDelete | ( | GeoDataDelete * | dataDelete | ) |
Definition at line 121 of file GeoDataUpdate.cpp.
void Marble::GeoDataUpdate::setTargetHref | ( | const QString & | targetHref | ) |
Definition at line 83 of file GeoDataUpdate.cpp.
QString Marble::GeoDataUpdate::targetHref | ( | ) | const |
Definition at line 78 of file GeoDataUpdate.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.