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=ae196719490130990cdde501c982c3370b46b21c;hp=521fc101301599d5a51e2706891787976b76cb4d;hpb=4970ac35d6d4bc3cea54e8e6033b34c01c3103fb;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 521fc10..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 MARACASVISULIB_EXPORTS 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