Marble
VisiblePlacemark.h
40 explicit VisiblePlacemark(const GeoDataPlacemark *placemark, const GeoDataCoordinates &coordinates, const GeoDataStyle::ConstPtr &style);
a class representing a point of interest on the map
Definition GeoDataPlacemark.h:47
A class which represents the visible place marks on a map.
Definition VisiblePlacemark.h:36
const QPointF & symbolPosition() const
Returns the position of the place mark symbol on the map.
Definition VisiblePlacemark.cpp:73
const QPixmap & labelPixmap()
Returns the pixmap of the place mark name label.
Definition VisiblePlacemark.cpp:118
const QString & symbolId() const
Returns the id for the place mark symbol.
Definition VisiblePlacemark.cpp:55
const GeoDataPlacemark * placemark() const
Returns the index of the place mark model which is associated with this visible place mark.
Definition VisiblePlacemark.cpp:39
const QPointF hotSpot() const
Returns the top left corner of the place mark symbol's hot spot.
Definition VisiblePlacemark.cpp:78
void setLabelRect(const QRectF &area)
Sets the area covered by the place mark name label on the map.
Definition VisiblePlacemark.cpp:146
void setSymbolPosition(const QPointF &position)
Sets the position of the place mark symbol on the map.
Definition VisiblePlacemark.cpp:113
const QPixmap & symbolPixmap() const
Returns the pixmap of the place mark symbol.
Definition VisiblePlacemark.cpp:44
const QRectF & labelRect() const
Returns the area covered by the place mark name label on the map.
Definition VisiblePlacemark.cpp:141
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.