marble
GeoDataHotSpot.cpp
Go to the documentation of this file.
29 GeoDataHotSpotPrivate( const QPointF& hotSpot, GeoDataHotSpot::Units xunits, GeoDataHotSpot::Units yunits )
bool operator==(const GeoDataHotSpot &other)
Definition: GeoDataHotSpot.cpp:69
virtual bool equals(const GeoDataObject &other) const
Compares the value of id and targetId of the two objects.
Definition: GeoDataObject.cpp:126
virtual void pack(QDataStream &stream) const
Reimplemented from Serializable.
Definition: GeoDataObject.cpp:114
const QPointF & hotSpot(Units &xunits, Units &yunits) const
this function returns the hotspot and the units the hotspot is measured in
Definition: GeoDataHotSpot.cpp:82
bool operator!=(const GeoDataHotSpot &other)
Definition: GeoDataHotSpot.cpp:77
Definition: GeoDataHotSpot.h:27
virtual void unpack(QDataStream &stream)
Unserialize the contents of the feature from stream.
Definition: GeoDataHotSpot.cpp:111
const char * GeoDataHotspotType
Definition: GeoDataTypes.cpp:45
GeoDataHotSpot(const QPointF &hotSpot=QPointF(0.5, 0.5), Units xunits=Fraction, Units yunits=Fraction)
Definition: GeoDataHotSpot.cpp:46
GeoDataObject & operator=(const GeoDataObject &)
Definition: GeoDataObject.cpp:54
virtual void unpack(QDataStream &steam)
Reimplemented from Serializable.
Definition: GeoDataObject.cpp:120
GeoDataHotSpot & operator=(const GeoDataHotSpot &other)
Definition: GeoDataHotSpot.cpp:61
void setHotSpot(const QPointF &hotSpot=QPointF(0.5, 0.5), Units xunits=Fraction, Units yunits=Fraction)
Definition: GeoDataHotSpot.cpp:91
virtual void pack(QDataStream &stream) const
Serialize the contents of the feature to stream.
Definition: GeoDataHotSpot.cpp:103
virtual const char * nodeType() const
Provides type information for downcasting a GeoData.
Definition: GeoDataHotSpot.cpp:98
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.