]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h
The creation of a panel which enables the user to set in a basic way the values of...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GPortModel.h
index 0ee17f14891610a88348a3bd73475aadeadf0b6a..5d12b911e2a18392b0ec96d87429de17b45fdac4 100644 (file)
@@ -76,6 +76,9 @@ namespace bbtk
                virtual std::string getStatusText();
                bool isConnected();
                void setConnected(bool value);
+               bool isValueSet();
+               void setValue(std::string value);
+               std::string getValue();
 
        private:
 
@@ -86,6 +89,8 @@ namespace bbtk
                int _portType;
                int _posInBox;
                bool _isConnected;
+               std::string _value;
+               bool _isValueSet;
 
                //Private Methods