]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
DFCH: Button select as executable box - implemented and tested =)
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index e44720c24f13a4049402bddbdb1a41bb7adc4339..12c4fc4a31a3c9ff304dae64fc4b9709dbbd7808 100644 (file)
@@ -84,7 +84,6 @@ Version:   $Revision$
 #include <iostream>
 #include <map>
 
-
 namespace bbtk
 {
        class wxGEditorTabPanel;
@@ -161,6 +160,9 @@ namespace bbtk
                void addObjects(std::map<int,GObjectController*> objectsMap);
 
 
+               //-------
+               // Makes a BlackBox Executable
+               bool MakeBoxExecutable();//DFCH
                //-------
                //Returns a string with the BBS script of the current diagram.
                std::string getDiagramBBS(bool wln=false);