Home
last modified time | relevance | path

Searched refs:QAbstractGeoTileCache (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqabstractgeotilecache.cpp60 QAbstractGeoTileCache::QAbstractGeoTileCache(QObject *parent) in QAbstractGeoTileCache() function in QAbstractGeoTileCache
68 QAbstractGeoTileCache::~QAbstractGeoTileCache() in ~QAbstractGeoTileCache()
72 void QAbstractGeoTileCache::printStats() in printStats()
76 void QAbstractGeoTileCache::handleError(const QGeoTileSpec &, const QString &error) in handleError()
81 void QAbstractGeoTileCache::setMaxDiskUsage(int diskUsage) in setMaxDiskUsage()
86 int QAbstractGeoTileCache::maxDiskUsage() const in maxDiskUsage()
91 int QAbstractGeoTileCache::diskUsage() const in diskUsage()
96 void QAbstractGeoTileCache::setMaxMemoryUsage(int memoryUsage) in setMaxMemoryUsage()
101 int QAbstractGeoTileCache::maxMemoryUsage() const in maxMemoryUsage()
106 int QAbstractGeoTileCache::memoryUsage() const in memoryUsage()
[all …]
H A Dqabstractgeotilecache_p.h69 class QAbstractGeoTileCache; variable
86 class Q_LOCATION_PRIVATE_EXPORT QAbstractGeoTileCache : public QObject
102 virtual ~QAbstractGeoTileCache();
130 QAbstractGeoTileCache::CacheAreas areas = QAbstractGeoTileCache::AllCaches) = 0;
138 QAbstractGeoTileCache(QObject *parent = 0);
144 Q_DECLARE_OPERATORS_FOR_FLAGS(QAbstractGeoTileCache::CacheAreas)
H A Dqgeotiledmappingmanagerengine_p.h89 QAbstractGeoTileCache *tileCache();
92 QAbstractGeoTileCache::CacheAreas cacheHint() const;
106 void setCacheHint(QAbstractGeoTileCache::CacheAreas cacheHint);
107 void setTileCache(QAbstractGeoTileCache *cache);
H A Dqgeotiledmappingmanagerengine_p_p.h60 class QAbstractGeoTileCache; variable
74 QAbstractGeoTileCache::CacheAreas cacheHint_;
75 QAbstractGeoTileCache *tileCache_;
H A Dqgeofiletilecache.cpp89 … : QAbstractGeoTileCache(parent), directory_(directory), minTextureUsage_(0), extraTextureUsage_(0) in QGeoFileTileCache()
345 void QGeoFileTileCache::setCostStrategyDisk(QAbstractGeoTileCache::CostStrategy costStrategy) in setCostStrategyDisk()
350 QAbstractGeoTileCache::CostStrategy QGeoFileTileCache::costStrategyDisk() const in costStrategyDisk()
355 void QGeoFileTileCache::setCostStrategyMemory(QAbstractGeoTileCache::CostStrategy costStrategy) in setCostStrategyMemory()
360 QAbstractGeoTileCache::CostStrategy QGeoFileTileCache::costStrategyMemory() const in costStrategyMemory()
365 void QGeoFileTileCache::setCostStrategyTexture(QAbstractGeoTileCache::CostStrategy costStrategy) in setCostStrategyTexture()
370 QAbstractGeoTileCache::CostStrategy QGeoFileTileCache::costStrategyTexture() const in costStrategyTexture()
386 QAbstractGeoTileCache::CacheAreas areas) in insert()
391 if (areas & QAbstractGeoTileCache::DiskCache) { in insert()
396 if (areas & QAbstractGeoTileCache::MemoryCache) { in insert()
H A Dqgeotiledmappingmanagerengine.cpp272 QAbstractGeoTileCache::CacheAreas QGeoTiledMappingManagerEngine::cacheHint() const in cacheHint()
278 void QGeoTiledMappingManagerEngine::setCacheHint(QAbstractGeoTileCache::CacheAreas cacheHint) in setCacheHint()
287 void QGeoTiledMappingManagerEngine::setTileCache(QAbstractGeoTileCache *cache) in setTileCache()
296 QAbstractGeoTileCache *QGeoTiledMappingManagerEngine::tileCache() in tileCache()
302 cacheDirectory = QAbstractGeoTileCache::baseLocationCacheDirectory() + managerName(); in tileCache()
319 cacheHint_(QAbstractGeoTileCache::AllCaches), in QGeoTiledMappingManagerEnginePrivate()
H A Dqgeofiletilecache_p.h98 class Q_LOCATION_PRIVATE_EXPORT QGeoFileTileCache : public QAbstractGeoTileCache
137QAbstractGeoTileCache::CacheAreas areas = QAbstractGeoTileCache::AllCaches) override;
H A Dqgeotiledmap_p.h63 class QAbstractGeoTileCache; variable
82 QAbstractGeoTileCache *tileCache();
H A Dqgeotiledmap_p_p.h62 class QAbstractGeoTileCache; variable
102 QAbstractGeoTileCache *m_cache;
H A Dqgeotilefetcher_p.h90 QAbstractGeoTileCache::CacheAreas cacheHint() const;
H A Dqgeotiledmap.cpp121 QAbstractGeoTileCache *QGeoTiledMap::tileCache() in tileCache()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomappingmanagerenginemapboxgl.cpp153 …cacheDirectory = QAbstractGeoTileCache::baseLocationCacheDirectory() + QStringLiteral("mapboxgl/"); in QGeoMappingManagerEngineMapboxGL()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotiledmappingmanagerengine_esri.cpp139 … cacheDirectory = QAbstractGeoTileCache::baseLocationCacheDirectory() + QLatin1String("esri"); in GeoTiledMappingManagerEngineEsri()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeotiledmappingmanagerenginemapbox.cpp163 …m_cacheDirectory = QAbstractGeoTileCache::baseLocationCacheDirectory() + QLatin1String(pluginName); in QGeoTiledMappingManagerEngineMapbox()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotiledmappingmanagerengineosm.cpp77 …m_cacheDirectory = QAbstractGeoTileCache::baseLocationCacheDirectory() + QLatin1String(pluginName); in QGeoTiledMappingManagerEngineOsm()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.9.044 - Moved CacheAreas enum from QGeoFileTileCache into QAbstractGeoTileCache.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeotiledmappingmanagerengine_nokia.cpp129 …m_cacheDirectory = QAbstractGeoTileCache::baseLocationCacheDirectory() + QLatin1String(pluginName); in QGeoTiledMappingManagerEngineNokia()