![]() |
Qt 6.x
The Qt SDK
|
#include <qmapboxglstylechange_p.h>
Public Member Functions | |
void | apply (QMapboxGL *map) override |
![]() | |
virtual | ~QMapboxGLStyleChange ()=default |
virtual void | apply (QMapboxGL *map)=0 |
Static Public Member Functions | |
static QList< QSharedPointer< QMapboxGLStyleChange > > | fromMapItem (QDeclarativeGeoMapItemBase *) |
![]() | |
static QList< QSharedPointer< QMapboxGLStyleChange > > | addMapItem (QDeclarativeGeoMapItemBase *, const QString &before) |
static QList< QSharedPointer< QMapboxGLStyleChange > > | removeMapItem (QDeclarativeGeoMapItemBase *) |
Definition at line 50 of file qmapboxglstylechange_p.h.
|
overridevirtual |
Implements QMapboxGLStyleChange.
Definition at line 252 of file qmapboxglstylechange.cpp.
References map.
|
static |
Definition at line 257 of file qmapboxglstylechange.cpp.
References fromMapItem(), item, QGeoMap::MapCircle, QGeoMap::MapPolygon, QGeoMap::MapPolyline, QGeoMap::MapRectangle, and qWarning.
Referenced by QMapboxGLStyleChange::addMapItem(), and fromMapItem().