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

(cd4db512ae08836f5fa1d746000052215cf70a9c)

#include "qplacedetailsreplyimpl.h"
#include "jsonparserhelpers.h"
#include "../qplacemanagerengine_nokiav2.h"
#include "../qgeoerror_messages.h"
#include <QCoreApplication>
#include <QtCore/QJsonDocument>
#include <QtCore/QJsonObject>
#include <QtCore/QJsonArray>
#include <QtNetwork/QNetworkReply>
#include <QtPositioning/QGeoAddress>
#include <QtPositioning/QGeoCoordinate>
#include <QtPositioning/QGeoLocation>
#include <QtPositioning/QGeoRectangle>
#include <QtLocation/QPlace>
#include <QtLocation/QPlaceAttribute>
#include <QtLocation/QPlaceContactDetail>
#include <QtLocation/QPlaceManager>
#include <QtLocation/QPlaceSupplier>
#include <QtLocation/QPlaceIcon>
#include <QtLocation/QPlaceRatings>
#include <QtLocation/QPlaceUser>
+ Include dependency graph for qplacedetailsreplyimpl.cpp:

Go to the source code of this file.

Functions

static bool countryTableContains (const QString &countryCode)
 

Variables

static QT_BEGIN_NAMESPACE const char COUNTRY_TABLE_string []
 
static const int COUNTRY_TABLE_indices []
 

Function Documentation

◆ countryTableContains()

static bool countryTableContains ( const QString & countryCode)
static

Definition at line 52 of file qplacedetailsreplyimpl.cpp.

References COUNTRY_TABLE_indices, COUNTRY_TABLE_string, and i.

Variable Documentation

◆ COUNTRY_TABLE_indices

const int COUNTRY_TABLE_indices[]
static
Initial value:
= {
0, 4, 8, 12, 16, 20, 24, 28,
32, 36, 40, 44, 48, -1
}

Definition at line 47 of file qplacedetailsreplyimpl.cpp.

Referenced by countryTableContains().

◆ COUNTRY_TABLE_string

QT_BEGIN_NAMESPACE const char COUNTRY_TABLE_string[]
static
Initial value:
=
"CAN\0"
"NZL\0"
"GBR\0"
"AUS\0"
"LKA\0"
"USA\0"
"SGP\0"
"FRA\0"
"BHS\0"
"CHN\0"
"IND\0"
"IRL\0"
"ARE\0"
"\0"

Definition at line 31 of file qplacedetailsreplyimpl.cpp.

Referenced by countryTableContains().