]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
*** empty log message ***
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index 72dbe14bea55326d77210d832bf99770aa7006e5..8924e50fba4169e4980821ac289bbdede5e18443 100644 (file)
@@ -190,9 +190,16 @@ namespace bbtk
                std::string findANewNameForABox();
                //-------
 
+        void SetComplexBoxName(std::string cbName);
+        void SetPackageName(std::string paName);
+        std::string GetComplexBoxName();
+        std::string GetPackageName();
 
        private:
 
+        std::string                         _complexBoxName;
+        std::string                         _packageName;
+
                //wxPanel that uses the manager
                wxGEditorTabPanel                                       *_parent;