Marble
GeoDataDocument.cpp
151 void GeoDataDocument::setNetworkLinkControl( const GeoDataNetworkLinkControl &networkLinkControl )
void pack(QDataStream &stream) const override
Serialize the container to a stream.
Definition: GeoDataContainer.cpp:333
QList< GeoDataSchema > schemas() const
dump a vector of all schemas
Definition: GeoDataDocument.cpp:260
void removeStyleMap(const QString &mapId)
remove stylemap from storage
Definition: GeoDataDocument.cpp:210
const GeoDataStyleMap * styleMap() const
Return a pointer to a GeoDataStyleMap object which represents the styleMap of this feature.
Definition: GeoDataFeature.cpp:480
const char * nodeType() const override
Provides type information for downcasting a GeoNode.
Definition: GeoDataDocument.cpp:86
void addStyleMap(const GeoDataStyleMap &map)
Add a stylemap to the stylemap storage.
Definition: GeoDataDocument.cpp:203
void removeSchema(const QString &schemaId)
remove a schema from schema storage
Definition: GeoDataDocument.cpp:241
GeoDataFeature * clone() const override
Duplicate into another equal instance.
Definition: GeoDataDocument.cpp:92
void removeStyle(const QString &styleId)
Add a style to the style storage.
Definition: GeoDataDocument.cpp:164
QString baseUri() const
The URI relative paths should be resolved against.
Definition: GeoDataDocument.cpp:133
void addSchema(const GeoDataSchema &schema)
Add a schema to simplemap storage.
Definition: GeoDataDocument.cpp:234
void setFileName(const QString &value)
Set a new file name for this document.
Definition: GeoDataDocument.cpp:127
A container for Features, Styles and in the future Schemas.
Definition: GeoDataDocument.h:48
Binds a QML item to a specific geodetic location in screen coordinates.
Definition: AbstractDataPlugin.cpp:22
void unpack(QDataStream &stream) override
Unserialize the container from a stream.
Definition: GeoDataContainer.cpp:350
void setBaseUri(const QString &baseUri)
Change the URI for resolving relative paths.
Definition: GeoDataDocument.cpp:139
GeoDataSchema schema(const QString &schemaId) const
Returns a schema with id = schemaId form schema storage.
Definition: GeoDataDocument.cpp:248
QList< GeoDataStyleMap > styleMaps() const
dump a Vector of all stylemaps
Definition: GeoDataDocument.cpp:228
Q_D(Todo)
GeoDataNetworkLinkControl networkLinkControl() const
the NetworkLinkControl of the file
Definition: GeoDataDocument.cpp:145
QSharedPointer< const GeoDataStyle > style() const
Return the style assigned to the placemark, or a default style if none has been set.
Definition: GeoDataFeature.cpp:413
void setNetworkLinkControl(const GeoDataNetworkLinkControl &networkLinkControl)
set the NetworkLinkControl of the file
Definition: GeoDataDocument.cpp:151
void addStyle(const GeoDataStyle::Ptr &style)
Add a style to the style storage.
Definition: GeoDataDocument.cpp:157
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 30 2023 04:09:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 30 2023 04:09:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.