Qt
6.x
The Qt SDK
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Symbols
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
QGeoTiledMapOsm
Definition
qgeotiledmaposm.h:16
QGeoTiledMapOsm::onProviderDataUpdated
void onProviderDataUpdated(const QGeoTileProviderOsm *provider)
Definition
qgeotiledmaposm.cpp:48
QGeoTiledMapOsm::evaluateCopyrights
void evaluateCopyrights(const QSet< QGeoTileSpec > &visibleTiles) override
Definition
qgeotiledmaposm.cpp:28
QGeoTiledMapOsm::~QGeoTiledMapOsm
~QGeoTiledMapOsm()
Definition
qgeotiledmaposm.cpp:24
QGeoTiledMap
Definition
qgeotiledmap_p.h:37
QGeoTiledMappingManagerEngineOsm
Definition
qgeotiledmappingmanagerengineosm.h:17
QObject
\inmodule QtCore
Definition
qobject.h:90
QObject::parent
QObject * parent() const
Returns a pointer to the parent object.
Definition
qobject.h:311
QSet
Definition
qset.h:18
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
Map
QGeoTiledMap Map
Definition
qgeotiledmaposm.h:10
qgeotileproviderosm.h
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
Q_SLOTS
#define Q_SLOTS
Definition
qtmetamacros.h:44
engine
QJSEngine engine
[0]
Definition
src_script_qjsvalue.cpp:14
qtlocation
src
plugins
geoservices
osm
qgeotiledmaposm.h
Generated by
1.9.7