Home
last modified time | relevance | path

Searched refs:getCurveFromGUI (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/art/ART-1.9.3/rtgui/
H A Ddiagonalcurveeditorsubgroup.cc396 storeCurveValues(newCE, getCurveFromGUI(DCT_Spline)); in addCurve()
397 storeCurveValues(newCE, getCurveFromGUI(DCT_Parametric)); in addCurve()
398 storeCurveValues(newCE, getCurveFromGUI(DCT_NURBS)); in addCurve()
399 storeCurveValues(newCE, getCurveFromGUI(DCT_CatumullRom)); in addCurve()
1076 storeCurveValues(parent->displayedCurve, getCurveFromGUI(DCT_Spline)); in storeDisplayedCurve()
1080 storeCurveValues(parent->displayedCurve, getCurveFromGUI(DCT_Parametric)); in storeDisplayedCurve()
1084 storeCurveValues(parent->displayedCurve, getCurveFromGUI(DCT_NURBS)); in storeDisplayedCurve()
1088 storeCurveValues(parent->displayedCurve, getCurveFromGUI(DCT_CatumullRom)); in storeDisplayedCurve()
1141 const std::vector<double> DiagonalCurveEditorSubGroup::getCurveFromGUI (int type) in getCurveFromGUI() function in DiagonalCurveEditorSubGroup
1245 paramCurve->setPoints (getCurveFromGUI(DCT_Parametric)); in shcChanged()
[all …]
H A Dflatcurveeditorsubgroup.h76 const std::vector<double> getCurveFromGUI (int type) override;
H A Dflatcurveeditorsubgroup.cc162 storeCurveValues(newCE, getCurveFromGUI(FCT_MinMaxCPoints)); in addCurve()
537 storeCurveValues(parent->displayedCurve, getCurveFromGUI(FCT_MinMaxCPoints)); in storeDisplayedCurve()
577 const std::vector<double> FlatCurveEditorSubGroup::getCurveFromGUI (int type) in getCurveFromGUI() function in FlatCurveEditorSubGroup
H A Ddiagonalcurveeditorsubgroup.h107 const std::vector<double> getCurveFromGUI (int type) override;
H A Dcurveeditorgroup.h173 virtual const std::vector<double> getCurveFromGUI (int type) = 0;
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Ddiagonalcurveeditorsubgroup.cc395 storeCurveValues(newCE, getCurveFromGUI(DCT_Spline)); in addCurve()
396 storeCurveValues(newCE, getCurveFromGUI(DCT_Parametric)); in addCurve()
397 storeCurveValues(newCE, getCurveFromGUI(DCT_NURBS)); in addCurve()
398 storeCurveValues(newCE, getCurveFromGUI(DCT_CatumullRom)); in addCurve()
1075 storeCurveValues(parent->displayedCurve, getCurveFromGUI(DCT_Spline)); in storeDisplayedCurve()
1079 storeCurveValues(parent->displayedCurve, getCurveFromGUI(DCT_Parametric)); in storeDisplayedCurve()
1083 storeCurveValues(parent->displayedCurve, getCurveFromGUI(DCT_NURBS)); in storeDisplayedCurve()
1087 storeCurveValues(parent->displayedCurve, getCurveFromGUI(DCT_CatumullRom)); in storeDisplayedCurve()
1140 const std::vector<double> DiagonalCurveEditorSubGroup::getCurveFromGUI (int type) in getCurveFromGUI() function in DiagonalCurveEditorSubGroup
1236 paramCurve->setPoints (getCurveFromGUI(DCT_Parametric)); in shcChanged()
[all …]
H A Dflatcurveeditorsubgroup.cc163 storeCurveValues(newCE, getCurveFromGUI(FCT_MinMaxCPoints)); in addCurve()
538 storeCurveValues(parent->displayedCurve, getCurveFromGUI(FCT_MinMaxCPoints)); in storeDisplayedCurve()
578 const std::vector<double> FlatCurveEditorSubGroup::getCurveFromGUI (int type) in getCurveFromGUI() function in FlatCurveEditorSubGroup
H A Dflatcurveeditorsubgroup.h79 const std::vector<double> getCurveFromGUI (int type) override;
H A Ddiagonalcurveeditorsubgroup.h112 const std::vector<double> getCurveFromGUI (int type) override;
H A Dcurveeditorgroup.h170 virtual const std::vector<double> getCurveFromGUI (int type) = 0;