]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h
The buttons and the objects to create input and output complex box ports were added...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.h
index 5ac62f4d60a1d75a65a5f19adbf9b032707a723a..f3dbfadf47dad424f23af3c187b01d0b1e26d14b 100644 (file)
@@ -83,6 +83,8 @@ namespace bbtk
                void loadDiagram(ifstream &inputStream);
                bool isActualDiagramComplexBox();
                void setActualDiagramComplexBox(bool val);
+               void addActualDiagramComplexInputPort(std::string portName);
+               void addActualDiagramComplexOutputPort(std::string portName);
                
                void OnTabChanged(wxAuiNotebookEvent& event);