Home
last modified time | relevance | path

Searched refs:removeCurve (Results 1 – 25 of 72) sorted by relevance

123

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/region/
H A DCurveComponent.java104 void removeCurve(Curve curve) { in removeCurve() method in CurveComponent
108 model.removeCurve(this, curve); in removeCurve()
113 model.removeCurve(this, curve); in removeCurve()
123 model.removeCurve(this, curve); in removeCurveWithoutModeChange()
138 model.removeCurve(this, curve); in removeAllCurves()
173 removeCurve(curve); in removePoint()
494 removeCurve(curve); in handlePopup()
H A DRegionModel.java129 selection.removeCurve(editingCurve); in setEditingCurve()
344 void removeCurve(CurveComponent comp, Curve curve) { in removeCurve() method in RegionModel
346 selection.removeCurve(curve); in removeCurve()
360 void removeCurve(Curve curve) { in removeCurve() method in RegionModel
367 removeCurve(comp, curve); in removeCurve()
382 removeCurve(curve); in removeCurves()
H A DCurveSelection.java62 void removeCurve(Curve oldCurve) { in removeCurve() method in CurveSelection
H A DRegionOverlay.java209 model.removeCurve(comp, curve); in unShareShape()
213 model.removeCurve((Curve) shape); in removeShape()
H A DNewCurveMode.java42 model.removeCurve(comp, curves.nextCurve()); in modeEntered()
H A DEditCurveMode.java42 model.removeCurve(comp, curves.nextCurve()); in modeEntered()
/dports/biology/py-libsedml/libSEDML-2.0.26/src/sedml/
H A DSedPlot2D.cpp447 SedPlot2D::removeCurve(unsigned int n) in removeCurve() function in SedPlot2D
458 SedPlot2D::removeCurve(const std::string& sid) in removeCurve() function in SedPlot2D
883 return removeCurve(id); in removeChildObject()
887 return removeCurve(id); in removeChildObject()
1356 return (spd != NULL) ? spd->removeCurve(n) : NULL; in SedPlot2D_removeCurve()
1368 return (spd != NULL && sid != NULL) ? spd->removeCurve(sid) : NULL; in SedPlot2D_removeCurveById()
H A DSedPlot2D.h467 SedAbstractCurve* removeCurve(unsigned int n);
489 SedAbstractCurve* removeCurve(const std::string& sid);
/dports/biology/libsedml/libSEDML-2.0.26/src/sedml/
H A DSedPlot2D.cpp447 SedPlot2D::removeCurve(unsigned int n) in removeCurve() function in SedPlot2D
458 SedPlot2D::removeCurve(const std::string& sid) in removeCurve() function in SedPlot2D
883 return removeCurve(id); in removeChildObject()
887 return removeCurve(id); in removeChildObject()
1356 return (spd != NULL) ? spd->removeCurve(n) : NULL; in SedPlot2D_removeCurve()
1368 return (spd != NULL && sid != NULL) ? spd->removeCurve(sid) : NULL; in SedPlot2D_removeCurveById()
H A DSedPlot2D.h467 SedAbstractCurve* removeCurve(unsigned int n);
489 SedAbstractCurve* removeCurve(const std::string& sid);
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgscompoundcurve.cpp628 void QgsCompoundCurve::removeCurve( int i ) in removeCurve() function in QgsCompoundCurve
797 removeCurve( curveIds.at( 0 ).first ); in deleteVertex()
838 removeCurve( curveIds.at( 0 ).first ); in deleteVertex()
845 removeCurve( curveIds.at( 1 ).first ); in deleteVertex()
850 removeCurve( curveIds.at( 1 ).first ); in deleteVertex()
851 removeCurve( curveIds.at( 0 ).first ); in deleteVertex()
970 removeCurve( curveId ); in toggleCircularAtVertex()
995 removeCurve( curveId ); in toggleCircularAtVertex()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DPlotWizard.h100 void removeCurve();
H A DPlotWizard.cpp130 connect( buttonDelete, SIGNAL( clicked() ), this, SLOT( removeCurve() ) ); in PlotWizard()
291 void PlotWizard::removeCurve() in removeCurve() function in PlotWizard
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgscompoundcurve.cpp491 void QgsCompoundCurve::removeCurve( int i ) in removeCurve() function in QgsCompoundCurve
631 removeCurve( curveIds.at( 0 ).first ); in deleteVertex()
672 removeCurve( curveIds.at( 0 ).first ); in deleteVertex()
679 removeCurve( curveIds.at( 1 ).first ); in deleteVertex()
684 removeCurve( curveIds.at( 1 ).first ); in deleteVertex()
685 removeCurve( curveIds.at( 0 ).first ); in deleteVertex()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DPlotWizard.h101 void removeCurve();
H A DPlot.h57 void removeCurve(int index);
H A DPlotWizard.cpp126 connect(buttonDelete, SIGNAL(clicked()), this, SLOT(removeCurve())); in PlotWizard()
297 void PlotWizard::removeCurve() in removeCurve() function in PlotWizard
/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/
H A Dkis_animation_curves_model.h56 void removeCurve(KisAnimationCurve *curve);
/dports/science/scidavis/scidavis-2.4.0/test/pythonTests/
H A Dlayer.py42 layer.removeCurve(0)
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/geometry/
H A Dtestqgscompoundcurve.cpp68 l1.removeCurve( -1 ); in compoundCurve()
69 l1.removeCurve( 0 ); in compoundCurve()
70 l1.removeCurve( 100 ); in compoundCurve()
209 c8.removeCurve( 3 ); in compoundCurve()
214 c8.removeCurve( 1 ); in compoundCurve()
218 c8.removeCurve( 0 ); in compoundCurve()
221 c8.removeCurve( 0 ); in compoundCurve()
272 c8.removeCurve( 1 ); in compoundCurve()
283 c8.removeCurve( 1 ); in compoundCurve()
294 c8.removeCurve( 1 ); in compoundCurve()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrcurvecollection.cpp733 OGRErr OGRCurveCollection::removeCurve( int iIndex, bool bDelete ) in removeCurve() function in OGRCurveCollection
743 removeCurve( nCurveCount-1, bDelete ); in removeCurve()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrcurvecollection.cpp733 OGRErr OGRCurveCollection::removeCurve( int iIndex, bool bDelete ) in removeCurve() function in OGRCurveCollection
743 removeCurve( nCurveCount-1, bDelete ); in removeCurve()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrcurvecollection.cpp733 OGRErr OGRCurveCollection::removeCurve( int iIndex, bool bDelete ) in removeCurve() function in OGRCurveCollection
743 removeCurve( nCurveCount-1, bDelete ); in removeCurve()
/dports/graphics/krita/krita-4.4.8/plugins/paintops/libpaintop/
H A Dkis_dynamic_sensor.h183 void removeCurve();
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/dialogs/
H A DBaselineDialog.cpp193 graph->removeCurve(d_baseline->title().text()); in modifyBaseline()
214 graph->removeCurve(d_baseline->title().text()); in createBaseline()

123