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=ca89d1b30435ecf5f3095b7df39eb96c96b20aa7;hpb=3e48d6cf83c4d96585d3e825899db643f9a62193;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 ca89d1b..5ef2f59 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterLayer.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterLayer.h @@ -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