]> 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 1d6fa3e47e0f52ac251d0a638b079a27d2208b8d..c18e225d0b277d63a0e1cb9d479e099bf5504b48 100644 (file)
@@ -69,7 +69,11 @@ namespace bbtk
                ~GPortModel();
                
                //Public methods                
-               void registerInBox(GBlackBoxModel *blackBox,int portType);
+               void registerInBox(GBlackBoxModel *blackBox,int portType, int pos);
+               void updatePortPosition();
+               int getPortType();
+               virtual std::string getStatusText();
+
        private:
 
                //Attributes
@@ -77,6 +81,7 @@ namespace bbtk
                GBlackBoxModel *_parentBox;
 
                int _portType;
+               int _posInBox;
 
                //Private Methods