Salome HOME
Integration of CurvePlot tool in GUI.
authorabn <adrien.bruneton@cea.fr>
Mon, 8 Aug 2016 08:52:30 +0000 (10:52 +0200)
committerrnv <rnv@opencascade.com>
Wed, 31 Aug 2016 09:27:09 +0000 (12:27 +0300)
commit2d1cabfe4280f1d34737a3adcba9e16619a5e600
treed08e779d124f946c8da342c64fa4266d0fc41bd1
parent8fee77589ee09495d9210df807267c8d57c82438
Integration of CurvePlot tool in GUI.
97 files changed:
tools/CurvePlot/CMakeLists.txt [new file with mode: 0755]
tools/CurvePlot/SalomeCURVEPLOTConfig.cmake.in [new file with mode: 0644]
tools/CurvePlot/cmake_files/CMakeLists.txt [new file with mode: 0755]
tools/CurvePlot/cmake_files/FindSalomeCURVEPLOT.cmake [new file with mode: 0644]
tools/CurvePlot/resources/CMakeLists.txt [new file with mode: 0644]
tools/CurvePlot/resources/CURVEPLOT_msg_en.ts [new file with mode: 0644]
tools/CurvePlot/resources/CURVEPLOT_msg_fr.ts [new file with mode: 0644]
tools/CurvePlot/resources/draw_lines.png [new file with mode: 0644]
tools/CurvePlot/resources/draw_points.png [new file with mode: 0644]
tools/CurvePlot/resources/dump_view.png [new file with mode: 0644]
tools/CurvePlot/resources/fit_all.png [new file with mode: 0644]
tools/CurvePlot/resources/fit_area.png [new file with mode: 0644]
tools/CurvePlot/resources/hor_linear.png [new file with mode: 0644]
tools/CurvePlot/resources/hor_logarithmic.png [new file with mode: 0644]
tools/CurvePlot/resources/legend.png [new file with mode: 0644]
tools/CurvePlot/resources/settings.png [new file with mode: 0755]
tools/CurvePlot/resources/ver_linear.png [new file with mode: 0644]
tools/CurvePlot/resources/ver_logarithmic.png [new file with mode: 0644]
tools/CurvePlot/resources/zoom_pan.png [new file with mode: 0644]
tools/CurvePlot/src/CMakeLists.txt [new file with mode: 0644]
tools/CurvePlot/src/cpp/CMakeLists.txt [new file with mode: 0755]
tools/CurvePlot/src/cpp/CurvePlot.cxx [new file with mode: 0644]
tools/CurvePlot/src/cpp/CurvePlot.hxx [new file with mode: 0644]
tools/CurvePlot/src/cpp/CurvePlot_Exception.hxx [new file with mode: 0644]
tools/CurvePlot/src/cpp/test/CMakeLists.txt [new file with mode: 0755]
tools/CurvePlot/src/cpp/test/test_curveplot.cxx [new file with mode: 0644]
tools/CurvePlot/src/cpp/test/test_curveplot.hxx [new file with mode: 0644]
tools/CurvePlot/src/python/CMakeLists.txt [new file with mode: 0644]
tools/CurvePlot/src/python/controller/CMakeLists.txt [new file with mode: 0644]
tools/CurvePlot/src/python/controller/PlotController.py [new file with mode: 0644]
tools/CurvePlot/src/python/controller/__init__.py [new file with mode: 0644]
tools/CurvePlot/src/python/controller/utils.py.in [new file with mode: 0644]
tools/CurvePlot/src/python/model/CMakeLists.txt [new file with mode: 0644]
tools/CurvePlot/src/python/model/CurveModel.py [new file with mode: 0644]
tools/CurvePlot/src/python/model/Model.py [new file with mode: 0644]
tools/CurvePlot/src/python/model/PlotManager.py [new file with mode: 0644]
tools/CurvePlot/src/python/model/TableModel.py [new file with mode: 0644]
tools/CurvePlot/src/python/model/XYPlotSetModel.py [new file with mode: 0644]
tools/CurvePlot/src/python/pyqtside/CMakeLists.txt [new file with mode: 0644]
tools/CurvePlot/src/python/pyqtside/QtCore.py [new file with mode: 0644]
tools/CurvePlot/src/python/pyqtside/QtGui.py [new file with mode: 0644]
tools/CurvePlot/src/python/pyqtside/__init__.py [new file with mode: 0644]
tools/CurvePlot/src/python/pyqtside/pyside_dynamic.py [new file with mode: 0644]
tools/CurvePlot/src/python/pyqtside/uic.py [new file with mode: 0644]
tools/CurvePlot/src/python/test/CMakeLists.txt [new file with mode: 0644]
tools/CurvePlot/src/python/test/PlotCurve_Standalone.py [new file with mode: 0755]
tools/CurvePlot/src/python/test/PlotTestBase.py [new file with mode: 0644]
tools/CurvePlot/src/python/test/README.txt [new file with mode: 0644]
tools/CurvePlot/src/python/test/SalomePyQt_MockUp.py.in [new file with mode: 0644]
tools/CurvePlot/src/python/test/TestDesktop.py [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testAddCurveAppend_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testAddCurve_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testAddPlotSet_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testClearPlotSet2_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testClearPlotSet_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testCopyCurve_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testDeleteCurrentItem_curve_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testDeleteCurrentItem_plotSet_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testDeleteCurve1_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testDeleteCurve2_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testDeleteCurve3_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testDeletePlotSet1_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testDeletePlotSet2_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testExtendCurve_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testLockRepaint_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testPlotCurveFromTable_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testResetCurve_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve2_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve3_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetCurrentCurve_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetCurrentPlotSet_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetCurveLabel_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetCurveMarker_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetLabelX_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetLabelY_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetLegendVisible_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetPlotSetTitle_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetXSciNotation_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSetYSciNotation_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSettingsCurveColor_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testSettingsCurveMarker_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testToggleXLog_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/baselines/testToggleYLog_a.png [new file with mode: 0644]
tools/CurvePlot/src/python/test/plot_test.py [new file with mode: 0644]
tools/CurvePlot/src/python/ui/CMakeLists.txt [new file with mode: 0644]
tools/CurvePlot/src/python/ui/CurveTreeDockWidget.py [new file with mode: 0644]
tools/CurvePlot/src/python/ui/CurveTreeDockWidget.ui [new file with mode: 0644]
tools/CurvePlot/src/python/ui/PlotSettings.py [new file with mode: 0644]
tools/CurvePlot/src/python/ui/PlotSettings.ui [new file with mode: 0644]
tools/CurvePlot/src/python/ui/PlotWidget.py [new file with mode: 0644]
tools/CurvePlot/src/python/ui/PlotWidget.ui [new file with mode: 0644]
tools/CurvePlot/src/python/views/CMakeLists.txt [new file with mode: 0644]
tools/CurvePlot/src/python/views/CurveBrowserView.py [new file with mode: 0644]
tools/CurvePlot/src/python/views/CurveTabsView.py [new file with mode: 0644]
tools/CurvePlot/src/python/views/CurveView.py [new file with mode: 0644]
tools/CurvePlot/src/python/views/View.py [new file with mode: 0644]
tools/CurvePlot/src/python/views/XYView.py [new file with mode: 0644]