]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h
#3084 bbGEditor Bug New Normal - Color refresh for inputs and outputs
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GPortModel.h
index 5021593d75503c93cda5563062ce4f15b1fc2c74..ed995fc94d71b75384b3b556cd37048a34de4385 100644 (file)
@@ -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