X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FInterpreterBBS.h;h=f23756e66bfae3cb54e3fe1348e0519ac5c47294;hb=567028f33d052a54225024906cce14dc1558162f;hp=400c467201faccc3896e01219aba6007c9d83f17;hpb=c1d490c0dc66c66bcfff7ea46afc0f7c368c5958;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h index 400c467..f23756e 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h @@ -76,17 +76,27 @@ namespace bbtk virtual void commandEndDefine(); virtual void commandExec(const std::string &word); + + virtual void commandAuthor(const std::string &author); + 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; private: //Private Attributes - bool _complexbox; //Private Methods