]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
Changements minimals
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index 39e0ab06eb2a8696318496fcbb0b09027d22f922..3f6e69930439b10ca8e9d65b2f5342e71d322f4e 100644 (file)
@@ -80,6 +80,14 @@ namespace bbtk
                void setPanelsManager(wxTabPanelsManager* panelsManager);
 
                void displayBlackBoxInfo(std::string packageName, std::string boxName);
+               void updateStatusBar(std::string textStatus);
+               std::string getDiagramScript();
+               void editBlackBox(GBlackBoxModel *bbmodel);
+               void editDiagramParameters(wxVtkSceneManager* scene);
+               void deleteAllBoxes();
+               void centerView();
+
+       //=========================================================================
                
        private: