]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
#3259 Export Format Python and JavaScript
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index 592ace2948c7b52591af508705907aea53cb5dc8..0df261de6d2ca59c5a333425c0b6086375378707 100644 (file)
@@ -232,6 +232,7 @@ namespace bbtk
         void SetCbName(std::string cbNane);
         void SetCbPackageName(std::string packagename);
         void SetAuthor(std::string author);
+        void SetExportFormat(int exportformat);
         void SetCategory(std::string category);
         void SetDescription(std::string description);
                void SetMessageKind(std::string kind);
@@ -239,6 +240,7 @@ namespace bbtk
         std::string GetCbName();
         std::string GetCbPackageName();
         std::string GetAuthor();
+        int         GetExportFormat();
         std::string GetCategory();
         std::string GetDescription();
                std::string GetMessageKind();
@@ -260,6 +262,7 @@ namespace bbtk
         std::string                         _cbName;
         std::string                         _cbPackageName;
         std::string                         _Author;
+        int                                 _ExportFormat;  // 0:bbs 1:All: 2:bbs,Python 3:bbs,JavaScript
         std::string                         _Category;
         std::string                         _Description;
                std::string                                     _MessageKind;