]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/src/bbwtOutpuText.h~
#3037 creaWT Bug New Normal - AddMesh update
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtOutpuText.h~
1 //===== 
2 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
3 //===== 
4 #ifdef _USE_WXWIDGETS_
5 #ifndef __bbwtOutpuText_h_INCLUDED__
6 #define __bbwtOutpuText_h_INCLUDED__
7 #include "bbwt_EXPORT.h"
8 #include "bbtkWxBlackBox.h"
9
10 namespace bbwt
11 {
12
13 class bbwt_EXPORT OutpuText
14  : 
15    public bbtk::WtBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(OutpuText,bbtk::WtBlackBox);
18 //===== 
19 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
20 //===== 
21   BBTK_DECLARE_INPUT(Title,std::string);
22   BBTK_DECLARE_INPUT(In,std::string);
23   BBTK_PROCESS(Process);
24   void Process();
25   BBTK_CREATE_WIDGET(CreateWidget);
26   void CreateWidget(Wt::WContainerWidget*);
27 //===== 
28 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
29 //===== 
30 };
31
32 BBTK_BEGIN_DESCRIBE_BLACK_BOX(OutpuText,bbtk::WtBlackBox);
33 BBTK_NAME("OutpuText");
34 BBTK_AUTHOR("JohannGONZALEZ");
35 BBTK_DESCRIPTION("gonzalez@creatis.insa-lyon.fr - OutputText widget for webApps with wt library");
36 BBTK_CATEGORY("__CategoryBlackBox__");
37 BBTK_INPUT(OutpuText,Title,"Title prepended to the text",std::string,"");
38 BBTK_INPUT(OutpuText,In,"Text",std::string,"");
39 BBTK_END_DESCRIBE_BLACK_BOX(OutpuText);
40 //===== 
41 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
42 //===== 
43 }
44 // EO namespace bbwt
45
46 #endif // __bbwtOutpuText_h_INCLUDED__
47 #endif // _USE_WXWIDGETS_
48