Skip to content

Commit

Permalink
Record header subfolders as __group__ attribute in PyQGIS classes
Browse files Browse the repository at this point in the history
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
  • Loading branch information
nyalldawson committed Aug 16, 2024
1 parent ff5747b commit cdcc696
Show file tree
Hide file tree
Showing 1,803 changed files with 12,678 additions and 1 deletion.
5 changes: 5 additions & 0 deletions python/3d/auto_additions/qgs3dalgorithms.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/3d/processing/qgs3dalgorithms.h
try:
Qgs3DAlgorithms.__group__ = ['processing']
except NameError:
pass
8 changes: 8 additions & 0 deletions python/3d/auto_additions/qgsabstractmaterialsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@
QgsAbstractMaterialSettings.TrianglesDataDefined.__doc__ = "Triangle based rendering with possibility of datadefined color \n.. versionadded:: 3.18"
QgsMaterialSettingsRenderingTechnique.__doc__ = 'Material rendering techniques\n\n.. versionadded:: 3.16\n\n' + '* ``Triangles``: ' + QgsMaterialSettingsRenderingTechnique.Triangles.__doc__ + '\n' + '* ``Lines``: ' + QgsMaterialSettingsRenderingTechnique.Lines.__doc__ + '\n' + '* ``InstancedPoints``: ' + QgsMaterialSettingsRenderingTechnique.InstancedPoints.__doc__ + '\n' + '* ``Points``: ' + QgsMaterialSettingsRenderingTechnique.Points.__doc__ + '\n' + '* ``TrianglesWithFixedTexture``: ' + QgsMaterialSettingsRenderingTechnique.TrianglesWithFixedTexture.__doc__ + '\n' + '* ``TrianglesFromModel``: ' + QgsMaterialSettingsRenderingTechnique.TrianglesFromModel.__doc__ + '\n' + '* ``TrianglesDataDefined``: ' + QgsMaterialSettingsRenderingTechnique.TrianglesDataDefined.__doc__
# --
try:
QgsMaterialContext.__group__ = ['materials']
except NameError:
pass
try:
QgsAbstractMaterialSettings.__group__ = ['materials']
except NameError:
pass
5 changes: 5 additions & 0 deletions python/3d/auto_additions/qgsdirectionallightsettings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/3d/lights/qgsdirectionallightsettings.h
try:
QgsDirectionalLightSettings.__group__ = ['lights']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/3d/auto_additions/qgsgoochmaterialsettings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgsgoochmaterialsettings.h
QgsGoochMaterialSettings.create = staticmethod(QgsGoochMaterialSettings.create)
QgsGoochMaterialSettings.supportsTechnique = staticmethod(QgsGoochMaterialSettings.supportsTechnique)
try:
QgsGoochMaterialSettings.__group__ = ['materials']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/3d/auto_additions/qgslightsource.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# The following has been generated automatically from src/3d/lights/qgslightsource.h
QgsLightSource.createFromXml = staticmethod(QgsLightSource.createFromXml)
try:
QgsLightSource.__group__ = ['lights']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/3d/auto_additions/qgsline3dsymbol.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# The following has been generated automatically from src/3d/symbols/qgsline3dsymbol.h
QgsLine3DSymbol.create = staticmethod(QgsLine3DSymbol.create)
try:
QgsLine3DSymbol.__group__ = ['symbols']
except NameError:
pass
9 changes: 9 additions & 0 deletions python/3d/auto_additions/qgsmaterialregistry.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# The following has been generated automatically from src/3d/materials/qgsmaterialregistry.h
try:
QgsMaterialSettingsAbstractMetadata.__group__ = ['materials']
except NameError:
pass
try:
QgsMaterialRegistry.__group__ = ['materials']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/3d/auto_additions/qgsmetalroughmaterialsettings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgsmetalroughmaterialsettings.h
QgsMetalRoughMaterialSettings.supportsTechnique = staticmethod(QgsMetalRoughMaterialSettings.supportsTechnique)
QgsMetalRoughMaterialSettings.create = staticmethod(QgsMetalRoughMaterialSettings.create)
try:
QgsMetalRoughMaterialSettings.__group__ = ['materials']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/3d/auto_additions/qgsnullmaterialsettings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgsnullmaterialsettings.h
QgsNullMaterialSettings.supportsTechnique = staticmethod(QgsNullMaterialSettings.supportsTechnique)
QgsNullMaterialSettings.create = staticmethod(QgsNullMaterialSettings.create)
try:
QgsNullMaterialSettings.__group__ = ['materials']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/3d/auto_additions/qgsphongmaterialsettings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgsphongmaterialsettings.h
QgsPhongMaterialSettings.supportsTechnique = staticmethod(QgsPhongMaterialSettings.supportsTechnique)
QgsPhongMaterialSettings.create = staticmethod(QgsPhongMaterialSettings.create)
try:
QgsPhongMaterialSettings.__group__ = ['materials']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/3d/auto_additions/qgsphongtexturedmaterialsettings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgsphongtexturedmaterialsettings.h
QgsPhongTexturedMaterialSettings.supportsTechnique = staticmethod(QgsPhongTexturedMaterialSettings.supportsTechnique)
QgsPhongTexturedMaterialSettings.create = staticmethod(QgsPhongTexturedMaterialSettings.create)
try:
QgsPhongTexturedMaterialSettings.__group__ = ['materials']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/3d/auto_additions/qgspoint3dsymbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
QgsPoint3DSymbol.create = staticmethod(QgsPoint3DSymbol.create)
QgsPoint3DSymbol.shapeFromString = staticmethod(QgsPoint3DSymbol.shapeFromString)
QgsPoint3DSymbol.shapeToString = staticmethod(QgsPoint3DSymbol.shapeToString)
try:
QgsPoint3DSymbol.__group__ = ['symbols']
except NameError:
pass
21 changes: 21 additions & 0 deletions python/3d/auto_additions/qgspointcloud3dsymbol.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# The following has been generated automatically from src/3d/symbols/qgspointcloud3dsymbol.h
try:
QgsPointCloud3DSymbol.__group__ = ['symbols']
except NameError:
pass
try:
QgsSingleColorPointCloud3DSymbol.__group__ = ['symbols']
except NameError:
pass
try:
QgsColorRampPointCloud3DSymbol.__group__ = ['symbols']
except NameError:
pass
try:
QgsRgbPointCloud3DSymbol.__group__ = ['symbols']
except NameError:
pass
try:
QgsClassificationPointCloud3DSymbol.__group__ = ['symbols']
except NameError:
pass
5 changes: 5 additions & 0 deletions python/3d/auto_additions/qgspointlightsettings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/3d/lights/qgspointlightsettings.h
try:
QgsPointLightSettings.__group__ = ['lights']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/3d/auto_additions/qgspolygon3dsymbol.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# The following has been generated automatically from src/3d/symbols/qgspolygon3dsymbol.h
QgsPolygon3DSymbol.create = staticmethod(QgsPolygon3DSymbol.create)
try:
QgsPolygon3DSymbol.__group__ = ['symbols']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/3d/auto_additions/qgssimplelinematerialsettings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgssimplelinematerialsettings.h
QgsSimpleLineMaterialSettings.supportsTechnique = staticmethod(QgsSimpleLineMaterialSettings.supportsTechnique)
QgsSimpleLineMaterialSettings.create = staticmethod(QgsSimpleLineMaterialSettings.create)
try:
QgsSimpleLineMaterialSettings.__group__ = ['materials']
except NameError:
pass
5 changes: 5 additions & 0 deletions python/PyQt6/3d/auto_additions/qgs3dalgorithms.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/3d/processing/qgs3dalgorithms.h
try:
Qgs3DAlgorithms.__group__ = ['processing']
except NameError:
pass
8 changes: 8 additions & 0 deletions python/PyQt6/3d/auto_additions/qgsabstractmaterialsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@
QgsAbstractMaterialSettings.TrianglesDataDefined.__doc__ = "Triangle based rendering with possibility of datadefined color \n.. versionadded:: 3.18"
QgsMaterialSettingsRenderingTechnique.__doc__ = 'Material rendering techniques\n\n.. versionadded:: 3.16\n\n' + '* ``Triangles``: ' + QgsMaterialSettingsRenderingTechnique.Triangles.__doc__ + '\n' + '* ``Lines``: ' + QgsMaterialSettingsRenderingTechnique.Lines.__doc__ + '\n' + '* ``InstancedPoints``: ' + QgsMaterialSettingsRenderingTechnique.InstancedPoints.__doc__ + '\n' + '* ``Points``: ' + QgsMaterialSettingsRenderingTechnique.Points.__doc__ + '\n' + '* ``TrianglesWithFixedTexture``: ' + QgsMaterialSettingsRenderingTechnique.TrianglesWithFixedTexture.__doc__ + '\n' + '* ``TrianglesFromModel``: ' + QgsMaterialSettingsRenderingTechnique.TrianglesFromModel.__doc__ + '\n' + '* ``TrianglesDataDefined``: ' + QgsMaterialSettingsRenderingTechnique.TrianglesDataDefined.__doc__
# --
try:
QgsMaterialContext.__group__ = ['materials']
except NameError:
pass
try:
QgsAbstractMaterialSettings.__group__ = ['materials']
except NameError:
pass
5 changes: 5 additions & 0 deletions python/PyQt6/3d/auto_additions/qgsdirectionallightsettings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/3d/lights/qgsdirectionallightsettings.h
try:
QgsDirectionalLightSettings.__group__ = ['lights']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/PyQt6/3d/auto_additions/qgsgoochmaterialsettings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgsgoochmaterialsettings.h
QgsGoochMaterialSettings.create = staticmethod(QgsGoochMaterialSettings.create)
QgsGoochMaterialSettings.supportsTechnique = staticmethod(QgsGoochMaterialSettings.supportsTechnique)
try:
QgsGoochMaterialSettings.__group__ = ['materials']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/PyQt6/3d/auto_additions/qgslightsource.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# The following has been generated automatically from src/3d/lights/qgslightsource.h
QgsLightSource.createFromXml = staticmethod(QgsLightSource.createFromXml)
try:
QgsLightSource.__group__ = ['lights']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/PyQt6/3d/auto_additions/qgsline3dsymbol.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# The following has been generated automatically from src/3d/symbols/qgsline3dsymbol.h
QgsLine3DSymbol.create = staticmethod(QgsLine3DSymbol.create)
try:
QgsLine3DSymbol.__group__ = ['symbols']
except NameError:
pass
9 changes: 9 additions & 0 deletions python/PyQt6/3d/auto_additions/qgsmaterialregistry.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# The following has been generated automatically from src/3d/materials/qgsmaterialregistry.h
try:
QgsMaterialSettingsAbstractMetadata.__group__ = ['materials']
except NameError:
pass
try:
QgsMaterialRegistry.__group__ = ['materials']
except NameError:
pass
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgsmetalroughmaterialsettings.h
QgsMetalRoughMaterialSettings.supportsTechnique = staticmethod(QgsMetalRoughMaterialSettings.supportsTechnique)
QgsMetalRoughMaterialSettings.create = staticmethod(QgsMetalRoughMaterialSettings.create)
try:
QgsMetalRoughMaterialSettings.__group__ = ['materials']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/PyQt6/3d/auto_additions/qgsnullmaterialsettings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgsnullmaterialsettings.h
QgsNullMaterialSettings.supportsTechnique = staticmethod(QgsNullMaterialSettings.supportsTechnique)
QgsNullMaterialSettings.create = staticmethod(QgsNullMaterialSettings.create)
try:
QgsNullMaterialSettings.__group__ = ['materials']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/PyQt6/3d/auto_additions/qgsphongmaterialsettings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgsphongmaterialsettings.h
QgsPhongMaterialSettings.supportsTechnique = staticmethod(QgsPhongMaterialSettings.supportsTechnique)
QgsPhongMaterialSettings.create = staticmethod(QgsPhongMaterialSettings.create)
try:
QgsPhongMaterialSettings.__group__ = ['materials']
except NameError:
pass
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgsphongtexturedmaterialsettings.h
QgsPhongTexturedMaterialSettings.supportsTechnique = staticmethod(QgsPhongTexturedMaterialSettings.supportsTechnique)
QgsPhongTexturedMaterialSettings.create = staticmethod(QgsPhongTexturedMaterialSettings.create)
try:
QgsPhongTexturedMaterialSettings.__group__ = ['materials']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/PyQt6/3d/auto_additions/qgspoint3dsymbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
QgsPoint3DSymbol.create = staticmethod(QgsPoint3DSymbol.create)
QgsPoint3DSymbol.shapeFromString = staticmethod(QgsPoint3DSymbol.shapeFromString)
QgsPoint3DSymbol.shapeToString = staticmethod(QgsPoint3DSymbol.shapeToString)
try:
QgsPoint3DSymbol.__group__ = ['symbols']
except NameError:
pass
20 changes: 20 additions & 0 deletions python/PyQt6/3d/auto_additions/qgspointcloud3dsymbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,23 @@
QgsPointCloud3DSymbol.ColorRamp = QgsPointCloud3DSymbol.RenderingStyle.ColorRamp
QgsPointCloud3DSymbol.RgbRendering = QgsPointCloud3DSymbol.RenderingStyle.RgbRendering
QgsPointCloud3DSymbol.Classification = QgsPointCloud3DSymbol.RenderingStyle.Classification
try:
QgsPointCloud3DSymbol.__group__ = ['symbols']
except NameError:
pass
try:
QgsSingleColorPointCloud3DSymbol.__group__ = ['symbols']
except NameError:
pass
try:
QgsColorRampPointCloud3DSymbol.__group__ = ['symbols']
except NameError:
pass
try:
QgsRgbPointCloud3DSymbol.__group__ = ['symbols']
except NameError:
pass
try:
QgsClassificationPointCloud3DSymbol.__group__ = ['symbols']
except NameError:
pass
5 changes: 5 additions & 0 deletions python/PyQt6/3d/auto_additions/qgspointlightsettings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/3d/lights/qgspointlightsettings.h
try:
QgsPointLightSettings.__group__ = ['lights']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/PyQt6/3d/auto_additions/qgspolygon3dsymbol.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# The following has been generated automatically from src/3d/symbols/qgspolygon3dsymbol.h
QgsPolygon3DSymbol.create = staticmethod(QgsPolygon3DSymbol.create)
try:
QgsPolygon3DSymbol.__group__ = ['symbols']
except NameError:
pass
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The following has been generated automatically from src/3d/materials/qgssimplelinematerialsettings.h
QgsSimpleLineMaterialSettings.supportsTechnique = staticmethod(QgsSimpleLineMaterialSettings.supportsTechnique)
QgsSimpleLineMaterialSettings.create = staticmethod(QgsSimpleLineMaterialSettings.create)
try:
QgsSimpleLineMaterialSettings.__group__ = ['materials']
except NameError:
pass
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/analysis/processing/qgsalgorithmbatchgeocode.h
try:
QgsBatchGeocodeAlgorithm.__group__ = ['processing']
except NameError:
pass
12 changes: 12 additions & 0 deletions python/PyQt6/analysis/auto_additions/qgsalignraster.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@
QgsAlignRaster.suggestedWarpOutput = staticmethod(QgsAlignRaster.suggestedWarpOutput)
QgsAlignRaster.RasterInfo.__doc__ = """Utility class for gathering information about rasters"""
QgsAlignRaster.ProgressHandler.__doc__ = """Helper struct to be sub-classed for progress reporting"""
try:
QgsAlignRaster.__group__ = ['raster']
except NameError:
pass
try:
QgsAlignRaster.RasterInfo.__group__ = ['raster']
except NameError:
pass
try:
QgsAlignRaster.ProgressHandler.__group__ = ['raster']
except NameError:
pass
5 changes: 5 additions & 0 deletions python/PyQt6/analysis/auto_additions/qgsaspectfilter.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/analysis/raster/qgsaspectfilter.h
try:
QgsAspectFilter.__group__ = ['raster']
except NameError:
pass
5 changes: 5 additions & 0 deletions python/PyQt6/analysis/auto_additions/qgsderivativefilter.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/analysis/raster/qgsderivativefilter.h
try:
QgsDerivativeFilter.__group__ = ['raster']
except NameError:
pass
5 changes: 5 additions & 0 deletions python/PyQt6/analysis/auto_additions/qgsfeaturepool.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/analysis/vector/geometry_checker/qgsfeaturepool.h
try:
QgsFeaturePool.__group__ = ['vector', 'geometry_checker']
except NameError:
pass
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/analysis/georeferencing/qgsgcpgeometrytransformer.h
try:
QgsGcpGeometryTransformer.__group__ = ['georeferencing']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/PyQt6/analysis/auto_additions/qgsgcppoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
QgsGcpPoint.PointType.Destination.__doc__ = "Destination point"
QgsGcpPoint.PointType.__doc__ = "Coordinate point types\n\n" + '* ``Source``: ' + QgsGcpPoint.PointType.Source.__doc__ + '\n' + '* ``Destination``: ' + QgsGcpPoint.PointType.Destination.__doc__
# --
try:
QgsGcpPoint.__group__ = ['georeferencing']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/PyQt6/analysis/auto_additions/qgsgcptransformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
QgsGcpTransformerInterface.methodToString = staticmethod(QgsGcpTransformerInterface.methodToString)
QgsGcpTransformerInterface.create = staticmethod(QgsGcpTransformerInterface.create)
QgsGcpTransformerInterface.createFromParameters = staticmethod(QgsGcpTransformerInterface.createFromParameters)
try:
QgsGcpTransformerInterface.__group__ = ['georeferencing']
except NameError:
pass
12 changes: 12 additions & 0 deletions python/PyQt6/analysis/auto_additions/qgsgeometrycheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@
QgsGeometryCheck.Change.__doc__ = """Descripts a change to fix a geometry.
.. versionadded:: 3.4"""
try:
QgsGeometryCheck.__group__ = ['vector', 'geometry_checker']
except NameError:
pass
try:
QgsGeometryCheck.LayerFeatureIds.__group__ = ['vector', 'geometry_checker']
except NameError:
pass
try:
QgsGeometryCheck.Change.__group__ = ['vector', 'geometry_checker']
except NameError:
pass
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The following has been generated automatically from src/analysis/vector/geometry_checker/qgsgeometrycheckcontext.h
try:
QgsGeometryCheckContext.__group__ = ['vector', 'geometry_checker']
except NameError:
pass
4 changes: 4 additions & 0 deletions python/PyQt6/analysis/auto_additions/qgsgeometrycheckerror.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
QgsGeometryCheckError.ValueLength = QgsGeometryCheckError.ValueType.ValueLength
QgsGeometryCheckError.ValueArea = QgsGeometryCheckError.ValueType.ValueArea
QgsGeometryCheckError.ValueOther = QgsGeometryCheckError.ValueType.ValueOther
try:
QgsGeometryCheckError.__group__ = ['vector', 'geometry_checker']
except NameError:
pass
13 changes: 13 additions & 0 deletions python/PyQt6/analysis/auto_additions/qgsgeometrycheckerutils.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# The following has been generated automatically from src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h
try:
QgsGeometryCheckerUtils.__group__ = ['vector', 'geometry_checker']
except NameError:
pass
try:
QgsGeometryCheckerUtils.LayerFeature.__group__ = ['vector', 'geometry_checker']
except NameError:
pass
try:
QgsGeometryCheckerUtils.LayerFeatures.__group__ = ['vector', 'geometry_checker']
except NameError:
pass
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# The following has been generated automatically from src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h
try:
QgsGeometryCheckFactory.__group__ = ['vector', 'geometry_checker']
except NameError:
pass
try:
QgsGeometryCheckFactoryT.__group__ = ['vector', 'geometry_checker']
except NameError:
pass
Loading

0 comments on commit cdcc696

Please sign in to comment.