X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxGEditorTabPanel.h;h=e3affc59c3597992d38915f734d2283adadba467;hb=3babfd57a9b4b3cffba34415e928239592e7d4a1;hp=98a9ead6ed77b29bb5aef5d3813e95e78fbdef4a;hpb=1910361932998533c37b53ea81d580bba29f0ee1;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h index 98a9ead..e3affc5 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h @@ -43,19 +43,31 @@ Version: $Revision$ #ifndef __wxGEditorTabPanel_h__ #define __wxGEditorTabPanel_h__ +//Includes same project +#include "wxVtkSceneManager.h" +#include "wxTabPanelsManager.h" + +//Includes wxWidgets #include #include #include +//Includes creaMaracasVisu #include +//Includes std #include -#include "wxVtkSceneManager.h" + + namespace bbtk { + class wxVtkSceneManager; + + class wxTabPanelsManager; + class wxGEditorTabPanel : public wxTextDropTarget, public wxPanel { public: @@ -65,12 +77,17 @@ 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); + void updateStatusBar(std::string textStatus); private: int _id; wxAuiManager *_panelAUIMgr; wxVtkSceneManager *_sceneManager; + wxTabPanelsManager* _panelsManager; protected: