]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h
2396 bbGEditor Feature New Normal Feature Show Tree 2014-06-18 15:29
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.h
index 51be8926d7b97ccb197eddfb5b9efd88d0cb4b43..5e4428d50a432539a02b5c7eef271d268d4e2498 100644 (file)
@@ -98,6 +98,8 @@ namespace bbtk
                wxTabPanelsManager(wxGUIEditorGraphicBBS *parent);
                ~wxTabPanelsManager();
 
+               wxGUIEditorGraphicBBS* GetParentGUIEditorGraphicBBS() const;
+
                void addNewTab(wxString tabName=_T("new_tab"));
                wxAuiNotebook* getAuiNotebook();
                wxGEditorTabPanel* getActualTabPanel();
@@ -139,11 +141,15 @@ namespace bbtk
         void SetAuthor(std::string author);
         void SetCategory(std::string category);
         void SetDescription(std::string description);
+                               void SetMessageKind(std::string kind);
+                               void SetMessageLevel(std::string level);
         std::string GetCbName();
         std::string GetCbPackageName();
         std::string GetAuthor();
         std::string GetDescription();
         std::string GetCategory();
+                               std::string GetMessageKind();
+                               std::string GetMessageLevel();
 
            void SetNameTabPanel(wxString tabpanelname);
                std::string GetNameTabPanel();