]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h
Ports updated when connected and the properties panel will be changed ...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GPortModel.h
index fd455719a09f25244cf8f200bcbd1b27714cf69c..0ee17f14891610a88348a3bd73475aadeadf0b6a 100644 (file)
@@ -74,6 +74,8 @@ namespace bbtk
                int getPortType();
                GBlackBoxModel* getParentBox();
                virtual std::string getStatusText();
+               bool isConnected();
+               void setConnected(bool value);
 
        private:
 
@@ -83,6 +85,7 @@ namespace bbtk
 
                int _portType;
                int _posInBox;
+               bool _isConnected;
 
                //Private Methods