Home
last modified time | relevance | path

Searched refs:deleteFeature (Results 1 – 25 of 149) sorted by relevance

123456

/dports/graphics/qgis/qgis-3.22.3/tests/src/geometry_checker/
H A Dtestqgsvectorlayerfeaturepool.cpp30 void deleteFeature();
90 void TestQgsVectorLayerFeaturePool::deleteFeature() in deleteFeature() function in TestQgsVectorLayerFeaturePool
107 pool.deleteFeature( 2 ); in deleteFeature()
115 pool.deleteFeature( 1 ); in deleteFeature()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/geometry_checker/
H A Dtestqgsvectorlayerfeaturepool.cpp30 void deleteFeature();
90 void TestQgsVectorLayerFeaturePool::deleteFeature() in deleteFeature() function in TestQgsVectorLayerFeaturePool
107 pool.deleteFeature( 2 ); in deleteFeature()
115 pool.deleteFeature( 1 ); in deleteFeature()
/dports/biology/jalview/jalview/src/jalview/appletgui/
H A DFeatureRenderer.java92 boolean deleteFeature = false; field in FeatureRenderer
198 deleteFeature = false; in amendFeatures()
364 deleteFeature = true; in amendFeatures()
438 sequences.get(0).deleteFeature(sf); in amendFeatures()
454 if (deleteFeature) in amendFeatures()
456 sequences.get(0).deleteFeature(sf); in amendFeatures()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/vector/geometry_checker/
H A Dqgsvectorlayerfeaturepool.cpp123 void QgsVectorLayerFeaturePool::deleteFeature( QgsFeatureId fid ) in deleteFeature() function in QgsVectorLayerFeaturePool
150 deleteFeature( fid ); in onFeatureDeleted()
H A Dqgsfeaturepool.cpp133 mIndex.deleteFeature( feature ); in refreshCache()
147 mIndex.deleteFeature( origFeature ); in removeFeature()
H A Dqgsgeometrytypecheck.cpp134 featurePool->deleteFeature( feature.id() ); in fixError()
141 featurePool->deleteFeature( feature.id() ); in fixError()
H A Dqgsvectordataproviderfeaturepool.h43 void deleteFeature( QgsFeatureId fid ) override;
H A Dqgsgeometrycheck.cpp125 featurePool->deleteFeature( feature.id() ); in deleteFeatureGeometryPart()
137 featurePool->deleteFeature( feature.id() ); in deleteFeatureGeometryPart()
H A Dqgsvectorlayerfeaturepool.h44 void deleteFeature( QgsFeatureId fid ) override;
H A Dqgsfeaturepool.h77 virtual void deleteFeature( QgsFeatureId fid ) = 0;
/dports/graphics/qgis/qgis-3.22.3/src/analysis/vector/geometry_checker/
H A Dqgsvectorlayerfeaturepool.cpp123 void QgsVectorLayerFeaturePool::deleteFeature( QgsFeatureId fid ) in deleteFeature() function in QgsVectorLayerFeaturePool
150 deleteFeature( fid ); in onFeatureDeleted()
H A Dqgsfeaturepool.cpp135 mIndex.deleteFeature( feature ); in refreshCache()
149 mIndex.deleteFeature( origFeature ); in removeFeature()
H A Dqgsgeometrytypecheck.cpp134 featurePool->deleteFeature( feature.id() ); in fixError()
141 featurePool->deleteFeature( feature.id() ); in fixError()
H A Dqgsvectordataproviderfeaturepool.h43 void deleteFeature( QgsFeatureId fid ) override;
H A Dqgsgeometrycheck.cpp125 featurePool->deleteFeature( feature.id() ); in deleteFeatureGeometryPart()
137 featurePool->deleteFeature( feature.id() ); in deleteFeatureGeometryPart()
H A Dqgsvectorlayerfeaturepool.h44 void deleteFeature( QgsFeatureId fid ) override;
H A Dqgsfeaturepool.h77 virtual void deleteFeature( QgsFeatureId fid ) = 0;
/dports/graphics/qgis/qgis-3.22.3/src/plugins/topology/
H A DtopolError.cpp78 if ( fl2.layer->deleteFeature( f2.id() ) ) in fixUnion()
121 return fl.layer->deleteFeature( fl.feature.id() ); in fixDeleteFirst()
127 return fl.layer->deleteFeature( fl.feature.id() ); in fixDeleteSecond()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/topology/
H A DtopolError.cpp78 if ( fl2.layer->deleteFeature( f2.id() ) ) in fixUnion()
121 return fl.layer->deleteFeature( fl.feature.id() ); in fixDeleteFirst()
127 return fl.layer->deleteFeature( fl.feature.id() ); in fixDeleteSecond()
/dports/graphics/qgis/qgis-3.22.3/python/analysis/auto_generated/vector/geometry_checker/
H A Dqgsfeaturepool.sip.in50 virtual void deleteFeature( QgsFeatureId fid ) = 0;
106 To be used by implementations of ``deleteFeature``.
/dports/graphics/qgis-ltr/qgis-3.16.16/python/analysis/auto_generated/vector/geometry_checker/
H A Dqgsfeaturepool.sip.in50 virtual void deleteFeature( QgsFeatureId fid ) = 0;
106 To be used by implementations of ``deleteFeature``.
/dports/graphics/qgis/qgis-3.22.3/src/core/vector/
H A Dqgsvectorlayereditpassthrough.h53 bool deleteFeature( QgsFeatureId fid ) override;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsvectorlayereditpassthrough.h53 bool deleteFeature( QgsFeatureId fid ) override;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/quickgui/attributes/
H A Dqgsquickattributemodel.h98 Q_INVOKABLE bool deleteFeature();
H A Dqgsquickattributemodel.cpp191 bool QgsQuickAttributeModel::deleteFeature() in deleteFeature() function in QgsQuickAttributeModel
203 bool isDeleted = mFeatureLayerPair.layer()->deleteFeature( mFeatureLayerPair.feature().id() ); in deleteFeature()

123456