]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWtBlackBox.h
#3517 Transform box with manual matrix
[bbtk.git] / kernel / src / bbtkWtBlackBox.h
index 844d9d407c9fd9cf596f3a33c919c95696eca8b4..e73bde96986610134b987d5e5e0d26f8d5b8e646 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;
@@ -150,6 +157,6 @@ namespace bbtk
 
 } //namespace bbtk
 
-#endif  //__bbtkWxBlackBox_h__
+#endif  //__bbtkWtBlackBox_h__
 
-#endif  //USE_WXWIDGETS
+#endif  //USE_WT