]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/GObjectsMVCFactory.h
Cleaning code and documenting
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / GObjectsMVCFactory.h
index 606b0952ead28a06e4514ad432a5a476d6685687..3364bb4253cdc1c6cedc9b287d9ead448e859bdd 100644 (file)
@@ -89,21 +89,23 @@ 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);
 
+               //Public attributes
                Interpreter::Pointer _interpreter;
 
        private:
 
-               //Attributes
-               static GObjectsMVCFactory* instance;
-               
-
                //Private Methods
 
+               //Private Attributes
+               static GObjectsMVCFactory* instance;
+
 
        protected: