![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeomaptype_p_p.h>
Public Member Functions | |
QGeoMapTypePrivate () | |
QGeoMapTypePrivate (QGeoMapType::MapStyle style, const QString &name, const QString &description, bool mobile, bool night, int mapId, const QByteArray &pluginName, const QGeoCameraCapabilities &cameraCapabilities, const QVariantMap &metadata) | |
bool | operator== (const QGeoMapTypePrivate &other) const |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QString | name_ |
QString | description_ |
QByteArray | pluginName_ |
QGeoCameraCapabilities | cameraCapabilities_ |
QVariantMap | metadata_ |
QGeoMapType::MapStyle | style_ = QGeoMapType::NoMap |
int | mapId_ = 0 |
bool | mobile_ = false |
bool | night_ = false |
![]() | |
QAtomicInt | ref |
Definition at line 28 of file qgeomaptype_p_p.h.
|
default |
QGeoMapTypePrivate::QGeoMapTypePrivate | ( | QGeoMapType::MapStyle | style, |
const QString & | name, | ||
const QString & | description, | ||
bool | mobile, | ||
bool | night, | ||
int | mapId, | ||
const QByteArray & | pluginName, | ||
const QGeoCameraCapabilities & | cameraCapabilities, | ||
const QVariantMap & | metadata ) |
Definition at line 162 of file qgeomaptype.cpp.
bool QGeoMapTypePrivate::operator== | ( | const QGeoMapTypePrivate & | other | ) | const |
Definition at line 173 of file qgeomaptype.cpp.
QGeoCameraCapabilities QGeoMapTypePrivate::cameraCapabilities_ |
Definition at line 42 of file qgeomaptype_p_p.h.
QString QGeoMapTypePrivate::description_ |
Definition at line 40 of file qgeomaptype_p_p.h.
int QGeoMapTypePrivate::mapId_ = 0 |
Definition at line 45 of file qgeomaptype_p_p.h.
Referenced by QGeoMapTypePrivate().
QVariantMap QGeoMapTypePrivate::metadata_ |
Definition at line 43 of file qgeomaptype_p_p.h.
bool QGeoMapTypePrivate::mobile_ = false |
Definition at line 46 of file qgeomaptype_p_p.h.
Referenced by QGeoMapTypePrivate().
QString QGeoMapTypePrivate::name_ |
Definition at line 39 of file qgeomaptype_p_p.h.
bool QGeoMapTypePrivate::night_ = false |
Definition at line 47 of file qgeomaptype_p_p.h.
Referenced by QGeoMapTypePrivate().
QByteArray QGeoMapTypePrivate::pluginName_ |
Definition at line 41 of file qgeomaptype_p_p.h.
QGeoMapType::MapStyle QGeoMapTypePrivate::style_ = QGeoMapType::NoMap |
Definition at line 44 of file qgeomaptype_p_p.h.