]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h
Organizing code, the state now is in the view and the general render was simplified...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GPortModel.h
index 1a32e09cee6d3865c676cc04c920ccb9afc613b2..9f731cc6fb3f0df17a9f34cf230ccfe27af79e78 100644 (file)
@@ -70,7 +70,7 @@ namespace bbtk
                
                //Public methods                
                void registerInBox(GBlackBoxModel *blackBox,int portType, int pos);
-               void updatePortPosition(int pos);
+               void updatePortPosition();
                int getPortType();
 
        private:
@@ -80,6 +80,7 @@ namespace bbtk
                GBlackBoxModel *_parentBox;
 
                int _portType;
+               int _posInBox;
 
                //Private Methods