X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.h;h=39e0ab06eb2a8696318496fcbb0b09027d22f922;hb=50851761f4216d932217db8e8fe56dd5aac6b0fb;hp=5f157fec55214bc9f7b762a4a1be91362f38162d;hpb=eaf825847b9ac4bd762deafa59a7df1c2ceba433;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h index 5f157fe..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 @@ -63,6 +64,10 @@ Version: $Revision$ namespace bbtk { + class wxVtkSceneManager; + + class wxTabPanelsManager; + class wxGEditorTabPanel : public wxTextDropTarget, public wxPanel { public: @@ -72,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: