]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/src/bbwtwtCheckBox.h~
#3037 creaWT Bug New Normal - AddMesh update
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtwtCheckBox.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 __bbwtwtCheckBox_h_INCLUDED__
6 #define __bbwtwtCheckBox_h_INCLUDED__
7 #include "bbwt_EXPORT.h"
8 #include "bbtkWxBlackBox.h"
9
10 namespace bbwt
11 {
12
13 class bbwt_EXPORT wtCheckBox
14  : 
15    public bbtk::WxBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(wtCheckBox,bbtk::WxBlackBox);
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(wxWindow*);
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(wtCheckBox,bbtk::WxBlackBox);
33 BBTK_NAME("wtCheckBox");
34 BBTK_AUTHOR("JohannGONZALEZ");
35 BBTK_DESCRIPTION("gonzalez@creatis.insa-lyon.fr - Checkbox web widget implemented in wt");
36 BBTK_CATEGORY("__CategoryBlackBox__");
37 BBTK_INPUT(wtCheckBox,Title,"Title prepended to the text",std::string,"");
38 BBTK_INPUT(wtCheckBox,In,"Text",std::string,"");
39 BBTK_END_DESCRIBE_BLACK_BOX(wtCheckBox);
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 // __bbwtwtCheckBox_h_INCLUDED__
47 #endif // _USE_WXWIDGETS_
48