X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGPortModel.h;h=0ee17f14891610a88348a3bd73475aadeadf0b6a;hb=062ee1e352a911991a120c5bf95ba836a6b0871b;hp=fd455719a09f25244cf8f200bcbd1b27714cf69c;hpb=a6d479881eeb637cd06afa3b2177e430fa05571e;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h index fd45571..0ee17f1 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h @@ -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