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
qgeomapitemsoverlay.h
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company 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
5#ifndef QGEOMAPITEMSOVERLAY_H
6#define QGEOMAPITEMSOVERLAY_H
7
8#include <QtLocation/private/qgeomap_p.h>
9#include <QtLocation/private/qgeoprojection_p.h>
10
11QT_BEGIN_NAMESPACE
12
13class QGeoMappingManagerEngineItemsOverlay;
16{
17 Q_OBJECT
18 Q_DECLARE_PRIVATE(QGeoMapItemsOverlay)
19public:
21 virtual ~QGeoMapItemsOverlay();
22
23 QGeoMap::Capabilities capabilities() const override;
24
25protected:
26 QSGNode *updateSceneGraph(QSGNode *node, QQuickWindow *window) override;
27
28private:
30};
31
32QT_END_NAMESPACE
33
34#endif
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