X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxTabPanelsManager.h;h=5e4428d50a432539a02b5c7eef271d268d4e2498;hb=5b4d222a83d861c34b2c08cb624c7569f3a9cc26;hp=976201a6ff2a005e50e954957b9107648036ae1e;hpb=f99b8e7dd7cede66856ede057976906de775dccc;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h index 976201a..5e4428d 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h @@ -141,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();