The following members of QML type ExportTileCacheTask are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- estimateTileCacheSizeJobs : list<EstimateTileCacheSizeJob>
(obsolete)
- exportTileCacheJobs : list<ExportTileCacheJob>
(obsolete)
Signals
- estimateTileCacheSizeJobsChanged()
(obsolete)
- exportTileCacheJobsChanged()
(obsolete)
Property Documentation
estimateTileCacheSizeJobs : list<EstimateTileCacheSizeJob> |
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The list of EstimateTileCacheSizeJob objects. Each job can be tracked using the EstimateTileCacheSizeJob::JobStatus property.
This property is deprecated at 100.15. Use the Job that is returned from estimateTileCacheSize instead.
See also EstimateTileCacheSizeJob.
exportTileCacheJobs : list<ExportTileCacheJob> |
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The list of ExportTileCacheJob objects. Each job can be tracked using the ExportTileCacheJob::JobStatus property.
This property is deprecated at 100.15. Use the Job that is returned from exportTileCache instead.
See also ExportTileCacheJob.
Signal Documentation
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the estimateTileCacheSizeJobs property of this ExportTileCacheTask changes. This signal is deprecated at 100.15. Use the Job that is returned from estimateTileCacheSize instead.
Note: The corresponding handler is onEstimateTileCacheSizeJobsChanged
.
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the exportTileCacheJobs property of this ExportTileCacheTask changes. This signal is deprecated at 100.15. Use the Job that is returned from exportTileCache instead.
Note: The corresponding handler is onExportTileCacheJobsChanged
.