]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.h
The app saves and opens diagrams !!!! Allll fiiiinnn se logro !!
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.h
index de8b7084137b1d03f4d2acf324b8e0b52eea9e00..04ae668d17ad68a72b1836274a06ad6e7e197d29 100644 (file)
@@ -90,6 +90,12 @@ namespace bbtk
                std::vector<GPortModel*> getOutputPorts();
 
                void setValueToInputPort(int pos,std::string value);
+               void setValueToInput(std::string name,std::string value);
+
+               GPortModel* getInputPort(std::string name);
+               GPortModel* getOutputPort(std::string name);
+
+               void updatePorts();
 
        private: