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

(0e69850e51d9c8aacbf5bfc37f5f085f5e48f0cb)

#include <QtCore/private/qohoscommon_p.h>
#include <QtCore/private/qohoslogger_p.h>
#include <QtLocation/private/qgeocameracapabilities_p.h>
#include <QtLocation/private/qgeofiletilecache_p.h>
#include <QtLocation/private/qgeomaptype_p.h>
#include <QtLocation/private/qgeotiledmap_p.h>
#include <qgeofiletilecacheohosmapkit.h>
#include <qgeotiledmappingmanagerengineohosmapkit.h>
#include <qgeotilefetcherohosmapkit.h>
#include <qohosmapkitcommon.h>
Include dependency graph for qgeotiledmappingmanagerengineohosmapkit.cpp:

Go to the source code of this file.

Classes

class  QT_BEGIN_NAMESPACE::QGeoTiledMappingManagerEngineOhosMapKit

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.

Functions

QAbstractGeoTileCache::CostStrategy QT_BEGIN_NAMESPACE::getCacheCostStrategy (const QVariantMap &parameters, const QString &parameterName)
void QT_BEGIN_NAMESPACE::tryExtractIntParameter (const QVariantMap &parameters, const QString &parameterName, const QOhosConsumer< int > &parameterConsumer)
void QT_BEGIN_NAMESPACE::configureFileTileCache (QGeoFileTileCache *tileCache, const QVariantMap &parameters)
int QT_BEGIN_NAMESPACE::getScaleFactor (const QVariantMap &parameters)
QGeoTiledMappingManagerEnginemakeQGeoTiledMappingManagerEngineOhosMapKit (const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString)

Variables

const QByteArray QT_BEGIN_NAMESPACE::pluginName = "ohosmapkit"
constexpr double QT_BEGIN_NAMESPACE::ohosMinimumZoomLevel = 1.0
constexpr double QT_BEGIN_NAMESPACE::ohosMaximumZoomLevel = 20.0
constexpr QSize QT_BEGIN_NAMESPACE::lowDpiTileSize = {256, 256}
constexpr int QT_BEGIN_NAMESPACE::mapId = 0
const QString QT_BEGIN_NAMESPACE::highDpiParameterName = QStringLiteral("ohosmapkit.mapping.highdpi_tiles")
const QString QT_BEGIN_NAMESPACE::cacheDirectoryParameterName = QStringLiteral("ohosmapkit.mapping.cache.directory")
const QString QT_BEGIN_NAMESPACE::cacheDiskCostStrategyParameterName = QStringLiteral("ohosmapkit.mapping.cache.disk.cost_strategy")
const QString QT_BEGIN_NAMESPACE::cacheDiskSizeParameterName = QStringLiteral("ohosmapkit.mapping.cache.disk.size")
const QString QT_BEGIN_NAMESPACE::cacheMemoryCostStrategyParameterName = QStringLiteral("ohosmapkit.mapping.cache.memory.cost_strategy")
const QString QT_BEGIN_NAMESPACE::cacheMemorySizeParameterName = QStringLiteral("ohosmapkit.mapping.cache.memory.size")
const QString QT_BEGIN_NAMESPACE::cacheTextureCostStrategyParameterName = QStringLiteral("ohosmapkit.mapping.cache.texture.cost_strategy")
const QString QT_BEGIN_NAMESPACE::cacheTextureSizeParameterName = QStringLiteral("ohosmapkit.mapping.cache.texture.size")
const QString QT_BEGIN_NAMESPACE::prefetchingStyleParameterName = QStringLiteral("ohosmapkit.mapping.prefetching_style")

Function Documentation

◆ makeQGeoTiledMappingManagerEngineOhosMapKit()

QGeoTiledMappingManagerEngine * makeQGeoTiledMappingManagerEngineOhosMapKit ( const QVariantMap & parameters,
QGeoServiceProvider::Error * error,
QString * errorString )

Definition at line 174 of file qgeotiledmappingmanagerengineohosmapkit.cpp.