]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/mathplot.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / mathplot.h
index dc06a252cfea1761d85d33a6f8a9c048b4f65f4c..749be40dce6fc4f72611eb0e28abe7491a4bf95a 100644 (file)
@@ -50,6 +50,7 @@ http://sourceforge.net/projects/wxmathplot
 #endif
 */
 
+#include "marTypes.h"
 #include "wx/defs.h"
 #include <wx/wx.h>
 
@@ -94,7 +95,7 @@ Examples for mpLayer implementations are function graphs, or scale rulers.
 For convenience mpLayer defines a name, a font (wxFont), and a pen (wxPen)
 as class members. These may or may not be used by implementations.
 */
-class  mpLayer : public wxObject
+class MARACASVISULIB_EXPORTS mpLayer : public wxObject
 {
 public:
        mpLayer();
@@ -421,7 +422,7 @@ The canvas window provides a context menu with actions for navigating the view.
 The context menu can be retrieved with mpWindow::GetPopupMenu, e.g. for extending it
 externally.
 */
-class  mpWindow : public wxScrolledWindow
+class MARACASVISULIB_EXPORTS mpWindow : public wxScrolledWindow
 {
 public:
        mpWindow() {}
@@ -655,7 +656,8 @@ public:
        {               
                drawGuides = ifDrawing;         
        }
-
+        */
+       
        /*
        * Gets the condition for drawing or not the guide lines
        * @retval drawGuides The assigned condition