X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FInteractorStyleMaracas.cxx;h=d4c495c85083681b833b4fe56aabebf43223a077;hb=8cb2e736dbd160649089afd44928db6d26febcca;hp=c26493e1bdd2600ee160861ef6457f71422a922c;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/InteractorStyleMaracas.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/InteractorStyleMaracas.cxx index c26493e..d4c495c 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/InteractorStyleMaracas.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/InteractorStyleMaracas.cxx @@ -40,7 +40,7 @@ InteractorStyleMaracas::~InteractorStyleMaracas() } // ---------------------------------------------------------------------------- -InteractorStyleMaracas * InteractorStyleMaracas :: Clone() // virtual +InteractorStyleMaracas * InteractorStyleMaracas::Clone() // virtual { InteractorStyleMaracas * clone = new InteractorStyleMaracas(); CopyAttributesTo(clone); @@ -114,28 +114,21 @@ bool InteractorStyleMaracas::OnRightDClick() //virtual return true; } - - //--------------------------------------------------------------------------- bool InteractorStyleMaracas::OnMouseWheelForward() //virtual { return true; } - //--------------------------------------------------------------------------- bool InteractorStyleMaracas::OnMouseWheelBackward() //virtual { return true; } - //--------------------------------------------------------------------------- - - void InteractorStyleMaracas::SetVtkInteractorStyleBaseView(vtkInteractorStyleBaseView* vtkInteractorStyleBaseView) +void InteractorStyleMaracas::SetVtkInteractorStyleBaseView(vtkInteractorStyleBaseView* vtkInteractorStyleBaseView) { _vtkInteractorStyleBaseView = vtkInteractorStyleBaseView; } - - //--------------------------------------------------------------------------- void InteractorStyleMaracas::RemoveVtkInteractorStyleBaseView() {