X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.h;h=464c7059d038504e0cad5919d997b18389ada438;hb=511369e67cf26244fc8768a727a03f42ff42865f;hp=9415e26131c12b4031c198593594f402289b4860;hpb=5b4d222a83d861c34b2c08cb624c7569f3a9cc26;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h index 9415e26..464c705 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h @@ -183,18 +183,17 @@ namespace bbtk void SetAuthor(std::string author); void SetCategory(std::string category); void SetDescription(std::string description); - void SetMessageKind(std::string kind); + void SetMessageKind(std::string kind); void SetMessageLevel(std::string level); //Getters std::string GetFullPath( ); std::string GetFileName( ); - std::string GetCbName(); std::string GetCbPackageName(); std::string GetAuthor(); std::string GetDescription(); std::string GetCategory(); - std::string GetMessageKind(); + std::string GetMessageKind(); std::string GetMessageLevel(); //========================================================================= @@ -204,14 +203,12 @@ namespace bbtk std::vector::iterator _actualdo; // actual position on modifications vector std::vector sstates; // represents string of each modification of the tab. Maxixum size 100!! std::vector::iterator _sactualdo; // actual position onstring modifications vector - int _id; wxAuiManager *_panelAUIMgr; wxVtkSceneManager *_sceneManager; wxTabPanelsManager *_panelsManager; std::string _fullPath; std::string _fileName; - protected: Factory::Pointer _bbtkfactory;