qgsgeometrycheck.h (QGIS-final-3_10_11) | : | qgsgeometrycheck.h (QGIS-final-3_10_12) | ||
---|---|---|---|---|
skipping to change at line 128 | skipping to change at line 128 | |||
* checkFactory = MyGeometryCheckFactory() | * checkFactory = MyGeometryCheckFactory() | |||
* QgsAnalysis.geometryCheckRegistry().registerGeometryCheck(checkFactory) | * QgsAnalysis.geometryCheckRegistry().registerGeometryCheck(checkFactory) | |||
* \endcode | * \endcode | |||
* | * | |||
* \note This class is a technology preview and unstable API. | * \note This class is a technology preview and unstable API. | |||
* \since QGIS 3.4 | * \since QGIS 3.4 | |||
*/ | */ | |||
class ANALYSIS_EXPORT QgsGeometryCheck | class ANALYSIS_EXPORT QgsGeometryCheck | |||
{ | { | |||
Q_GADGET | Q_GADGET | |||
Q_DECLARE_TR_FUNCTIONS( QgsGeometryCheck ) | ||||
public: | public: | |||
/** | /** | |||
* A list of layers and feature ids for each of these layers. | * A list of layers and feature ids for each of these layers. | |||
* In C++, the member `ids` can be accessed directly. | * In C++, the member `ids` can be accessed directly. | |||
* In Python some accessor methods will need to be written. | * In Python some accessor methods will need to be written. | |||
* | * | |||
* \since QGIS 3.4 | * \since QGIS 3.4 | |||
*/ | */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |