]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBoxModel.h
The actual version works with complex box automatic generated from selected boxes...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBoxModel.h
index b02c7a6f8f99fc5d5ea9cc7d379b4218d6c03076..05cb6bcc6d7141c98e6517a0ccda82f4a020ac4e 100644 (file)
@@ -85,6 +85,9 @@ namespace bbtk
                GPortModel* getInputPort(std::string name);
                GPortModel* getOutputPort(std::string name);
 
+               GPortModel* getInputPort(int pos);
+               GPortModel* getOutputPort(int pos);
+
                void updatePorts();
 
        private: