]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/GObjectsMVCFactory.h
Bug #1689
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / GObjectsMVCFactory.h
index 099e7a652ae7b2fd1d8cb24d7ac923f81d51341b..1140310274bb321da184fc8f2122e492f61d8d06 100644 (file)
@@ -88,20 +88,14 @@ namespace bbtk
                //Public methods
 
                // Singleton to access to the Factory
-               static GObjectsMVCFactorygetInstance();
+               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);
-
-               //Public attributes
-               Interpreter::Pointer _interpreter;
-
+               vtkGObjectView          *createGObjectView(int type);
+               GObjectController       *createGObjectController(int type);
+               GObjectModel            *createGObjectModel(int type);
+               
        private:
 
                //Private Methods
@@ -109,7 +103,6 @@ namespace bbtk
                //Private Attributes
                static GObjectsMVCFactory* instance;
 
-
        protected:
 
        };