]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / InterpreterBBS.h
index f31b8ffd335a85f5c70a8662dbbc20b694d30362..f23756e66bfae3cb54e3fe1348e0519ac5c47294 100644 (file)
@@ -81,10 +81,15 @@ namespace bbtk
                virtual void commandCategory(const std::string &categorytype);
                virtual void commandDescription(const std::string &description);
                
+               virtual void commandInput(const std::string &name,const std::string &box,const std::string &input,const std::string  &help);
+               virtual void commandOutput(const std::string &name,const std::string &box,const std::string &output,const std::string  &help);
+
 
                double              _xGeneral;
                double              _yGeneral;
                double              _zGeneral;
+               int                                     _countInputs;
+               int                                     _countOutputs;
                int                                     _countBoxes;
                wxVtkSceneManager   *_sceneManager;
                Factory::Pointer    _factory;
@@ -92,7 +97,6 @@ namespace bbtk
        private:
 
                //Private Attributes
-               bool _complexbox;
 
                //Private Methods