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

#include <qgeotilespec_p.h>

+ Collaboration diagram for QGeoTileSpec:

Public Member Functions

 QGeoTileSpec ()
 
 QGeoTileSpec (const QGeoTileSpec &other) noexcept
 
 QGeoTileSpec (QGeoTileSpec &&other) noexcept=default
 
 QGeoTileSpec (const QString &plugin, int mapId, int zoom, int x, int y, int version=-1)
 
 ~QGeoTileSpec ()
 
QGeoTileSpecoperator= (const QGeoTileSpec &other) noexcept
 
void swap (QGeoTileSpec &other) noexcept
 
QString plugin () const
 
void setZoom (int zoom)
 
int zoom () const
 
void setX (int x)
 
int x () const
 
void setY (int y)
 
int y () const
 
void setMapId (int mapId)
 
int mapId () const
 
void setVersion (int version)
 
int version () const
 

Friends

bool operator== (const QGeoTileSpec &lhs, const QGeoTileSpec &rhs) noexcept
 
bool operator!= (const QGeoTileSpec &lhs, const QGeoTileSpec &rhs) noexcept
 
bool operator< (const QGeoTileSpec &lhs, const QGeoTileSpec &rhs) noexcept
 

Detailed Description

Definition at line 31 of file qgeotilespec_p.h.

Constructor & Destructor Documentation

◆ QGeoTileSpec() [1/4]

QT_BEGIN_NAMESPACE QGeoTileSpec::QGeoTileSpec ( )

Definition at line 13 of file qgeotilespec.cpp.

◆ QGeoTileSpec() [2/4]

QGeoTileSpec::QGeoTileSpec ( const QGeoTileSpec & other)
defaultnoexcept

◆ QGeoTileSpec() [3/4]

QGeoTileSpec::QGeoTileSpec ( QGeoTileSpec && other)
defaultnoexcept

◆ QGeoTileSpec() [4/4]

QGeoTileSpec::QGeoTileSpec ( const QString & plugin,
int mapId,
int zoom,
int x,
int y,
int version = -1 )

Definition at line 18 of file qgeotilespec.cpp.

◆ ~QGeoTileSpec()

QGeoTileSpec::~QGeoTileSpec ( )
default

Member Function Documentation

◆ mapId()

◆ operator=()

QGeoTileSpec & QGeoTileSpec::operator= ( const QGeoTileSpec & other)
noexcept

Definition at line 27 of file qgeotilespec.cpp.

References d, and other().

+ Here is the call graph for this function:

◆ plugin()

QString QGeoTileSpec::plugin ( ) const

Definition at line 36 of file qgeotilespec.cpp.

References QGeoTileSpecPrivate::plugin_.

Referenced by operator<<(), qHash(), QGeoFileTileCacheMapbox::tileSpecToFilename(), QGeoFileTileCacheNokia::tileSpecToFilename(), QGeoFileTileCacheOsm::tileSpecToFilename(), and QGeoFileTileCache::tileSpecToFilenameDefault().

+ Here is the caller graph for this function:

◆ setMapId()

void QGeoTileSpec::setMapId ( int mapId)

Definition at line 71 of file qgeotilespec.cpp.

References mapId(), and QGeoTileSpecPrivate::mapId_.

+ Here is the call graph for this function:

◆ setVersion()

void QGeoTileSpec::setVersion ( int version)

Definition at line 81 of file qgeotilespec.cpp.

References version(), and QGeoTileSpecPrivate::version_.

+ Here is the call graph for this function:

◆ setX()

void QGeoTileSpec::setX ( int x)

Definition at line 51 of file qgeotilespec.cpp.

References x(), and QGeoTileSpecPrivate::x_.

Referenced by QGeoTileRequestManagerPrivate::requestTiles().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setY()

void QGeoTileSpec::setY ( int y)

Definition at line 61 of file qgeotilespec.cpp.

References y(), and QGeoTileSpecPrivate::y_.

Referenced by QGeoTileRequestManagerPrivate::requestTiles().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setZoom()

void QGeoTileSpec::setZoom ( int zoom)

Definition at line 41 of file qgeotilespec.cpp.

References zoom(), and QGeoTileSpecPrivate::zoom_.

Referenced by QGeoTileRequestManagerPrivate::requestTiles().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ swap()

void QGeoTileSpec::swap ( QGeoTileSpec & other)
inlinenoexcept

Definition at line 43 of file qgeotilespec_p.h.

References d, and other().

+ Here is the call graph for this function:

◆ version()

int QGeoTileSpec::version ( ) const

Definition at line 86 of file qgeotilespec.cpp.

References QGeoTileSpecPrivate::version_.

Referenced by operator<<(), qHash(), setVersion(), QGeoFileTileCacheMapbox::tileSpecToFilename(), QGeoFileTileCacheNokia::tileSpecToFilename(), QGeoFileTileCacheOsm::tileSpecToFilename(), and QGeoFileTileCache::tileSpecToFilenameDefault().

+ Here is the caller graph for this function:

◆ x()

◆ y()

◆ zoom()

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const QGeoTileSpec & lhs,
const QGeoTileSpec & rhs )
friend

Definition at line 64 of file qgeotilespec_p.h.

◆ operator<

bool operator< ( const QGeoTileSpec & lhs,
const QGeoTileSpec & rhs )
friend

Definition at line 66 of file qgeotilespec_p.h.

◆ operator==

bool operator== ( const QGeoTileSpec & lhs,
const QGeoTileSpec & rhs )
friend

Definition at line 62 of file qgeotilespec_p.h.


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