Qt 6.x
The Qt SDK
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.

Member Function Documentation

◆ operator==()

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

Definition at line 173 of file qgeomaptype.cpp.

References cameraCapabilities_, description_, mapId_, metadata_, mobile_, name_, night_, other(), pluginName_, and style_.

+ Here is the call graph for this function:

Member Data Documentation

◆ cameraCapabilities_

QGeoCameraCapabilities QGeoMapTypePrivate::cameraCapabilities_

Definition at line 42 of file qgeomaptype_p_p.h.

Referenced by QGeoMapType::cameraCapabilities(), and operator==().

◆ description_

QString QGeoMapTypePrivate::description_

Definition at line 40 of file qgeomaptype_p_p.h.

Referenced by QGeoMapType::description(), and operator==().

◆ mapId_

int QGeoMapTypePrivate::mapId_ = 0

Definition at line 45 of file qgeomaptype_p_p.h.

Referenced by QGeoMapType::mapId(), and operator==().

◆ metadata_

QVariantMap QGeoMapTypePrivate::metadata_

Definition at line 43 of file qgeomaptype_p_p.h.

Referenced by QGeoMapType::metadata(), and operator==().

◆ mobile_

bool QGeoMapTypePrivate::mobile_ = false

Definition at line 46 of file qgeomaptype_p_p.h.

Referenced by QGeoMapType::mobile(), and operator==().

◆ name_

QString QGeoMapTypePrivate::name_

Definition at line 39 of file qgeomaptype_p_p.h.

Referenced by QGeoMapType::name(), and operator==().

◆ night_

bool QGeoMapTypePrivate::night_ = false

Definition at line 47 of file qgeomaptype_p_p.h.

Referenced by QGeoMapType::night(), and operator==().

◆ pluginName_

QByteArray QGeoMapTypePrivate::pluginName_

Definition at line 41 of file qgeomaptype_p_p.h.

Referenced by operator==(), and QGeoMapType::pluginName().

◆ style_

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

Definition at line 44 of file qgeomaptype_p_p.h.

Referenced by operator==(), and QGeoMapType::style().


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