X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGConnectorController.h;h=679c3ce017ab6253665d794776a192e03c53fbaf;hb=f6286f6851a4c0757cbacbee679d31bcc5a933bd;hp=0d72239b9c1b46f32d47342eedf66e2ef5bdc380;hpb=638f2cd85948ec10d3b30e1f68805ee0153c8813;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.h index 0d72239..679c3ce 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.h @@ -35,10 +35,11 @@ Version: $Revision$ * \brief Class bbtk::GConnectorController : abstract black-box interface. */ -/** -* \class bbtk::GConnectorController -* \brief -*/ +/**** +* Design and Developpement of BBTK GEditor +* Ricardo A Corredor J +* RaC - 2010 +****/ #ifndef __GConnectorController_h__ #define __GConnectorController_h__ @@ -67,7 +68,9 @@ namespace bbtk GConnectorController(); ~GConnectorController(); - //Public methods + //Public methods + + // Methods from InteractorStyleMaracas virtual bool OnMouseMove(); virtual bool OnLeftButtonDown(); virtual bool OnLeftButtonUp(); @@ -77,14 +80,20 @@ namespace bbtk 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