]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Factorization of the Models and Views used for the traces into the classes PlotModel...
authorjh777916 <juba.hamma@cea.fr>
Mon, 9 Oct 2023 14:16:22 +0000 (16:16 +0200)
committerjh777916 <juba.hamma@cea.fr>
Mon, 9 Oct 2023 14:16:59 +0000 (16:16 +0200)
commita7954d9a3c4ed4b5fce69dea44c9170e68d3954a
tree462506488231e2c9e96a05b7b994b9008b30162c
parent84f3f0ca4d46af1cfcbd59fc1de5785c97bc35d3
Factorization of the Models and Views used for the traces into the classes PlotModel and PlotView; PlotModel class has an idPlot variable to get the ID of each trace; updated the plot_test.py and PlotTestBase.py; added new tests; update of the test baselines"
29 files changed:
tools/CurvePlot/src/python/model/BarModel.py
tools/CurvePlot/src/python/model/CMakeLists.txt
tools/CurvePlot/src/python/model/CurveModel.py
tools/CurvePlot/src/python/model/Model.py
tools/CurvePlot/src/python/model/PlotModel.py [new file with mode: 0644]
tools/CurvePlot/src/python/model/StemModel.py
tools/CurvePlot/src/python/test/PlotTestBase.py
tools/CurvePlot/src/python/test/baselines/testDeleteCurrentItem_curve.png
tools/CurvePlot/src/python/test/baselines/testDeleteCurve1.png
tools/CurvePlot/src/python/test/baselines/testDeleteCurve2.png
tools/CurvePlot/src/python/test/baselines/testExtendCurve.png
tools/CurvePlot/src/python/test/baselines/testLockRepaint.png
tools/CurvePlot/src/python/test/baselines/testResetCurve.png
tools/CurvePlot/src/python/test/baselines/testSelectedBarplot.png
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve.png
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve2.png
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve3.png
tools/CurvePlot/src/python/test/baselines/testSetCurveMarker.png
tools/CurvePlot/src/python/test/baselines/testSettingsCurveColor.png
tools/CurvePlot/src/python/test/baselines/testSettingsCurveMarker.png
tools/CurvePlot/src/python/test/baselines/testShowAll.png
tools/CurvePlot/src/python/test/baselines/testShowOnlySelected.png
tools/CurvePlot/src/python/test/plot_test.py
tools/CurvePlot/src/python/views/BarView.py
tools/CurvePlot/src/python/views/CMakeLists.txt
tools/CurvePlot/src/python/views/CurveView.py
tools/CurvePlot/src/python/views/PlotView.py [new file with mode: 0644]
tools/CurvePlot/src/python/views/StemView.py
tools/CurvePlot/src/python/views/XYView.py