X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FInterpreterBBS.h;h=f23756e66bfae3cb54e3fe1348e0519ac5c47294;hb=5df801578dbf375c6f9f548ac94050a929e9346d;hp=f31b8ffd335a85f5c70a8662dbbc20b694d30362;hpb=227a0737f17511cbe4910c072efe2806286427ed;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h index f31b8ff..f23756e 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h @@ -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