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
qgeotiledmaposm.h
Go to the documentation of this file.
1// Copyright (C) 2016 Aaron McCarthy <mccarthy.aaron@gmail.com>
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 QGEOTILEDMAPOSM_H
6#define QGEOTILEDMAPOSM_H
7
9
10#include <QtLocation/private/qgeotiledmap_p.h>
11typedef QGeoTiledMap Map;
12
13QT_BEGIN_NAMESPACE
14
15class QGeoTiledMappingManagerEngineOsm;
16class QGeoTiledMapOsm: public Map
17{
19
20public:
23
24protected:
25 void evaluateCopyrights(const QSet<QGeoTileSpec> &visibleTiles) override;
26
27protected Q_SLOTS:
29
30private:
31 int m_mapId;
33};
34
35QT_END_NAMESPACE
36
37#endif
void evaluateCopyrights(const QSet< QGeoTileSpec > &visibleTiles) override
Combined button and popup list for selecting options.