mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-26 00:04:03 -04:00
41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/pointcloud/qgspointcloudblockhandle.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsPointCloudBlockHandle : QObject
|
|
{
|
|
%Docstring
|
|
Base class for handling loading :py:class:`QgsPointCloudBlock` asynchronously
|
|
|
|
.. note::
|
|
|
|
The API is considered EXPERIMENTAL and can be changed without a notice
|
|
|
|
.. versionadded:: 3.20
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgspointcloudblockhandle.h"
|
|
%End
|
|
public:
|
|
QgsPointCloudBlockHandle( const QString &dataType, const QgsPointCloudAttributeCollection &attributes, const QgsPointCloudAttributeCollection &requestedAttributes, QgsTileDownloadManagerReply *tileDownloadManagerReply );
|
|
signals:
|
|
void blockLoadingSucceeded( QgsPointCloudBlock *block );
|
|
void blockLoadingFailed( const QString &errorStr );
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/pointcloud/qgspointcloudblockhandle.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|