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
jsonparserhelpers.h File Reference

(cd4db512ae08836f5fa1d746000052215cf70a9c)

#include <QtLocation/QPlaceContent>
Include dependency graph for jsonparserhelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QGeoCoordinate parseCoordinate (const QJsonArray &coordinateArray)
QPlaceSupplier parseSupplier (const QJsonObject &supplierObject, const QPlaceManagerEngineNokiaV2 *engine)
QPlaceCategory parseCategory (const QJsonObject &categoryObject, const QPlaceManagerEngineNokiaV2 *engine)
QList< QPlaceCategoryparseCategories (const QJsonArray &categoryArray, const QPlaceManagerEngineNokiaV2 *engine)
QList< QPlaceContactDetailparseContactDetails (const QJsonArray &contacts)
QPlaceContent parseImage (const QJsonObject &imageObject, const QPlaceManagerEngineNokiaV2 *engine)
QPlaceContent parseReview (const QJsonObject &reviewObject, const QPlaceManagerEngineNokiaV2 *engine)
QPlaceContent parseEditorial (const QJsonObject &editorialObject, const QPlaceManagerEngineNokiaV2 *engine)
void parseCollection (QPlaceContent::Type type, const QJsonObject &object, QPlaceContent::Collection *collection, int *totalCount, QPlaceContentRequest *previous, QPlaceContentRequest *next, const QPlaceManagerEngineNokiaV2 *engine)

Function Documentation

◆ parseCategories()

QList< QPlaceCategory > parseCategories ( const QJsonArray & categoryArray,
const QPlaceManagerEngineNokiaV2 * engine )

Definition at line 60 of file jsonparserhelpers.cpp.

◆ parseCategory()

QPlaceCategory parseCategory ( const QJsonObject & categoryObject,
const QPlaceManagerEngineNokiaV2 * engine )

Definition at line 42 of file jsonparserhelpers.cpp.

◆ parseCollection()

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.

◆ parseContactDetails()

QList< QPlaceContactDetail > parseContactDetails ( const QJsonArray & contacts)

Definition at line 73 of file jsonparserhelpers.cpp.

◆ parseCoordinate()

QGeoCoordinate parseCoordinate ( const QJsonArray & coordinateArray)

Definition at line 23 of file jsonparserhelpers.cpp.

◆ parseEditorial()

QPlaceContent parseEditorial ( const QJsonObject & editorialObject,
const QPlaceManagerEngineNokiaV2 * engine )

Definition at line 153 of file jsonparserhelpers.cpp.

◆ parseImage()

QPlaceContent parseImage ( const QJsonObject & imageObject,
const QPlaceManagerEngineNokiaV2 * engine )

Definition at line 90 of file jsonparserhelpers.cpp.

◆ parseReview()

QPlaceContent parseReview ( const QJsonObject & reviewObject,
const QPlaceManagerEngineNokiaV2 * engine )

Definition at line 107 of file jsonparserhelpers.cpp.

◆ parseSupplier()

QPlaceSupplier parseSupplier ( const QJsonObject & supplierObject,
const QPlaceManagerEngineNokiaV2 * engine )

Definition at line 28 of file jsonparserhelpers.cpp.