Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgeomaptype_p_p.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 QGEOMAPTYPE_P_H
5#define QGEOMAPTYPE_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QMetaType>
19#include <QString>
20#include <QVariantMap>
21#include <QByteArray>
22#include <QSharedData>
24#include "qgeomaptype_p.h"
25
27
29{
30public:
32 QGeoMapTypePrivate(QGeoMapType::MapStyle style, const QString &name, const QString &description, bool mobile,
33 bool night, int mapId, const QByteArray &pluginName,
34 const QGeoCameraCapabilities &cameraCapabilities,
35 const QVariantMap &metadata);
36
37 bool operator==(const QGeoMapTypePrivate &other) const;
38
45 int mapId_ = 0;
46 bool mobile_ = false;
47 bool night_ = false;
48};
49
51
53
54#endif // QGEOMAPTYPE_P_H
\inmodule QtCore
Definition qbytearray.h:57
QGeoMapType::MapStyle style_
QGeoCameraCapabilities cameraCapabilities_
bool operator==(const QGeoMapTypePrivate &other) const
\inmodule QtCore
Definition qshareddata.h:19
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
#define Q_DECLARE_METATYPE(TYPE)
Definition qmetatype.h:1525
GLuint name
QSharedPointer< T > other(t)
[5]