X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGBoxController.h;fp=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGBoxController.h;h=156cdd84e50eb3823324c84d92418d0c5931bdad;hb=511369e67cf26244fc8768a727a03f42ff42865f;hp=9372d5a07ed82cd25ea21f8fb22c84a405793095;hpb=d108e756e1f5444e19b63ec457033b7518ba060e;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.h index 9372d5a..156cdd8 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GBoxController.h @@ -79,42 +79,26 @@ Version: $Revision$ //Includes std #include - namespace bbtk { - class GBoxController : public GObjectController { - public: - //Constructors GBoxController(); - ~GBoxController(); - + ~GBoxController(); //Public methods - - - private: - //Attributes - //Private Methods - protected: - // Methods from InteractorStyleMaracas virtual bool OnMouseMove(); virtual bool OnLeftButtonDown(); virtual bool OnLeftButtonUp(); virtual bool OnMiddleButtonDown(); virtual bool OnRightButtonUp(); - - }; - - } // namespace bbtk #endif