X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGConnectorController.h;h=c3562cc687a4b2cc867b804e93cdc98a33431f05;hb=511369e67cf26244fc8768a727a03f42ff42865f;hp=511d74ad9fe76b9f5d13175a2f410568933037dd;hpb=d108e756e1f5444e19b63ec457033b7518ba060e;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.h index 511d74a..c3562cc 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.h @@ -80,22 +80,15 @@ Version: $Revision$ //Includes std #include - - namespace bbtk { - class GConnectorController : public GObjectController { - public: - //Constructors GConnectorController(); ~GConnectorController(); - //Public methods - // Methods from InteractorStyleMaracas virtual bool OnMouseMove(); virtual bool OnLeftButtonDown(); @@ -105,31 +98,20 @@ namespace bbtk virtual bool OnRightButtonUp(); virtual bool OnMiddleButtonDown(); virtual bool OnMiddleButtonUp(); - // Implementation of the creaMaracasVisu controller manualConnectorContourController* getManualContourController(); void setManualContourController(manualConnectorContourController* controller); - virtual void removeFromScene(); - // Reports the end in the contour creation void endContourCreation(); - private: - //Attributes - // Implementation of the creaMaracasVisu contour (manualContourControler) controller manualConnectorContourController* _controller; - //Private Methods - protected: //Protected methods - }; - - } // namespace bbtk #endif