marble
GeoDataDocument.cpp
Go to the documentation of this file.
128 void GeoDataDocument::setNetworkLinkControl( const GeoDataNetworkLinkControl &networkLinkControl )
void removeSchema(const QString &schemaId)
remove a schema from schema storage
Definition: GeoDataDocument.cpp:201
QMap< QString, GeoDataStyle > m_styleHash
Definition: GeoDataDocument_p.h:50
void addStyleMap(const GeoDataStyleMap &map)
Add a stylemap to the stylemap storage.
Definition: GeoDataDocument.cpp:166
A container for Features, Styles and in the future Schemas.
Definition: GeoDataDocument.h:65
void setNetworkLinkControl(const GeoDataNetworkLinkControl &networkLinkControl)
set the NetworkLinkControl of the file
Definition: GeoDataDocument.cpp:128
void setDocumentRole(DocumentRole role)
Definition: GeoDataDocument.cpp:86
DocumentRole m_documentRole
Definition: GeoDataDocument_p.h:57
void removeStyle(const QString &styleId)
Add a style to the style storage.
Definition: GeoDataDocument.cpp:141
virtual void unpack(QDataStream &stream)
Unserialize the container from a stream.
Definition: GeoDataContainer.cpp:367
bool operator==(const GeoDataDocument &other) const
Definition: GeoDataDocument.cpp:63
virtual void unpack(QDataStream &stream)
Unserialize the container from a stream.
Definition: GeoDataDocument.cpp:239
A base class that can hold GeoDataFeatures.
Definition: GeoDataContainer.h:47
const GeoDataStyle * style() const
Return the style assigned to the placemark, or a default style if none has been set.
Definition: GeoDataFeature.cpp:709
a class to map different styles to one style
Definition: GeoDataStyleMap.h:38
GeoDataNetworkLinkControl m_networkLinkControl
Definition: GeoDataDocument_p.h:55
void removeStyleMap(const QString &mapId)
remove stylemap from storage
Definition: GeoDataDocument.cpp:173
virtual void setParent(GeoDataObject *parent)
Sets the parent of the object.
Definition: GeoDataObject.cpp:70
QString baseUri() const
The URI relative paths should be resolved against.
Definition: GeoDataDocument.cpp:112
const GeoDataStyleMap * styleMap() const
Return a pointer to a GeoDataStyleMap object which represents the styleMap of this feature...
Definition: GeoDataFeature.cpp:787
QMap< QString, GeoDataSchema > m_schemaHash
Definition: GeoDataDocument_p.h:52
DocumentRole documentRole() const
Definition: GeoDataDocument.cpp:81
void addStyle(const GeoDataStyle &style)
Add a style to the style storage.
Definition: GeoDataDocument.cpp:134
virtual void pack(QDataStream &stream) const
Serialize the container to a stream.
Definition: GeoDataDocument.cpp:223
virtual void pack(QDataStream &stream) const
Serialize the container to a stream.
Definition: GeoDataContainer.cpp:351
void setBaseUri(const QString &baseUri)
Change the URI for resolving relative paths.
Definition: GeoDataDocument.cpp:117
void setProperty(QString property)
Definition: GeoDataDocument.cpp:96
Definition: GeoDataSchema.h:30
void setFileName(const QString &value)
Set a new file name for this document.
Definition: GeoDataDocument.cpp:106
GeoDataSchema schema(const QString &schemaId) const
Returns a schema with id = schemaId form schema storage.
Definition: GeoDataDocument.cpp:208
A shared base class between GeoDataDocument/GeoSourceDocument.
Definition: GeoDocument.h:42
QList< GeoDataStyle > styles() const
dump a Vector of all styles
Definition: GeoDataDocument.cpp:161
QMap< QString, GeoDataStyleMap > m_styleMapHash
Definition: GeoDataDocument_p.h:51
bool operator!=(const GeoDataDocument &other) const
Definition: GeoDataDocument.cpp:76
GeoDataNetworkLinkControl networkLinkControl() const
the NetworkLinkControl of the file
Definition: GeoDataDocument.cpp:123
virtual void unpack(QDataStream &stream)
Unserialize the style from a stream.
Definition: GeoDataStyle.cpp:205
QList< GeoDataStyleMap > styleMaps() const
dump a Vector of all styles
Definition: GeoDataDocument.cpp:189
bool equals(const GeoDataContainer &other) const
Definition: GeoDataContainer.cpp:66
void addSchema(const GeoDataSchema &schema)
Add a schema to simplemap storage.
Definition: GeoDataDocument.cpp:194
QList< GeoDataSchema > schemas() const
dump a vector of all schemas
Definition: GeoDataDocument.cpp:218
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.