]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h
The actual version updates the status bar with the highlighted object ... Also it...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GPortModel.h
index 1a32e09cee6d3865c676cc04c920ccb9afc613b2..c18e225d0b277d63a0e1cb9d479e099bf5504b48 100644 (file)
@@ -70,8 +70,9 @@ namespace bbtk
                
                //Public methods                
                void registerInBox(GBlackBoxModel *blackBox,int portType, int pos);
-               void updatePortPosition(int pos);
+               void updatePortPosition();
                int getPortType();
+               virtual std::string getStatusText();
 
        private:
 
@@ -80,6 +81,7 @@ namespace bbtk
                GBlackBoxModel *_parentBox;
 
                int _portType;
+               int _posInBox;
 
                //Private Methods