]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
This commit was manufactured by cvs2svn to create tag 'CREATOOLS_2-0-3'.
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index 8924e50fba4169e4980821ac289bbdede5e18443..3fd5a2764d053ae5691efd20171da84dadb392ee 100644 (file)
@@ -166,7 +166,7 @@ namespace bbtk
                std::string getDiagramBBS(bool wln=false);
 
                //Returns a string with the BBS script of the complex box.
-               std::string saveComplexBoxBBS(std::string cbName,std::string paName,std::string cbAuthor="",std::string cbCategory="",std::string cbDescription="");
+               std::string saveComplexBoxBBS(std::string cbName,std::string cbAuthor="",std::string cbCategory="",std::string cbDescription="");
 
                //Delete the object in the list of controllers with the id given by parameter.
                void deleteObject(int id);
@@ -190,16 +190,9 @@ 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;