mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix python bindings
This commit is contained in:
parent
0bb6a16145
commit
3d31d72442
@ -12,6 +12,24 @@
|
||||
|
||||
|
||||
|
||||
class QgsGeometryCheckFactory /Abstract/
|
||||
{
|
||||
%Docstring
|
||||
|
||||
A factory for geometry checks.
|
||||
|
||||
.. note::
|
||||
|
||||
This class is a technology preview and unstable API.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
%End
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsgeometrycheckfactory.h"
|
||||
%End
|
||||
public:
|
||||
|
||||
virtual ~QgsGeometryCheckFactory();
|
||||
|
||||
virtual QgsGeometryCheck *createGeometryCheck( const QgsGeometryCheckContext *context, const QVariantMap &configuration ) const = 0 /Factory/;
|
||||
|
@ -39,7 +39,8 @@ struct QgsGeometryCheckContext;
|
||||
*
|
||||
* \note This class is a technology preview and unstable API.
|
||||
* \since QGIS 3.4
|
||||
*/class ANALYSIS_EXPORT QgsGeometryCheckFactory SIP_ABSTRACT
|
||||
*/
|
||||
class ANALYSIS_EXPORT QgsGeometryCheckFactory SIP_ABSTRACT
|
||||
{
|
||||
public:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user