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

#include <qgeotilespec_p_p.h>

+ Inheritance diagram for QGeoTileSpecPrivate:
+ Collaboration diagram for QGeoTileSpecPrivate:

Public Member Functions

 QGeoTileSpecPrivate (const QString &plugin={}, int mapId=0, int zoom=-1, int x=-1, int y=-1, int version=-1)
 
bool operator== (const QGeoTileSpecPrivate &rhs) const
 
bool operator< (const QGeoTileSpecPrivate &rhs) 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 plugin_
 
int mapId_ = 0
 
int zoom_ = -1
 
int x_ = -1
 
int y_ = -1
 
int version_ = -1
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 22 of file qgeotilespec_p_p.h.

Constructor & Destructor Documentation

◆ QGeoTileSpecPrivate()

QGeoTileSpecPrivate::QGeoTileSpecPrivate ( const QString & plugin = {},
int mapId = 0,
int zoom = -1,
int x = -1,
int y = -1,
int version = -1 )
inline

Definition at line 25 of file qgeotilespec_p_p.h.

Member Function Documentation

◆ operator<()

bool QGeoTileSpecPrivate::operator< ( const QGeoTileSpecPrivate & rhs) const

Definition at line 118 of file qgeotilespec.cpp.

References mapId_, plugin_, version_, x_, y_, and zoom_.

◆ operator==()

bool QGeoTileSpecPrivate::operator== ( const QGeoTileSpecPrivate & rhs) const
inline

Definition at line 31 of file qgeotilespec_p_p.h.

References mapId_, plugin_, version_, x_, y_, and zoom_.

Member Data Documentation

◆ mapId_

int QGeoTileSpecPrivate::mapId_ = 0

◆ plugin_

QString QGeoTileSpecPrivate::plugin_

Definition at line 42 of file qgeotilespec_p_p.h.

Referenced by operator<(), operator==(), and QGeoTileSpec::plugin().

◆ version_

int QGeoTileSpecPrivate::version_ = -1

◆ x_

int QGeoTileSpecPrivate::x_ = -1

Definition at line 45 of file qgeotilespec_p_p.h.

Referenced by operator<(), operator==(), QGeoTileSpec::setX(), and QGeoTileSpec::x().

◆ y_

int QGeoTileSpecPrivate::y_ = -1

Definition at line 46 of file qgeotilespec_p_p.h.

Referenced by operator<(), operator==(), QGeoTileSpec::setY(), and QGeoTileSpec::y().

◆ zoom_

int QGeoTileSpecPrivate::zoom_ = -1

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