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
qgeotileproviderosm.cpp File Reference

(f9572f14d8702b25346572156a29bb010658b071)

#include "qgeotileproviderosm.h"
#include <QtCore/QJsonDocument>
#include <QtCore/QJsonObject>
#include <QDebug>
Include dependency graph for qgeotileproviderosm.cpp:

Go to the source code of this file.

Functions

static void setSSL (QGeoMapType &mapType, bool isHTTPS)
static void sort2 (int &a, int &b)

Variables

static QT_BEGIN_NAMESPACE const int maxValidZoom = 30
static const QDateTime defaultTs = QDateTime::fromString(QStringLiteral("2016-06-01T00:00:00"), Qt::ISODate)

Function Documentation

◆ setSSL()

void setSSL ( QGeoMapType & mapType,
bool isHTTPS )
static

Definition at line 15 of file qgeotileproviderosm.cpp.

◆ sort2()

void sort2 ( int & a,
int & b )
static

Definition at line 253 of file qgeotileproviderosm.cpp.

Referenced by TileProvider::setupProvider().

Here is the caller graph for this function:

Variable Documentation

◆ defaultTs

const QDateTime defaultTs = QDateTime::fromString(QStringLiteral("2016-06-01T00:00:00"), Qt::ISODate)
static

Definition at line 13 of file qgeotileproviderosm.cpp.

◆ maxValidZoom

QT_BEGIN_NAMESPACE const int maxValidZoom = 30
static

Definition at line 12 of file qgeotileproviderosm.cpp.

Referenced by TileProvider::onNetworkReplyFinished().