]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
Updated Version with the moving of the objects updated and the background doesn't...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index 7ae4841833b75f2ad359bd09b37950a48c835413..39e0ab06eb2a8696318496fcbb0b09027d22f922 100644 (file)
@@ -45,6 +45,7 @@ Version:   $Revision$
 
 //Includes same project
 #include "wxVtkSceneManager.h"
+#include "wxTabPanelsManager.h"
 
 //Includes wxWidgets
 #include <wx/panel.h>
@@ -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: