X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FpPlotter%2FpPlotterLayer.h;h=5ef2f599dba924959942b5aba7ba3f61b0604d1c;hb=8138ced89fa9f1cc6933ff739dfa28b1e3c3883b;hp=f43b0fc014d0759fece45950d2745f8aa4732ba6;hpb=c5feadbb145eecf6d73f793535b7e23eb18db2cb;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterLayer.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterLayer.h index f43b0fc..5ef2f59 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterLayer.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterLayer.h @@ -30,7 +30,7 @@ //---------------------------------------------------------------------------- // Class definition //---------------------------------------------------------------------------- -class pPlotterLayer: public mpLayer +class creaMaracasVisu_EXPORT pPlotterLayer: public mpLayer { public: @@ -47,27 +47,27 @@ public: Draw the line from (x1,y1) to (x2,y2) only passing by the positive points in the line */ -void draw(wxDC & dc,mpWindow & w,double x1,double y1,double x2,double y2); +void draw(wxDC & dc,mpWindow & w,double x1,double y1,double x2,double y2, int orgy); /** * Draw the function with th spline points * */ - void drawSplineCurve(wxDC & dc,mpWindow & w); + void drawSplineCurve(wxDC & dc,mpWindow & w, int orgy); /** * Draw the line between the last point of the function * and the position of the mouse */ - void drawLineToMousePoint(wxDC & dc,mpWindow & w); + void drawLineToMousePoint(wxDC & dc,mpWindow & w, int orgy); /** * Draw le lines between the points of the function */ - void drawFunction(wxDC & dc,mpWindow & w); + void drawFunction(wxDC & dc,mpWindow & w, int orgy); /** * Draw the points of the function */ - void drawPoints(wxDC & dc,mpWindow & w); + void drawPoints(wxDC & dc,mpWindow & w, int orgy ); /** Get the value of the traslation