Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QMapboxGLStyleChange Class Referenceabstract

#include <qmapboxglstylechange_p.h>

+ Inheritance diagram for QMapboxGLStyleChange:
+ Collaboration diagram for QMapboxGLStyleChange:

Public Member Functions

virtual ~QMapboxGLStyleChange ()=default
 
virtual void apply (QMapboxGL *map)=0
 

Static Public Member Functions

static QList< QSharedPointer< QMapboxGLStyleChange > > addMapItem (QDeclarativeGeoMapItemBase *, const QString &before)
 
static QList< QSharedPointer< QMapboxGLStyleChange > > removeMapItem (QDeclarativeGeoMapItemBase *)
 

Detailed Description

Definition at line 21 of file qmapboxglstylechange_p.h.

Constructor & Destructor Documentation

◆ ~QMapboxGLStyleChange()

virtual QMapboxGLStyleChange::~QMapboxGLStyleChange ( )
virtualdefault

Member Function Documentation

◆ addMapItem()

QList< QSharedPointer< QMapboxGLStyleChange > > QMapboxGLStyleChange::addMapItem ( QDeclarativeGeoMapItemBase * item,
const QString & before )
static

Definition at line 163 of file qmapboxglstylechange.cpp.

References QMapboxGLStyleAddSource::fromFeature(), QMapboxGLStyleAddLayer::fromFeature(), QMapboxGLStyleSetLayoutProperty::fromMapItem(), QMapboxGLStyleSetPaintProperty::fromMapItem(), item, QGeoMap::MapCircle, QGeoMap::MapPolygon, QGeoMap::MapPolyline, QGeoMap::MapRectangle, and qWarning.

Referenced by QGeoMapMapboxGLPrivate::addMapItem().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ apply()

◆ removeMapItem()

QList< QSharedPointer< QMapboxGLStyleChange > > QMapboxGLStyleChange::removeMapItem ( QDeclarativeGeoMapItemBase * item)
static

Definition at line 188 of file qmapboxglstylechange.cpp.

References item.

Referenced by QGeoMapMapboxGLPrivate::removeMapItem().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: