QGIS/python/core/auto_generated/pointcloud/qgspointcloudblockhandle.sip.in
2021-04-08 14:26:31 -07:00

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 *
************************************************************************/