KOSMIndoorMap
overlaysource.cpp
24 void recursiveForEach(const QModelIndex &rootIdx, int floorLevel, const std::function<void (OSM::Element, int)> &func) const;
73 void ModelOverlaySource::forEach(int floorLevel, const std::function<void (OSM::Element, int)> &func) const
83 void ModelOverlaySourcePrivate::recursiveForEach(const QModelIndex &rootIdx, int floorLevel, const std::function<void (OSM::Element, int)> &func) const
A source for overlay elements, based on a QAbstractItemModel as input.
Definition: overlaysource.h:57
void modelReset()
A source for overlay elements, drawn on top of the static map data.
Definition: overlaysource.h:26
virtual QHash< int, QByteArray > roleNames() const const
void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector< int > &roles)
void rowsInserted(const QModelIndex &parent, int first, int last)
void rowsRemoved(const QModelIndex &parent, int first, int last)
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Feb 3 2023 04:18:01 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Feb 3 2023 04:18:01 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.