Skip to content

Commit

Permalink
fix documentation check
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Dec 3, 2020
1 parent 5e76bc6 commit 015f306
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions python/3d/auto_generated/symbols/qgspointcloud3dsymbol.sip.in
Expand Up @@ -88,6 +88,9 @@ class QgsNoRenderingPointCloud3DSymbol : QgsPointCloud3DSymbol
%End
public:
QgsNoRenderingPointCloud3DSymbol( QgsPointCloudLayer *layer );
%Docstring
Constructor for QgsNoRenderingPointCloud3DSymbol
%End

virtual QgsAbstract3DSymbol *clone() const /Factory/;

Expand Down Expand Up @@ -116,6 +119,9 @@ class QgsSingleColorPointCloud3DSymbol : QgsPointCloud3DSymbol
%End
public:
QgsSingleColorPointCloud3DSymbol( QgsPointCloudLayer *layer );
%Docstring
Constructor for QgsSingleColorPointCloud3DSymbol
%End

virtual QgsAbstract3DSymbol *clone() const /Factory/;

Expand Down Expand Up @@ -173,6 +179,9 @@ class QgsColorRampPointCloud3DSymbol : QgsPointCloud3DSymbol
%End
public:
QgsColorRampPointCloud3DSymbol( QgsPointCloudLayer *layer );
%Docstring
Constructor for QgsColorRampPointCloud3DSymbol
%End

virtual QgsAbstract3DSymbol *clone() const /Factory/;

Expand Down
5 changes: 4 additions & 1 deletion src/3d/symbols/qgspointcloud3dsymbol.h
Expand Up @@ -92,6 +92,7 @@ class _3D_EXPORT QgsPointCloud3DSymbol : public QgsAbstract3DSymbol
class _3D_EXPORT QgsNoRenderingPointCloud3DSymbol : public QgsPointCloud3DSymbol
{
public:
//! Constructor for QgsNoRenderingPointCloud3DSymbol
QgsNoRenderingPointCloud3DSymbol( QgsPointCloudLayer *layer );

QgsAbstract3DSymbol *clone() const override SIP_FACTORY;
Expand All @@ -112,6 +113,7 @@ class _3D_EXPORT QgsNoRenderingPointCloud3DSymbol : public QgsPointCloud3DSymbol
class _3D_EXPORT QgsSingleColorPointCloud3DSymbol : public QgsPointCloud3DSymbol
{
public:
//! Constructor for QgsSingleColorPointCloud3DSymbol
QgsSingleColorPointCloud3DSymbol( QgsPointCloudLayer *layer );

QgsAbstract3DSymbol *clone() const override SIP_FACTORY;
Expand Down Expand Up @@ -160,6 +162,7 @@ class _3D_EXPORT QgsSingleColorPointCloud3DSymbol : public QgsPointCloud3DSymbol
class _3D_EXPORT QgsColorRampPointCloud3DSymbol : public QgsPointCloud3DSymbol
{
public:
//! Constructor for QgsColorRampPointCloud3DSymbol
QgsColorRampPointCloud3DSymbol( QgsPointCloudLayer *layer );

QgsAbstract3DSymbol *clone() const override SIP_FACTORY;
Expand All @@ -181,7 +184,7 @@ class _3D_EXPORT QgsColorRampPointCloud3DSymbol : public QgsPointCloud3DSymbol

/**
* Returns the parameter used to select the color of the point cloud
* \see setRenderingParameter( QgsColorRampPointCloud3DSymbol::RenderingParameter parameter )
* \see setRenderingParameter( const QString &parameter )
*/
QString renderingParameter() const;

Expand Down

0 comments on commit 015f306

Please sign in to comment.