Home
last modified time | relevance | path

Searched refs:QgsGeometryOptions (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsgeometryoptions.cpp24 QgsGeometryOptions::QgsGeometryOptions() in QgsGeometryOptions() function in QgsGeometryOptions
29 bool QgsGeometryOptions::removeDuplicateNodes() const in removeDuplicateNodes()
34 void QgsGeometryOptions::setRemoveDuplicateNodes( bool value ) in setRemoveDuplicateNodes()
40 double QgsGeometryOptions::geometryPrecision() const in geometryPrecision()
45 void QgsGeometryOptions::setGeometryPrecision( double value ) in setGeometryPrecision()
51 bool QgsGeometryOptions::isActive() const in isActive()
56 void QgsGeometryOptions::apply( QgsGeometry &geometry ) const in apply()
65 QStringList QgsGeometryOptions::geometryChecks() const in geometryChecks()
70 void QgsGeometryOptions::setGeometryChecks( const QStringList &geometryChecks ) in setGeometryChecks()
87 void QgsGeometryOptions::writeXml( QDomNode &node ) const in writeXml()
[all …]
H A Dqgsgeometryoptions.h36 class CORE_EXPORT QgsGeometryOptions : public QObject
45 QgsGeometryOptions();
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsgeometryoptions.cpp24 QgsGeometryOptions::QgsGeometryOptions() in QgsGeometryOptions() function in QgsGeometryOptions
29 bool QgsGeometryOptions::removeDuplicateNodes() const in removeDuplicateNodes()
34 void QgsGeometryOptions::setRemoveDuplicateNodes( bool value ) in setRemoveDuplicateNodes()
40 double QgsGeometryOptions::geometryPrecision() const in geometryPrecision()
45 void QgsGeometryOptions::setGeometryPrecision( double value ) in setGeometryPrecision()
51 bool QgsGeometryOptions::isActive() const in isActive()
56 void QgsGeometryOptions::apply( QgsGeometry &geometry ) const in apply()
65 QStringList QgsGeometryOptions::geometryChecks() const in geometryChecks()
70 void QgsGeometryOptions::setGeometryChecks( const QStringList &geometryChecks ) in setGeometryChecks()
87 void QgsGeometryOptions::writeXml( QDomNode &node ) const in writeXml()
[all …]
H A Dqgsgeometryoptions.h35 class CORE_EXPORT QgsGeometryOptions : public QObject
44 QgsGeometryOptions();
H A Dqgsvectorlayer.h80 class QgsGeometryOptions; variable
2403 QgsGeometryOptions *geometryOptions() const;
2992 std::unique_ptr<QgsGeometryOptions> mGeometryOptions;
H A Dqgsvectorlayer.cpp166 mGeometryOptions = qgis::make_unique<QgsGeometryOptions>(); in QgsVectorLayer()
5650 QgsGeometryOptions *QgsVectorLayer::geometryOptions() const in geometryOptions()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgsgeometryoptions.sip.in13 class QgsGeometryOptions : QObject
17 The :py:class:`QgsGeometryOptions` class contains options to automatically adjust geometries to
28 QgsGeometryOptions();
30 Create a new QgsGeometryOptions object.
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsgeometryoptions.sip.in13 class QgsGeometryOptions : QObject
17 The QgsGeometryOptions class contains options to automatically adjust geometries to
28 QgsGeometryOptions();
30 Create a new QgsGeometryOptions object.
H A Dqgsvectorlayer.sip.in2622 QgsGeometryOptions *geometryOptions() const;
/dports/graphics/qgis/qgis-3.22.3/src/core/settings/
H A Dqgssettingsregistrycore.cpp55 addSettingsEntry( &QgsGeometryOptions::settingsGeometryValidationDefaultChecks ); in QgsSettingsRegistryCore()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsgeometryvalidationservice.cpp87 …connect( vectorLayer->geometryOptions(), &QgsGeometryOptions::checkConfigurationChanged, this, [th… in onLayersAdded()
92 …connect( vectorLayer->geometryOptions(), &QgsGeometryOptions::geometryChecksChanged, this, [this, … in onLayersAdded()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsgeometryvalidationservice.cpp87 …connect( vectorLayer->geometryOptions(), &QgsGeometryOptions::checkConfigurationChanged, this, [th… in onLayersAdded()
92 …connect( vectorLayer->geometryOptions(), &QgsGeometryOptions::geometryChecksChanged, this, [this, … in onLayersAdded()
/dports/graphics/qgis/qgis-3.22.3/src/core/vector/
H A Dqgsvectorlayer.h79 class QgsGeometryOptions; variable
2381 QgsGeometryOptions *geometryOptions() const;
2965 std::unique_ptr<QgsGeometryOptions> mGeometryOptions;
H A Dqgsvectorlayer.cpp172 mGeometryOptions = std::make_unique<QgsGeometryOptions>(); in QgsVectorLayer()
5740 QgsGeometryOptions *QgsVectorLayer::geometryOptions() const in geometryOptions()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/vector/
H A Dqgsvectorlayer.sip.in2603 QgsGeometryOptions *geometryOptions() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog92423 And rename QgsGeometryFixes to QgsGeometryOptions
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog126116 And rename QgsGeometryFixes to QgsGeometryOptions