]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIScriptingInterface.h
Forgot this one
[bbtk.git] / kernel / src / bbtkWxGUIScriptingInterface.h
index adb07731110be6b505884940aace96aed7662a3f..37bbe3d7b2e1f7b98f193a5452746ae70d74fce6 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIScriptingInterface.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:15 $
-  Version:   $Revision: 1.14 $
+  Date:      $Date: 2009/05/28 08:12:07 $
+  Version:   $Revision: 1.17 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -130,19 +130,25 @@ namespace bbtk
     // Interpreter callbacks
     bool InterpreterUserHasOwnHtmlPageViewer() { return true; }
     void InterpreterUserViewHtmlPage(const std::string&);
+    //    void InterpreterUserOnBreak();
 
     // WxGUICommand callbacks
     void WxGUICommandEnter(const std::string&);
 
     // WxGUITextEditor callbacks
     void WxGUITextEditorRun();
-    
+       void WxGUITextEditorRunBBI();
+       void WxGUITextEditorGraphSimple();
+       void WxGUITextEditorGraphDetail();
+         
     // WxGUIHtmlBrowser callbacks
     bool WxGUIHtmlBrowserUserOnLinkClicked(const std::string& target);
 
 
        void DoRegeneratePackageDoc(const std::string& pack);
        void DoRegenerateBoxesLists();
+
+    void OnClose(wxCloseEvent& event);
   private:
     wxAuiManager m_mgr;
     Interpreter::Pointer mInterpreter;
@@ -163,6 +169,8 @@ namespace bbtk
     wxMenuItem* mwxMenuItemReset;
     //    wxButton* mwxButtonRun;
 
+    bool mBreaked;
+
   public: