]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.h
First prototype works. Basic boxes construction, evenct handling and colors represent...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GPortModel.h
index 8df71bf9fe6aa85baf5b4eaee15d3beb69bf4f5e..1d6fa3e47e0f52ac251d0a638b079a27d2208b8d 100644 (file)
@@ -46,6 +46,7 @@ Version:   $Revision$
 //Includes same project
 #include "GlobalConstants.h"
 #include "GObjectModel.h"
+#include "GBlackBoxModel.h"
 
 //Includes creaMaracasVisu
 
@@ -68,13 +69,15 @@ namespace bbtk
                ~GPortModel();
                
                //Public methods                
-               void registerInBox(GBlackBoxModel *blackBox);
+               void registerInBox(GBlackBoxModel *blackBox,int portType);
        private:
 
                //Attributes
                
                GBlackBoxModel *_parentBox;
 
+               int _portType;
+
                //Private Methods
 
        protected: