]> 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 eebe523673a7c8bde7c15cf3693c9e640f811e1e..1d16dc16988d41150d7a499e7217cb98458cb364 100644 (file)
@@ -1,4 +1,4 @@
-/*=========================================================================
+/*=========================================================================                                                                               
 Program:   bbtk
 Module:    $RCSfile$
 Language:  C++
@@ -11,26 +11,26 @@ Version:   $Revision$
 * Copyright (c) CREATIS-LRMN (Centre de Recherche en Imagerie Medicale)
 * Authors : Eduardo Davila, Laurent Guigues, Jean-Pierre Roux
 *
-*  This software is governed by the CeCILL-B license under French law and
-*  abiding by the rules of distribution of free software. You can  use,
-*  modify and/ or redistribute the software under the terms of the CeCILL-B
-*  license as circulated by CEA, CNRS and INRIA at the following URL
-*  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
+*  This software is governed by the CeCILL-B license under French law and 
+*  abiding by the rules of distribution of free software. You can  use, 
+*  modify and/ or redistribute the software under the terms of the CeCILL-B 
+*  license as circulated by CEA, CNRS and INRIA at the following URL 
+*  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
 *  or in the file LICENSE.txt.
 *
 *  As a counterpart to the access to the source code and  rights to copy,
 *  modify and redistribute granted by the license, users are provided only
 *  with a limited warranty  and the software's author,  the holder of the
 *  economic rights,  and the successive licensors  have only  limited
-*  liability.
+*  liability. 
 *
 *  The fact that you are presently reading this means that you have had
 *  knowledge of the CeCILL-B license and that you accept its terms.
-* ------------------------------------------------------------------------ */
+* ------------------------------------------------------------------------ */                                                                         
 
 /**
-*  \file
-*  \brief Class bbtk::GPortModel
+*  \file 
+*  \brief Class bbtk::GPortModel 
 */
 
 /****
@@ -46,7 +46,7 @@ namespace bbtk
 
        //=========================================================================
        GPortModel::GPortModel()
-       {
+       {               
                _parentBox = NULL;
                _portType=-1;
                _posInBox=0;
@@ -90,15 +90,15 @@ namespace bbtk
                }
 
                //Attribute '_posInBox' starts with value 0 and it represents the position of the port in the box from left to right
-               posX = xInic + (PORT_WIDTH/2) + _posInBox*1.1*PORT_WIDTH;
-
+               posX = xInic + (PORT_WIDTH/2) + _posInBox*1.6*PORT_WIDTH;
+               
                setInicPoint(posX,posY,posZ);
 
                posX=posX+PORT_WIDTH;
                posY=posY-PORT_HEIGHT;
 
-               setFinalPoint(posX,posY,posZ);
-
+               setFinalPoint(posX,posY,posZ);          
+               
        }
 
        //=========================================================================
@@ -116,11 +116,11 @@ namespace bbtk
        }
 
        //=========================================================================
-
+       
        std::string GPortModel::getStatusText()
        {
                std::string temp = "";
-
+               
                temp+=_bbtkName;
                if(isValueSet())
                {
@@ -149,7 +149,7 @@ namespace bbtk
        }
 
        //=========================================================================
-
+       
        void GPortModel::setConnected(bool value)
        {
                _isConnected=value;
@@ -173,7 +173,7 @@ namespace bbtk
        }
 
        //=========================================================================
-
+       
        std::string GPortModel::getValue()
        {
                return _value;