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
QGeoMapTypePrivate Class Reference

#include <qgeomaptype_p_p.h>

Inheritance diagram for QGeoMapTypePrivate:
Collaboration diagram for QGeoMapTypePrivate:

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
Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
QSharedDataoperator= (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
Public Attributes inherited from QSharedData
QAtomicInt ref

Detailed Description

Definition at line 28 of file qgeomaptype_p_p.h.

Constructor & Destructor Documentation

◆ QGeoMapTypePrivate() [1/2]

QGeoMapTypePrivate::QGeoMapTypePrivate ( )
default

◆ QGeoMapTypePrivate() [2/2]

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.

References mapId_, mobile_, and night_.

Member Function Documentation

◆ operator==()

bool QGeoMapTypePrivate::operator== ( const QGeoMapTypePrivate & other) const

Definition at line 173 of file qgeomaptype.cpp.

Member Data Documentation

◆ cameraCapabilities_

QGeoCameraCapabilities QGeoMapTypePrivate::cameraCapabilities_

Definition at line 42 of file qgeomaptype_p_p.h.

◆ description_

QString QGeoMapTypePrivate::description_

Definition at line 40 of file qgeomaptype_p_p.h.

◆ mapId_

int QGeoMapTypePrivate::mapId_ = 0

Definition at line 45 of file qgeomaptype_p_p.h.

Referenced by QGeoMapTypePrivate().

◆ metadata_

QVariantMap QGeoMapTypePrivate::metadata_

Definition at line 43 of file qgeomaptype_p_p.h.

◆ mobile_

bool QGeoMapTypePrivate::mobile_ = false

Definition at line 46 of file qgeomaptype_p_p.h.

Referenced by QGeoMapTypePrivate().

◆ name_

QString QGeoMapTypePrivate::name_

Definition at line 39 of file qgeomaptype_p_p.h.

◆ night_

bool QGeoMapTypePrivate::night_ = false

Definition at line 47 of file qgeomaptype_p_p.h.

Referenced by QGeoMapTypePrivate().

◆ pluginName_

QByteArray QGeoMapTypePrivate::pluginName_

Definition at line 41 of file qgeomaptype_p_p.h.

◆ style_

QGeoMapType::MapStyle QGeoMapTypePrivate::style_ = QGeoMapType::NoMap

Definition at line 44 of file qgeomaptype_p_p.h.


The documentation for this class was generated from the following files: