]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.h
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / InterpreterBBS.h
index 400c467201faccc3896e01219aba6007c9d83f17..f31b8ffd335a85f5c70a8662dbbc20b694d30362 100644 (file)
@@ -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;