X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGConnectorController.h;h=679c3ce017ab6253665d794776a192e03c53fbaf;hb=f6286f6851a4c0757cbacbee679d31bcc5a933bd;hp=00aeb03258a2d4d85a6d20e7c0e98765986d7122;hpb=e36858ea5937bb1699bc437136718007df27be7b;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.h index 00aeb03..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,15 +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