]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Adding a BarView for the MVC; New ID for the plots (bar+curves together); clickable...
authorjh777916 <juba.hamma@cea.fr>
Fri, 8 Sep 2023 13:21:18 +0000 (15:21 +0200)
committerjh777916 <juba.hamma@cea.fr>
Fri, 8 Sep 2023 13:21:18 +0000 (15:21 +0200)
commit1bdb239564fa9ce8f90ac1f371a93c46db6282c1
tree9d379f79fdcd239d0806f4ad185b73a560fefd1d
parent6349a80d60cba133d7fd145587a772fcf5fc766d
Adding a BarView for the MVC; New ID for the plots (bar+curves together); clickable legend; updated highlighted text in legend
13 files changed:
tools/CurvePlot/src/python/controller/PlotController.py
tools/CurvePlot/src/python/model/BarModel.py
tools/CurvePlot/src/python/model/CurveModel.py
tools/CurvePlot/src/python/model/Model.py
tools/CurvePlot/src/python/model/XYPlotSetModel.py
tools/CurvePlot/src/python/test/PlotCurve_Standalone_test.py
tools/CurvePlot/src/python/test/TestDesktop_test.py
tools/CurvePlot/src/python/ui/CurveTreeDockWidget.py
tools/CurvePlot/src/python/ui/CurveTreeDockWidget.ui
tools/CurvePlot/src/python/views/BarView.py [new file with mode: 0644]
tools/CurvePlot/src/python/views/CMakeLists.txt
tools/CurvePlot/src/python/views/CurveView.py
tools/CurvePlot/src/python/views/XYView.py