mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
Remove QgsPointCloudLayer3DRendererMetadata from sip
This commit is contained in:
parent
4fce57f68e
commit
b74f1d6983
@ -12,33 +12,6 @@
|
||||
|
||||
|
||||
|
||||
class QgsPointCloudLayer3DRendererMetadata : Qgs3DRendererAbstractMetadata
|
||||
{
|
||||
%Docstring
|
||||
Metadata for point cloud layer 3D renderer to allow creation of its instances from XML
|
||||
|
||||
.. warning::
|
||||
|
||||
This is not considered stable API, and may change in future QGIS releases. It is
|
||||
exposed to the Python bindings as a tech preview only.
|
||||
|
||||
.. versionadded:: 3.18
|
||||
%End
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgspointcloudlayer3drenderer.h"
|
||||
%End
|
||||
public:
|
||||
QgsPointCloudLayer3DRendererMetadata();
|
||||
|
||||
virtual QgsAbstract3DRenderer *createRenderer( QDomElement &elem, const QgsReadWriteContext &context ) /Factory/;
|
||||
|
||||
%Docstring
|
||||
Creates an instance of a 3D renderer based on a DOM element with renderer configuration
|
||||
%End
|
||||
};
|
||||
|
||||
|
||||
class QgsPointCloudLayer3DRenderer : QgsAbstract3DRenderer
|
||||
{
|
||||
%Docstring
|
||||
|
||||
@ -27,6 +27,7 @@
|
||||
|
||||
class QgsPointCloudLayer;
|
||||
|
||||
#ifndef SIP_RUN
|
||||
|
||||
/**
|
||||
* \ingroup core
|
||||
@ -46,6 +47,7 @@ class _3D_EXPORT QgsPointCloudLayer3DRendererMetadata : public Qgs3DRendererAbst
|
||||
QgsAbstract3DRenderer *createRenderer( QDomElement &elem, const QgsReadWriteContext &context ) override SIP_FACTORY;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \ingroup core
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user