![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "jsonparserhelpers.h"
#include "../qplacemanagerengine_nokiav2.h"
#include <QtCore/QCoreApplication>
#include <QtCore/QDateTime>
#include <QtCore/QJsonObject>
#include <QtCore/QJsonArray>
#include <QtCore/QVariantMap>
#include <QtPositioning/QGeoCoordinate>
#include <QtLocation/QPlaceContentRequest>
#include <QtLocation/QPlaceIcon>
#include <QtLocation/QPlaceSupplier>
#include <QtLocation/QPlaceContent>
#include <QtLocation/QPlaceUser>
#include <QtLocation/QPlaceContactDetail>
#include <QtLocation/QPlaceCategory>
Go to the source code of this file.
QList< QPlaceCategory > parseCategories | ( | const QJsonArray & | categoryArray, |
const QPlaceManagerEngineNokiaV2 * | engine ) |
Definition at line 60 of file jsonparserhelpers.cpp.
QPlaceCategory parseCategory | ( | const QJsonObject & | categoryObject, |
const QPlaceManagerEngineNokiaV2 * | engine ) |
Definition at line 42 of file jsonparserhelpers.cpp.
void parseCollection | ( | QPlaceContent::Type | type, |
const QJsonObject & | object, | ||
QPlaceContent::Collection * | collection, | ||
int * | totalCount, | ||
QPlaceContentRequest * | previous, | ||
QPlaceContentRequest * | next, | ||
const QPlaceManagerEngineNokiaV2 * | engine ) |
Definition at line 176 of file jsonparserhelpers.cpp.
QList< QPlaceContactDetail > parseContactDetails | ( | const QJsonArray & | contacts | ) |
Definition at line 73 of file jsonparserhelpers.cpp.
QT_BEGIN_NAMESPACE QGeoCoordinate parseCoordinate | ( | const QJsonArray & | coordinateArray | ) |
Definition at line 23 of file jsonparserhelpers.cpp.
QPlaceContent parseEditorial | ( | const QJsonObject & | editorialObject, |
const QPlaceManagerEngineNokiaV2 * | engine ) |
Definition at line 153 of file jsonparserhelpers.cpp.
QPlaceContent parseImage | ( | const QJsonObject & | imageObject, |
const QPlaceManagerEngineNokiaV2 * | engine ) |
Definition at line 90 of file jsonparserhelpers.cpp.
QPlaceContent parseReview | ( | const QJsonObject & | reviewObject, |
const QPlaceManagerEngineNokiaV2 * | engine ) |
Definition at line 107 of file jsonparserhelpers.cpp.
QPlaceSupplier parseSupplier | ( | const QJsonObject & | supplierObject, |
const QPlaceManagerEngineNokiaV2 * | engine ) |
Definition at line 28 of file jsonparserhelpers.cpp.