X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGPortModel.h;h=ed995fc94d71b75384b3b556cd37048a34de4385;hb=511369e67cf26244fc8768a727a03f42ff42865f;hp=5021593d75503c93cda5563062ce4f15b1fc2c74;hpb=d108e756e1f5444e19b63ec457033b7518ba060e;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h index 5021593..ed995fc 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h @@ -122,32 +122,20 @@ namespace bbtk virtual std::string getStatusText(); virtual void save(std::string &content); - private: - //Private Attributes - GBoxModel *_parentBox; - // Port type (INPUT/OUTPUT) int _portType; - // The position of the port in the box int _posInBox; - bool _isConnected; - std::string _value; bool _isValueSet; - //Private Methods - protected: //Protected methods - }; - - } // namespace bbtk #endif