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
8
#
include
"qgeotileproviderosm.h"
9
10
#
include
<
QtLocation
/
private
/
qgeotiledmap_p
.
h
>
11
typedef
QGeoTiledMap Map;
12
13
QT_BEGIN_NAMESPACE
14
15
class
QGeoTiledMappingManagerEngineOsm;
16
class
QGeoTiledMapOsm
:
public
Map
17
{
18
Q_OBJECT
19
20
public
:
21
QGeoTiledMapOsm
(
QGeoTiledMappingManagerEngineOsm
*
engine
,
QObject
*
parent
=
nullptr
);
22
~
QGeoTiledMapOsm
();
23
24
protected
:
25
void
evaluateCopyrights
(
const
QSet<QGeoTileSpec> &visibleTiles)
override
;
26
27
protected
Q_SLOTS
:
28
void
onProviderDataUpdated
(
const
QGeoTileProviderOsm
*
provider
);
29
30
private
:
31
int
m_mapId;
32
QGeoTiledMappingManagerEngineOsm
*m_engine;
33
};
34
35
QT_END_NAMESPACE
36
37
#
endif
QGeoTileProviderOsm
Definition
qgeotileproviderosm.h:101
QGeoTileProviderOsm::isResolved
bool isResolved() const
Definition
qgeotileproviderosm.cpp:135
QGeoTiledMapOsm
Definition
qgeotiledmaposm.h:17
QGeoTiledMapOsm::evaluateCopyrights
void evaluateCopyrights(const QSet< QGeoTileSpec > &visibleTiles) override
Definition
qgeotiledmaposm.cpp:29
QGeoTiledMapOsm::~QGeoTiledMapOsm
~QGeoTiledMapOsm()
Definition
qgeotiledmaposm.cpp:25
QGeoTiledMappingManagerEngineOsm
Definition
qgeotiledmappingmanagerengineosm.h:18
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtlocation
src
plugins
geoservices
osm
qgeotiledmaposm.h
Generated on
for Qt by
1.16.1