X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.h;h=955ca814d9c50227783961f8f4a07972f0c365f1;hb=9c270766f2c28346e128543a8b7c24fb7f4f5b85;hp=59d615e3f6801f38bd451987dd5b4244352fb31e;hpb=de7c0454ab8fc1b0b97dcd7112dfdb4a55ac0215;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h index 59d615e..955ca81 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h @@ -79,7 +79,7 @@ namespace bbtk { public: wxGEditorTabPanel(); - wxGEditorTabPanel(wxWindow *parent, int id); + wxGEditorTabPanel(wxWindow *parent, int id, Factory::Pointer bbtkfactory); ~wxGEditorTabPanel(); void initWxVtkCanvas(); @@ -184,8 +184,9 @@ namespace bbtk wxTabPanelsManager *_panelsManager; std::string _fullPath; std::string _fileName; - + protected: + Factory::Pointer _bbtkfactory; };