Home
last modified time | relevance | path

Searched refs:QMapObjectView (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview.cpp145 const QMapObjectView *qq = static_cast<const QMapObjectView *>(q); in geoShape()
169 QMapObjectView::QMapObjectView(QObject *parent) in QMapObjectView() function in QMapObjectView
175 QMapObjectView::~QMapObjectView() in ~QMapObjectView()
181 QList<QGeoMapObject *> QMapObjectView::geoMapObjectChildren() const in geoMapObjectChildren()
198 void QMapObjectView::classBegin() in classBegin()
205 connect(model, &QQmlInstanceModel::modelUpdated, this, &QMapObjectView::modelUpdated); in classBegin()
206 connect(model, &QQmlInstanceModel::createdItem, this, &QMapObjectView::createdItem); in classBegin()
211 void QMapObjectView::componentComplete() in componentComplete()
228 QVariant QMapObjectView::model() const in model()
241 QQmlComponent *QMapObjectView::delegate() const in delegate()
[all …]
H A Dqmapobjectview_p.h61 class Q_LOCATION_PRIVATE_EXPORT QMapObjectView : public QGeoMapObject
68 QMapObjectView(QObject *parent = nullptr);
69 ~QMapObjectView() override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dlocationlabs.cpp80 qmlRegisterType<QMapObjectView>(uri, major, minor, "MapObjectView"); in registerTypes()
H A Dplugins.qmltypes181 name: "QMapObjectView"