]> 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 ac27e88e7467ef0f3fe5e2eb1d015207acd51671..3fd5a2764d053ae5691efd20171da84dadb392ee 100644 (file)
@@ -84,6 +84,7 @@ Version:   $Revision$
 #include <iostream>
 #include <map>
 
+
 namespace bbtk
 {
        class wxGEditorTabPanel;
@@ -165,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 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);
@@ -189,26 +190,9 @@ namespace bbtk
                std::string findANewNameForABox();
                //-------
 
-        void SetCbName(std::string cbNane);
-        void SetCbPackageName(std::string packagename);
-        void SetAuthor(std::string author);
-        void SetCategory(std::string category);
-        void SetDescription(std::string description);
-
-        std::string GetCbName();
-        std::string GetCbPackageName();
-        std::string GetAuthor();
-        std::string GetCategory();
-        std::string GetDescription();
 
        private:
 
-        std::string                         _cbName;
-        std::string                         _cbPackageName;
-        std::string                         _Author;
-        std::string                         _Category;
-        std::string                         _Description;
-
                //wxPanel that uses the manager
                wxGEditorTabPanel                                       *_parent;