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
qgeotiledmap_nokia.h
Go to the documentation of this file.
1// Copyright (C) 2015 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#ifndef QGEOMAP_NOKIA_H
5#define QGEOMAP_NOKIA_H
6
8#include <QtGui/QImage>
9#include <QtCore/QPointer>
10typedef QGeoTiledMap Map;
11
12QT_BEGIN_NAMESPACE
13
14class QGeoTiledMappingManagerEngineNokia;
15
17{
19public:
22
24 void evaluateCopyrights(const QSet<QGeoTileSpec> &visibleTiles) override;
25
26private:
27 QImage m_logo;
28 QImage m_copyrightsSlab;
29 QString m_lastCopyrightsString;
30 QPointer<QGeoTiledMappingManagerEngineNokia> m_engine;
31
33};
34
35QT_END_NAMESPACE
36
37#endif // QGEOMAP_NOKIA_H
QString getViewCopyright() const
void evaluateCopyrights(const QSet< QGeoTileSpec > &visibleTiles) override