]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectsMVCFactory.h
Connection with BBTK and capturing black bbox descriptor
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / GObjectsMVCFactory.h
index d02e18babae72e84dc8745f6c40fc0621a6ccf06..40bf577edf6d3349f291372009988fe60ff3a687 100644 (file)
@@ -58,6 +58,11 @@ Version:   $Revision$
 //Includes std
 #include <iostream>
 
+
+#include <bbtkInterpreter.h>
+#include <bbtkFactory.h>
+#include <bbtkPackage.h>
+
 namespace bbtk
 {
 
@@ -73,14 +78,18 @@ namespace bbtk
                //Public methods
                static GObjectsMVCFactory* getInstance();
                static void destroyInstance();
+               BlackBoxDescriptor::Pointer getBlackBoxDescriptor(std::string packageName, std::string boxName);
                vtkGObjectView* createGObjectView(int type);
                GObjectController* createGObjectController(int type);
                GObjectModel* createGObjectModel(int type);
 
+               Interpreter::Pointer _interpreter;
+
        private:
 
                //Attributes
                static GObjectsMVCFactory* instance;
+               
 
                //Private Methods