X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.cxx;h=42f0f580d87e398bcc1de7efea11e1a788404b6a;hb=5b4d222a83d861c34b2c08cb624c7569f3a9cc26;hp=a941a94c79c9df46ca330810107895c0653a31e8;hpb=f99b8e7dd7cede66856ede057976906de775dccc;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx index a941a94..42f0f58 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx @@ -521,6 +521,16 @@ namespace bbtk { return _sceneManager->GetCategory(); } + //========================================================================= + std::string wxGEditorTabPanel::GetMessageKind() + { + return _sceneManager->GetMessageKind(); + } + //========================================================================= + std::string wxGEditorTabPanel::GetMessageLevel() + { + return _sceneManager->GetMessageLevel(); + } //========================================================================= void wxGEditorTabPanel::SetCbName(std::string cbName) @@ -554,6 +564,18 @@ namespace bbtk { _sceneManager->SetDescription( description ); } + + //========================================================================= + void wxGEditorTabPanel::SetMessageKind(std::string kind) + { + _sceneManager->SetMessageKind( kind ); + } + + //========================================================================= + void wxGEditorTabPanel::SetMessageLevel(std::string level) + { + _sceneManager->SetMessageLevel( level ); + } //========================================================================= //DFCH void wxGEditorTabPanel::SetFullPath( const std::string& fullpath )