]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Following methods are exported now because of reusing in GUITHARE
authorsln <sln@opencascade.com>
Tue, 8 Sep 2009 14:43:03 +0000 (14:43 +0000)
committersln <sln@opencascade.com>
Tue, 8 Sep 2009 14:43:03 +0000 (14:43 +0000)
PLOT2D_EXPORT QwtSymbol::Style plot2qwtMarker( MarkerType );
PLOT2D_EXPORT MarkerType qwt2plotMarker( QwtSymbol::Style );

src/Plot2d/Plot2d.h

index 965f67eb2fc7e91c60808b3f1a354458b19c4dae..44b5829671cc4d6f0a80ebbc43613ac2f64c2d44 100755 (executable)
@@ -61,8 +61,8 @@ namespace Plot2d
     DashDotDot
   } LineType;
 
-  QwtSymbol::Style         plot2qwtMarker( MarkerType );
-  MarkerType qwt2plotMarker( QwtSymbol::Style );
+  PLOT2D_EXPORT QwtSymbol::Style plot2qwtMarker( MarkerType );
+  PLOT2D_EXPORT MarkerType qwt2plotMarker( QwtSymbol::Style );
 
   Qt::PenStyle             plot2qwtLine( LineType );
   LineType                 qwt2plotLine( Qt::PenStyle );