Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qgeomappingmanagerengineitemsoverlay.h
Go to the documentation of this file.
1// Copyright (C) 2014 Canonical Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QGEOMAPPINGMANAGERENGINEITEMSOVERLAY_H
5#define QGEOMAPPINGMANAGERENGINEITEMSOVERLAY_H
6
7#include <QtLocation/QGeoServiceProvider>
8#include <QtLocation/private/qgeomappingmanagerengine_p.h>
9
11
12class QGeoMappingManagerEngineItemsOverlay : public QGeoMappingManagerEngine
13{
14 Q_OBJECT
15
16public:
17 QGeoMappingManagerEngineItemsOverlay(const QVariantMap &parameters,
18 QGeoServiceProvider::Error *error, QString *errorString);
19 ~QGeoMappingManagerEngineItemsOverlay();
20
21 QGeoMap *createMap() override;
22};
23
24QT_END_NAMESPACE
25
26#endif // QGEOMAPPINGMANAGERENGINENOMAP_H
void changeActiveMapType(const QGeoMapType &mapType) override
void changeViewportSize(const QSize &size) override
void setVisibleArea(const QRectF &visibleArea) override
void changeCameraData(const QGeoCameraData &oldCameraData) override
QRectF visibleArea() const override
QGeoMap::Capabilities capabilities() const override
QSGNode * updateSceneGraph(QSGNode *node, QQuickWindow *window) override