Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix doc
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Dec 3, 2020
1 parent 05d6edc commit 14a7702
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/3d/auto_generated/symbols/qgspointcloud3dsymbol.sip.in
Expand Up @@ -41,7 +41,13 @@ class QgsPointCloud3DSymbol : QgsAbstract3DSymbol /Abstract/
};

static QString renderingStyletoString( RenderingStyle renderingStyle );
%Docstring
Converts from ``renderingStyle`` enum to a string
%End
static RenderingStyle renderingStylefromString( const QString &str );
%Docstring
Converts from a string to rendering style
%End

QgsPointCloud3DSymbol( QgsPointCloud3DSymbol::RenderingStyle style );
%Docstring
Expand Down
2 changes: 2 additions & 0 deletions src/3d/symbols/qgspointcloud3dsymbol.h
Expand Up @@ -52,7 +52,9 @@ class _3D_EXPORT QgsPointCloud3DSymbol : public QgsAbstract3DSymbol SIP_ABSTRACT
RgbRendering
};

//! Converts from \a renderingStyle enum to a string
static QString renderingStyletoString( RenderingStyle renderingStyle );
//! Converts from a string to rendering style
static RenderingStyle renderingStylefromString( const QString &str );

//! Constructor for QgsPointCloud3DSymbol
Expand Down

0 comments on commit 14a7702

Please sign in to comment.