X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.h;h=9415e26131c12b4031c198593594f402289b4860;hb=5b4d222a83d861c34b2c08cb624c7569f3a9cc26;hp=dc625a2f55185d379550c07facd2479cf9fc1c1a;hpb=f99b8e7dd7cede66856ede057976906de775dccc;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h index dc625a2..9415e26 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h @@ -183,6 +183,8 @@ 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); //Getters std::string GetFullPath( ); std::string GetFileName( ); @@ -192,6 +194,8 @@ namespace bbtk std::string GetAuthor(); std::string GetDescription(); std::string GetCategory(); + std::string GetMessageKind(); + std::string GetMessageLevel(); //=========================================================================