Marble
GeoDataObject.h
96 * Returns the given node cast to type T if the node was instantiated as type T; otherwise returns 0.
117 * Returns the given node cast to type const T if the node was instantiated as type T; otherwise returns 0.
QString targetId() const
Get the targetId of the object to be replaced.
Definition GeoDataObject.cpp:86
void setTargetId(const QString &value)
set a new targetId of this object
Definition GeoDataObject.cpp:91
virtual bool equals(const GeoDataObject &other) const
Compares the value of id and targetId of the two objects.
Definition GeoDataObject.cpp:127
void pack(QDataStream &stream) const override
Reimplemented from Serializable.
Definition GeoDataObject.cpp:115
const GeoDataObject * parent() const
Provides the parent of the object in GeoDataContainers.
Definition GeoDataObject.cpp:61
void unpack(QDataStream &steam) override
Reimplemented from Serializable.
Definition GeoDataObject.cpp:121
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
T * geodata_cast(GeoDataObject *node)
Returns the given node cast to type T if the node was instantiated as type T; otherwise returns 0.
Definition GeoDataObject.h:103
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:09 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:09 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.