From d7f30cb94277cf5aa7365a463f24bedb39ae3799 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 9 Nov 2009 09:05:35 +0000 Subject: [PATCH] windows port --- src/VISU_I/VISU_Tools.h | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/src/VISU_I/VISU_Tools.h b/src/VISU_I/VISU_Tools.h index 128d755b..50713227 100644 --- a/src/VISU_I/VISU_Tools.h +++ b/src/VISU_I/VISU_Tools.h @@ -27,6 +27,7 @@ #define VISU_TOOLS_H #include "VISUConfig.hh" +#include "VISU_I.hxx" #include @@ -45,30 +46,30 @@ namespace VISU /*! Display/Erase/Update a curve presentation. * Parameter \a frame may be NULL, in this case there is only update without display/erase */ - void UpdateCurve( VISU::Curve_i*, - Plot2d_ViewFrame*, - SPlot2d_Curve*, - int theDisplaying ); + VISU_I_EXPORT void UpdateCurve( VISU::Curve_i*, + Plot2d_ViewFrame*, + SPlot2d_Curve*, + int theDisplaying ); - void PlotTable( SalomeApp_Study*, - Plot2d_ViewFrame*, - VISU::Table_i*, - int theDisplaying ); + VISU_I_EXPORT void PlotTable( SalomeApp_Study*, + Plot2d_ViewFrame*, + VISU::Table_i*, + int theDisplaying ); - void PlotCurve( Plot2d_ViewFrame*, - VISU::Curve_i*, - int theDisplaying ); + VISU_I_EXPORT void PlotCurve( Plot2d_ViewFrame*, + VISU::Curve_i*, + int theDisplaying ); - void PlotRemoveCurve(SalomeApp_Application*, - VISU::Curve_i* ); + VISU_I_EXPORT void PlotRemoveCurve(SalomeApp_Application*, + VISU::Curve_i* ); - void PlotContainer( Plot2d_ViewFrame*, - VISU::Container_i*, - int theDisplaying ); + VISU_I_EXPORT void PlotContainer( Plot2d_ViewFrame*, + VISU::Container_i*, + int theDisplaying ); - void CreatePlot( VISU_Gen_i*, - Plot2d_ViewFrame*, - _PTR(SObject) theTableSO ); + VISU_I_EXPORT void CreatePlot( VISU_Gen_i*, + Plot2d_ViewFrame*, + _PTR(SObject) theTableSO ); } #endif -- 2.39.2