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// Qt-Security score:significant reason:default
4
5#ifndef QGEOMAPPINGMANAGERENGINEITEMSOVERLAY_H
6#define QGEOMAPPINGMANAGERENGINEITEMSOVERLAY_H
7
8#include <QtLocation/QGeoServiceProvider>
9#include <QtLocation/private/qgeomappingmanagerengine_p.h>
10
12
13class QGeoMappingManagerEngineItemsOverlay : public QGeoMappingManagerEngine
14{
15 Q_OBJECT
16
17public:
18 QGeoMappingManagerEngineItemsOverlay(const QVariantMap &parameters,
19 QGeoServiceProvider::Error *error, QString *errorString);
20 ~QGeoMappingManagerEngineItemsOverlay();
21
22 QGeoMap *createMap() override;
23};
24
25QT_END_NAMESPACE
26
27#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
Combined button and popup list for selecting options.