]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h
Documentation of the wxLibrary and kernelLibrary
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.h
index 126141a7131f897716423c3526e4ed6a529b37df..f9ff803f5a1ddeb20f918598ac269acbc528ca25 100644 (file)
@@ -35,10 +35,11 @@ Version:   $Revision$
 *  \brief Class bbtk::BlackBox : abstract black-box interface. 
 */
 
-/**
-* \class bbtk::wxTabPanelsManager
-* \brief 
-*/
+/****
+* Design and Developpement of BBTK GEditor
+* Ricardo A Corredor J <ra.corredor67@uniandes.edu.co>
+* RaC - 2010
+****/
 
 #ifndef __wxTabPanelsManager_h__
 #define __wxTabPanelsManager_h__
@@ -64,20 +65,23 @@ namespace bbtk
 
        class wxTabPanelsManager : public wxEvtHandler
        {
+
        public: 
+
                wxTabPanelsManager(wxGUIEditorGraphicBBS *parent);
                ~wxTabPanelsManager();
                
-               virtual void addNewTab();
+               void addNewTab();
                wxAuiNotebook* getAuiNotebook();
                wxGEditorTabPanel* getActualTabPanel();
 
                void displayBlackBoxInfo(std::string packageName, std::string boxName);
                void updateStatusBar(std::string textStatus);
+
                std::string getActualDiagramBBS();
                std::string getActualComplexBoxBBS(std::string cbName,std::string cbAuthor="",std::string cbCategory="",std::string cbDescription="");
+
                void editBlackBox(GBlackBoxModel *bbmodel);
-               void editDiagramParameters(wxVtkSceneManager* scene);
                void deleteAllBoxesActualDiagram();
                void centerViewActualDiagram();
                void saveActualDiagram(std::string &content);
@@ -93,9 +97,7 @@ namespace bbtk
 
        private:
 
-       /**
-       ** The map 
-       */
+       // Private Attributes
                wxGUIEditorGraphicBBS *_parent;
                map<int, wxGEditorTabPanel*> _panels;
                wxGEditorTabPanel* _actual;