X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWtBlackBox.h;h=4725a0dfeac48efd3fdf351d87a4921c76edf4fe;hb=84454af9be8cecfbf41ca7c0198c65efe60f9b48;hp=844d9d407c9fd9cf596f3a33c919c95696eca8b4;hpb=5d1ed845326cc292279254b1e8667cdf3c4311fc;p=bbtk.git diff --git a/kernel/src/bbtkWtBlackBox.h b/kernel/src/bbtkWtBlackBox.h index 844d9d4..4725a0d 100644 --- a/kernel/src/bbtkWtBlackBox.h +++ b/kernel/src/bbtkWtBlackBox.h @@ -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;