Home
last modified time | relevance | path

Searched refs:QDeclarativeRectangleMapItem (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativerectanglemapitem.cpp133 …tenv("QTLOCATION_OPENGL_ITEMS").toInt()) ? QDeclarativeRectangleMapItem::OpenGL : QDeclarativeRect… in RectangleBackendSelector()
135 QDeclarativeRectangleMapItem::Backend backend = QDeclarativeRectangleMapItem::Software;
140 QDeclarativeRectangleMapItem::QDeclarativeRectangleMapItem(QQuickItem *parent) in Q_GLOBAL_STATIC()
155 QDeclarativeRectangleMapItem::~QDeclarativeRectangleMapItem() in ~QDeclarativeRectangleMapItem()
178 QDeclarativeRectangleMapItem::Backend QDeclarativeRectangleMapItem::backend() const in backend()
183 void QDeclarativeRectangleMapItem::setBackend(QDeclarativeRectangleMapItem::Backend b) in setBackend()
208 void QDeclarativeRectangleMapItem::setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) in setMap()
228 QDeclarativeMapLineProperties *QDeclarativeRectangleMapItem::border() in border()
239 void QDeclarativeRectangleMapItem::setTopLeft(const QGeoCoordinate &topLeft) in setTopLeft()
249 QGeoCoordinate QDeclarativeRectangleMapItem::topLeft() in topLeft()
[all …]
H A Dqdeclarativerectanglemapitem_p.h64 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeRectangleMapItem: public QDeclarativeGeoMapItemBase
81 explicit QDeclarativeRectangleMapItem(QQuickItem *parent = nullptr);
82 ~QDeclarativeRectangleMapItem() override;
141 QML_DECLARE_TYPE(QDeclarativeRectangleMapItem)
H A Dqdeclarativerectanglemapitem_p_p.h62 QDeclarativeRectangleMapItemPrivate(QDeclarativeRectangleMapItem &rect) : m_rect(rect) in QDeclarativeRectangleMapItemPrivate()
81 QDeclarativeRectangleMapItem &m_rect;
87 …QDeclarativeRectangleMapItemPrivateCPU(QDeclarativeRectangleMapItem &rect) : QDeclarativeRectangle… in QDeclarativeRectangleMapItemPrivateCPU()
251 …QDeclarativeRectangleMapItemPrivateOpenGL(QDeclarativeRectangleMapItem &rect) : QDeclarativeRectan… in QDeclarativeRectangleMapItemPrivateOpenGL()
H A Dqdeclarativepolylinemapitem_p_p.h106 friend class QDeclarativeRectangleMapItem; variable
374 friend class QDeclarativeRectangleMapItem; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp218 QDeclarativeRectangleMapItem *mapItem = static_cast<QDeclarativeRectangleMapItem *>(item); in addMapItem()
221 …QObject::connect(mapItem, &QDeclarativeRectangleMapItem::bottomRightChanged, q, &QGeoMapMapboxGL::… in addMapItem()
222 …QObject::connect(mapItem, &QDeclarativeRectangleMapItem::topLeftChanged, q, &QGeoMapMapboxGL::onMa… in addMapItem()
223 …QObject::connect(mapItem, &QDeclarativeRectangleMapItem::colorChanged, q, &QGeoMapMapboxGL::onMapI… in addMapItem()
273 q->disconnect(static_cast<QDeclarativeRectangleMapItem *>(item)->border()); in removeMapItem()
H A Dqmapboxglstylechange.cpp75 QMapbox::Feature featureFromMapRectangle(QDeclarativeRectangleMapItem *mapItem) in featureFromMapRectangle()
170 return featureFromMapRectangle(static_cast<QDeclarativeRectangleMapItem *>(item)); in featureFromMapItem()
414 return fromMapItem(static_cast<QDeclarativeRectangleMapItem *>(item)); in fromMapItem()
427 …pboxGLStyleChange>> QMapboxGLStyleSetPaintProperty::fromMapItem(QDeclarativeRectangleMapItem *item) in fromMapItem()
H A Dqmapboxglstylechange_p.h96 static QList<QSharedPointer<QMapboxGLStyleChange>> fromMapItem(QDeclarativeRectangleMapItem *);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dlocation.cpp132 … qmlRegisterType<QDeclarativeRectangleMapItem >(uri, major, minor, "MapRectangle"); in registerTypes()
212 qmlRegisterType<QDeclarativeRectangleMapItem, 15>(uri, major, minor, "MapRectangle"); in registerTypes()
H A Dplugins.qmltypes1522 name: "QDeclarativeRectangleMapItem"