marble
#include <GeoDataSchema.h>
Additional Inherited Members | |
Protected Member Functions inherited from Marble::GeoDataObject | |
virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
Definition at line 30 of file GeoDataSchema.h.
Constructor & Destructor Documentation
Marble::GeoDataSchema::GeoDataSchema | ( | ) |
Definition at line 28 of file GeoDataSchema.cpp.
Marble::GeoDataSchema::GeoDataSchema | ( | const QHash< QString, GeoDataSimpleField > & | simpleFields | ) |
Definition at line 33 of file GeoDataSchema.cpp.
Marble::GeoDataSchema::GeoDataSchema | ( | const GeoDataSchema & | other | ) |
Definition at line 39 of file GeoDataSchema.cpp.
Marble::GeoDataSchema::~GeoDataSchema | ( | ) |
Definition at line 64 of file GeoDataSchema.cpp.
Member Function Documentation
void Marble::GeoDataSchema::addSimpleField | ( | const GeoDataSimpleField & | value | ) |
Definition at line 84 of file GeoDataSchema.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 94 of file GeoDataSchema.cpp.
bool Marble::GeoDataSchema::operator!= | ( | const GeoDataSchema & | other | ) | const |
Definition at line 59 of file GeoDataSchema.cpp.
GeoDataSchema & Marble::GeoDataSchema::operator= | ( | const GeoDataSchema & | other | ) |
Definition at line 45 of file GeoDataSchema.cpp.
bool Marble::GeoDataSchema::operator== | ( | const GeoDataSchema & | other | ) | const |
Definition at line 52 of file GeoDataSchema.cpp.
|
virtual |
Reimplemented from Serializable.
Reimplemented from Marble::GeoDataObject.
Definition at line 99 of file GeoDataSchema.cpp.
QString Marble::GeoDataSchema::schemaName | ( | ) | const |
Definition at line 69 of file GeoDataSchema.cpp.
void Marble::GeoDataSchema::setSchemaName | ( | const QString & | name | ) |
Definition at line 74 of file GeoDataSchema.cpp.
GeoDataSimpleField & Marble::GeoDataSchema::simpleField | ( | const QString & | name | ) | const |
Definition at line 79 of file GeoDataSchema.cpp.
QList< GeoDataSimpleField > Marble::GeoDataSchema::simpleFields | ( | ) | const |
Definition at line 89 of file GeoDataSchema.cpp.
|
virtual |
Reimplemented from Serializable.
Reimplemented from Marble::GeoDataObject.
Definition at line 111 of file GeoDataSchema.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.