![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtLocation/QPlaceContent>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.
| 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.