X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxVtkSceneManager.h;h=4bad6682421d5113b925e6efae088a18e430370f;hb=5b4d222a83d861c34b2c08cb624c7569f3a9cc26;hp=31c974d1204a41ddb2243580f47ecf9ac23bbaf9;hpb=f99b8e7dd7cede66856ede057976906de775dccc;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h index 31c974d..4bad668 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h @@ -229,12 +229,16 @@ 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 GetCategory(); std::string GetDescription(); + std::string GetMessageKind(); + std::string GetMessageLevel(); // RaC2012 2nd HackFest // External Inputs was the complex inputs in previous versions @@ -246,7 +250,8 @@ namespace bbtk void printAll( int com, int sta ); - + std::vector boxesDiagram;//CFT + private: std::string _cbName; @@ -254,6 +259,8 @@ namespace bbtk std::string _Author; std::string _Category; std::string _Description; + std::string _MessageKind; + std::string _MessageLevel; //wxPanel that uses the manager wxGEditorTabPanel *_parent;