]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/GObjectsMVCFactory.h
Documentation of the wxLibrary and kernelLibrary
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / GObjectsMVCFactory.h
index 3364bb4253cdc1c6cedc9b287d9ead448e859bdd..b7459ddac502efa02c2b89247898742886e7ea14 100644 (file)
@@ -35,10 +35,11 @@ Version:   $Revision$
 *  \brief Class bbtk::GObjectsMVCFactory : abstract black-box interface. 
 */
 
-/**
-* \class bbtk::GObjectsMVCFactory
-* \brief 
-*/
+/****
+* Design and Developpement of BBTK GEditor
+* Ricardo A Corredor J <ra.corredor67@uniandes.edu.co>
+* RaC - 2010
+****/
 
 #ifndef __GObjectsMVCFactory_h__
 #define __GObjectsMVCFactory_h__
@@ -63,7 +64,6 @@ Version:   $Revision$
 #include "GComplexBoxPortModel.h"
 
 
-
 //Includes creaMaracasVisu
 
 //Includes std
@@ -87,11 +87,15 @@ namespace bbtk
                ~GObjectsMVCFactory();
                
                //Public methods
+
+               // Singleton to access to the Factory
                static GObjectsMVCFactory* getInstance();
                static void destroyInstance();
 
+               // Access to the BBTK library to get the descriptor of a box with the package and box names
                BlackBoxDescriptor::Pointer getBlackBoxDescriptor(std::string packageName, std::string boxName);
 
+               // Creates the MVC of the graphical objects depending on the object type
                vtkGObjectView* createGObjectView(int type);
                GObjectController* createGObjectController(int type);
                GObjectModel* createGObjectModel(int type);