Obsolete Members for ExportTileCacheTask

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

Signals

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

estimateTileCacheSizeJobsChanged()

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.


exportTileCacheJobsChanged()

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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.