X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FInterpreterBBS.h;h=f31b8ffd335a85f5c70a8662dbbc20b694d30362;hb=227a0737f17511cbe4910c072efe2806286427ed;hp=400c467201faccc3896e01219aba6007c9d83f17;hpb=c1d490c0dc66c66bcfff7ea46afc0f7c368c5958;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h index 400c467..f31b8ff 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h @@ -76,10 +76,16 @@ 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); + double _xGeneral; double _yGeneral; double _zGeneral; + int _countBoxes; wxVtkSceneManager *_sceneManager; Factory::Pointer _factory;