Marble
PlacemarkLayout.h
118 bool layoutPlacemark(const GeoDataPlacemark *placemark, const GeoDataCoordinates &coordinates, qreal x, qreal y, bool selected );
Q_OBJECTQ_OBJECT
QVector< VisiblePlacemark * > generateLayout(const ViewportParams *viewport, int tileLevel)
Definition: PlacemarkLayout.cpp:351
A class which represents the visible place marks on a map.
Definition: VisiblePlacemark.h:35
Q_SLOTSQ_SLOTS
Layouts the place marks with a passed QPainter.
Definition: PlacemarkLayout.h:49
void addPlacemarks(const QModelIndex &index, int first, int last)
feed an internal QMap of placemarks with TileId as key when model changes
Definition: PlacemarkLayout.cpp:227
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:41
Binds a QML item to a specific geodetic location in screen coordinates.
Definition: AbstractDataPlugin.cpp:22
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:48
QVector< const GeoDataFeature * > whichPlacemarkAt(const QPoint &pos)
Returns a list of model indexes that are at position pos.
Definition: PlacemarkLayout.cpp:203
Q_SIGNALSQ_SIGNALS
PlacemarkLayout(QAbstractItemModel *placemarkModel, QItemSelectionModel *selectionModel, MarbleClock *clock, const StyleBuilder *styleBuilder, QObject *parent=nullptr)
Creates a new place mark layout.
Definition: PlacemarkLayout.cpp:101
Q_DISABLE_COPY(Class)
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Oct 4 2023 04:09:43 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Oct 4 2023 04:09:43 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.