]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.cxx
This commit was manufactured by cvs2svn to create tag 'CREATOOLS_2-0-3'.
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GPortModel.cxx
index 200a5f4b278d91ec1316fc04da66500b4b2083ca..1d16dc16988d41150d7a499e7217cb98458cb364 100644 (file)
@@ -33,7 +33,11 @@ Version:   $Revision$
 *  \brief Class bbtk::GPortModel 
 */
 
-
+/****
+* Design and Developpement of BBTK GEditor
+* Ricardo A Corredor J <ra.corredor67@uniandes.edu.co>
+* RaC - 2010
+****/
 #include "GPortModel.h"
 
 namespace bbtk
@@ -57,7 +61,7 @@ namespace bbtk
        }
        //=========================================================================
 
-       void GPortModel::registerInBox(GBlackBoxModel *blackBox,int portType, int pos)
+       void GPortModel::registerInBox(GBoxModel *blackBox,int portType, int pos)
        {
                _parentBox = blackBox;
                _portType = portType;
@@ -104,6 +108,13 @@ namespace bbtk
                return _portType;
        }
 
+       //=========================================================================
+
+       int GPortModel::getPosInBox()
+       {
+               return _posInBox;
+       }
+
        //=========================================================================
        
        std::string GPortModel::getStatusText()
@@ -125,7 +136,7 @@ namespace bbtk
 
        //=========================================================================
 
-       GBlackBoxModel* GPortModel::getParentBox()
+       GBoxModel* GPortModel::getParentBox()
        {
                return _parentBox;
        }