]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
1497 BUG
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index be332f7ae7ad295da835c782acd35eae92824635..9203963e8636e6686d9a00682fee5f4526f48573 100644 (file)
@@ -116,7 +116,7 @@ namespace bbtk
                int createGBlackBox(int x, int y, std::string packageName, std::string boxType );
                int createGComplexBoxInputPort(std::string inputName);
                int createGComplexBoxOutputPort(std::string outputName);
-               GPortController* createGPort(int portType, std::string bbtkName, std::string bbtkType, int posinBox,GBoxModel *blackBox);
+               GPortController* createGPort(int portType, std::string bbtkName, std::string bbtkType, std::string bbtkDescription, int posinBox,GBoxModel *blackBox);
                int createGInputPort(int portType, int posinBox,GBoxModel *blackBox, BlackBoxInputDescriptor *desc);
                int createGOutputPort(int portType, int posinBox,GBoxModel *blackBox, BlackBoxOutputDescriptor *desc);
                int createGConnector(GPortModel* startPort);
@@ -209,9 +209,13 @@ namespace bbtk
         std::string GetCategory();
         std::string GetDescription();
   
+               void getCleanLine(std::stringstream &inputStream, std::string &line);
+               
         // JGRR & CM
         void printAll( int com, int sta );
 
+               
+               
        private:
 
         std::string                         _cbName;