]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.h
It is possible to delete connections !!!
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.h
index 82214a4ad29c4818c145a6d4ca81b205ca09de35..c766dba08a26d75bcad5c949dd9213d80010ac24 100644 (file)
@@ -85,6 +85,11 @@ namespace bbtk
                bool isExecutable();
                void setExecutable(bool executable);
 
+               std::vector<GPortModel*> getInputPorts();
+               std::vector<GPortModel*> getOutputPorts();
+
+               void setValueToInputPort(int pos,std::string value);
+
        private:
 
                //Private Attributes