X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.h;h=39e0ab06eb2a8696318496fcbb0b09027d22f922;hb=50851761f4216d932217db8e8fe56dd5aac6b0fb;hp=7ae4841833b75f2ad359bd09b37950a48c835413;hpb=64fc9f949ff91d6e9d448ca0567e6205ee4d5be4;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h index 7ae4841..39e0ab0 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h @@ -45,6 +45,7 @@ Version: $Revision$ //Includes same project #include "wxVtkSceneManager.h" +#include "wxTabPanelsManager.h" //Includes wxWidgets #include @@ -59,9 +60,14 @@ Version: $Revision$ + namespace bbtk { + class wxVtkSceneManager; + + class wxTabPanelsManager; + class wxGEditorTabPanel : public wxTextDropTarget, public wxPanel { public: @@ -71,12 +77,16 @@ namespace bbtk void initWxVtkCanvas(); virtual bool OnDropText(wxCoord x, wxCoord y, const wxString& data); + void setPanelsManager(wxTabPanelsManager* panelsManager); + + void displayBlackBoxInfo(std::string packageName, std::string boxName); private: int _id; wxAuiManager *_panelAUIMgr; wxVtkSceneManager *_sceneManager; + wxTabPanelsManager* _panelsManager; protected: