]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GConnectorController.h
Documentation of the vtkLibrary
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GConnectorController.h
index 00aeb03258a2d4d85a6d20e7c0e98765986d7122..679c3ce017ab6253665d794776a192e03c53fbaf 100644 (file)
@@ -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 <ra.corredor67@uniandes.edu.co>
+* 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