]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h
The buttons and the objects to create input and output complex box ports were added...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GPortModel.h
index 6b5d7723d00758e6ea93d410ddf969bd68300381..6dcef4dda6b8cae3d5d8ca971374f06448e9411e 100644 (file)
@@ -46,7 +46,7 @@ Version:   $Revision$
 //Includes same project
 #include "GlobalConstants.h"
 #include "GObjectModel.h"
-#include "GBlackBoxModel.h"
+#include "GBoxModel.h"
 
 //Includes creaMaracasVisu
 
@@ -57,7 +57,7 @@ Version:   $Revision$
 namespace bbtk
 {
 
-       class GBlackBoxModel;
+       class GBoxModel;
 
        class GPortModel : public GObjectModel 
        {
@@ -69,10 +69,10 @@ namespace bbtk
                virtual ~GPortModel();
                
                //Public methods                
-               void registerInBox(GBlackBoxModel *blackBox,int portType, int pos);
+               void registerInBox(GBoxModel *blackBox,int portType, int pos);
                void updatePortPosition();
                int getPortType();
-               GBlackBoxModel* getParentBox();
+               GBoxModel* getParentBox();
                virtual std::string getStatusText();
                bool isConnected();
                void setConnected(bool value);
@@ -85,7 +85,7 @@ namespace bbtk
 
                //Attributes
                
-               GBlackBoxModel *_parentBox;
+               GBoxModel *_parentBox;
 
                int _portType;
                int _posInBox;