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