]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWtBlackBox.h
#2808, #2807, #2806, #2805, #2804 BBTK Feature New Normal Add new functionality MathO...
[bbtk.git] / kernel / src / bbtkWtBlackBox.h
index 844d9d407c9fd9cf596f3a33c919c95696eca8b4..4725a0dfeac48efd3fdf351d87a4921c76edf4fe 100644 (file)
@@ -54,6 +54,7 @@
 #ifdef USE_WT
 
 
+
 #ifndef __bbtkWtBlackBox_h__
 #define __bbtkWtBlackBox_h__
 
@@ -96,6 +97,9 @@ namespace bbtk
              static std::string docRoot  ;
              static std::string port     ;
              static std::string address  ;
+             
+              static int argc;
+              static char **argv;
            };
   
   /*   static std::string* jScript;
@@ -130,6 +134,9 @@ namespace bbtk
     virtual void bbDestroyWindow();
     //==================================================================    
 
+   void bbwtUpdateInputs();
+   void bbwtProcess();
+
   private:
     
     Wt::WApplication* bbApp;