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
extractor Namespace Reference

Functions

static bool hasProperties (QQuickItem *item)
 
static QVariant toVariant (QObject *mapItem)
 
static QVariantMap toVariant (QDeclarativePolygonMapItem *mapPolygon)
 
static QVariantMap toVariant (QDeclarativePolylineMapItem *mapPolyline)
 
static QVariantMap toVariant (QDeclarativeCircleMapItem *mapCircle)
 
static QVariantMap toVariant (QDeclarativeRectangleMapItem *mapRectangle)
 

Function Documentation

◆ hasProperties()

static bool extractor::hasProperties ( QQuickItem * item)
static

Definition at line 13 of file qdeclarativegeojsondata.cpp.

References item.

Referenced by toVariant(), toVariant(), and toVariant().

+ Here is the caller graph for this function:

◆ toVariant() [1/5]

static QVariantMap extractor::toVariant ( QDeclarativeCircleMapItem * mapCircle)
static

Definition at line 55 of file qdeclarativegeojsondata.cpp.

References QVariant::fromValue(), and QStringLiteral.

+ Here is the call graph for this function:

◆ toVariant() [2/5]

static QVariantMap extractor::toVariant ( QDeclarativePolygonMapItem * mapPolygon)
static

Definition at line 35 of file qdeclarativegeojsondata.cpp.

References QVariant::fromValue(), hasProperties(), and QStringLiteral.

+ Here is the call graph for this function:

◆ toVariant() [3/5]

static QVariantMap extractor::toVariant ( QDeclarativePolylineMapItem * mapPolyline)
static

Definition at line 45 of file qdeclarativegeojsondata.cpp.

References QVariant::fromValue(), hasProperties(), and QStringLiteral.

+ Here is the call graph for this function:

◆ toVariant() [4/5]

static QVariantMap extractor::toVariant ( QDeclarativeRectangleMapItem * mapRectangle)
static

Definition at line 66 of file qdeclarativegeojsondata.cpp.

References QGeoPolygon::addCoordinate(), QVariant::fromValue(), hasProperties(), and QStringLiteral.

+ Here is the call graph for this function:

◆ toVariant() [5/5]

static QVariant extractor::toVariant ( QObject * mapItem)
static

Definition at line 19 of file qdeclarativegeojsondata.cpp.

References toVariant().

Referenced by QDeclarativeGeoJsonData::addItem(), and toVariant().

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