]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h
*** empty log message ***
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.h
index 4a608bcedaeb0469b7588a04651b0b5ca5a9c217..c93405fc4ca7e5afd57a4df8dc12dec932ae6b41 100644 (file)
@@ -1,4 +1,4 @@
-/*=========================================================================                                                                               
+/*=========================================================================
   Program:   bbtk
   Module:    $RCSfile$
   Language:  C++
 * Copyright (c) CREATIS-LRMN (Centre de Recherche en Imagerie Medicale)
 * Authors : Eduardo Davila, Laurent Guigues, Jean-Pierre Roux
 *
-*  This software is governed by the CeCILL-B license under French law and 
-*  abiding by the rules of distribution of free software. You can  use, 
-*  modify and/ or redistribute the software under the terms of the CeCILL-B 
-*  license as circulated by CEA, CNRS and INRIA at the following URL 
-*  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
+*  This software is governed by the CeCILL-B license under French law and
+*  abiding by the rules of distribution of free software. You can  use,
+*  modify and/ or redistribute the software under the terms of the CeCILL-B
+*  license as circulated by CEA, CNRS and INRIA at the following URL
+*  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
 *  or in the file LICENSE.txt.
 *
 *  As a counterpart to the access to the source code and  rights to copy,
 *  modify and redistribute granted by the license, users are provided only
 *  with a limited warranty  and the software's author,  the holder of the
 *  economic rights,  and the successive licensors  have only  limited
-*  liability. 
+*  liability.
 *
 *  The fact that you are presently reading this means that you have had
 *  knowledge of the CeCILL-B license and that you accept its terms.
-* ------------------------------------------------------------------------ */                                                                         
+* ------------------------------------------------------------------------ */
 
 
 
 /**
- *  \file 
- *  \brief Class bbtk::BlackBox : abstract black-box interface. 
+ *  \file
+ *  \brief Class bbtk::BlackBox : abstract black-box interface.
  */
 
 /****
@@ -40,7 +40,7 @@
 * Ricardo A Corredor J <ra.corredor67@uniandes.edu.co>
 * RaC - 2010
 ****/
+
 #ifndef __WxGUIEditorGraphicBBS_h__
 #define __WxGUIEditorGraphicBBS_h__
 
 
 namespace bbtk
 {
-       //RaC: It is important if it exists a double relation 
+       //RaC: It is important if it exists a double relation
        //e.g. wxTabPanelsManager includes wxGUIEditorGraphicBBS, and wxGUIEditorGraphicBBS includes wxTabPanelsManager
        class wxTabPanelsManager;
        class wxVtkSceneManager;
 
        class  wxGUIEditorGraphicBBS : public wxFrame
        {
-               public: 
+               public:
                        wxGUIEditorGraphicBBS(wxFrame *parent);
                        ~wxGUIEditorGraphicBBS();
 
-                       void initToolbar(); 
+                       void initToolbar();
                        void initMenu();
                        void initTabPanelsManager();
                        void initPackageBrowser();
@@ -122,12 +122,18 @@ namespace bbtk
                        // Method that can be used to refresh the help and package browser
                        // RaC TOFIX!!!
                        void RegenerateAll();
-                       void DoRegeneratePackageDoc(const std::string& pack);   
+                       void DoRegeneratePackageDoc(const std::string& pack);
                        void DoRegenerateBoxesLists();
 
                        // Refresh the state of buttons and menus when changing for example the mode to edit complex box
                        void refreshGUIControls();
 
+            void SaveActualBBS(std::string filename);
+            void SaveActualComplexBox(std::string filename);
+            void SaveActualDiagram(std::string filename);
+
+
+
                        // File menu and toolbar events
                        void OnCreateNewTab(wxCommandEvent& event);
                        void OnOpenDiagram(wxCommandEvent& event);
@@ -150,7 +156,7 @@ namespace bbtk
 
 
                private:
-                       
+
                        //AuiManager for the wxWindow
                        wxAuiManager                                            *_frameAUIMgr;
 
@@ -167,12 +173,12 @@ namespace bbtk
                        WxGUIHtmlBrowser                                        *_helpHtmlBrowser;
 
                        //Name of the box and its package that is shown in the browser
-                       std::string _actualPkgBrowserBoxName;
-                       std::string _actualPkgBrowserPkgName;
+                       std::string                         _actualPkgBrowserBoxName;
+                       std::string                         _actualPkgBrowserPkgName;
 
                protected:
 
-         
+
  };