]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/src/bbwtLayoutLine.h~
#3037 creaWT Bug New Normal - AddMesh update
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtLayoutLine.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_WT_
5 #ifndef __bbwtLayoutLine_h_INCLUDED__
6 #define __bbwtLayoutLine_h_INCLUDED__
7 #include "bbwt_EXPORT.h"
8 #include "bbtkWtBlackBox.h"
9
10 namespace bbwt
11 {
12
13 class bbwt_EXPORT LayoutLine
14  : 
15    public bbtk::WtBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(LayoutLine,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_BLACK_BOX_INTERFACE(LayoutLine,bbtk::WtBlackBox);
22     BBTK_DECLARE_INPUT(Widget1,Wt::WContainerWidget*);
23     BBTK_DECLARE_INPUT(Widget2,Wt::WContainerWidget*);
24     BBTK_DECLARE_INPUT(Widget3,Wt::WContainerWidget*);
25     BBTK_DECLARE_INPUT(Widget4,Wt::WContainerWidget*);
26     BBTK_DECLARE_INPUT(Widget5,Wt::WContainerWidget*);
27     BBTK_DECLARE_INPUT(Widget6,Wt::WContainerWidget*);
28     BBTK_DECLARE_INPUT(Widget7,Wt::WContainerWidget*);
29     BBTK_DECLARE_INPUT(Widget8,Wt::WContainerWidget*);
30     BBTK_DECLARE_INPUT(Widget9,Wt::WContainerWidget*);
31     BBTK_DECLARE_INPUT(Orientation,std::string);
32         BBTK_PROCESS(Process);
33         void Process();
34         BBTK_CREATE_WIDGET(CreateWidget);
35         void CreateWidget(Wt::WContainerWidget*);
36 //===== 
37 // 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)
38 //===== 
39 };
40
41         BBTK_BEGIN_DESCRIBE_BLACK_BOX(LayoutLine,bbtk::WtBlackBox);
42         BBTK_NAME("LayoutLine");
43         BBTK_AUTHOR("JohannGONZALEZ");
44         BBTK_DESCRIPTION("gonzalez@creatis.insa-lyon.fr - LayoutLine for web app implemented with wt");
45         BBTK_CATEGORY("__CategoryBlackBox__");
46         BBTK_INPUT(LayoutLine,Widget1,"widget 1",Wt::WContainerWidget*,"");
47         BBTK_INPUT(LayoutLine,Widget2,"widget 2",Wt::WContainerWidget*,"");
48         BBTK_INPUT(LayoutLine,Widget3,"widget 3",Wt::WContainerWidget*,"");
49         BBTK_INPUT(LayoutLine,Widget4,"widget 4",Wt::WContainerWidget*,"");
50         BBTK_INPUT(LayoutLine,Widget5,"widget 5",Wt::WContainerWidget*,"");
51         BBTK_INPUT(LayoutLine,Widget6,"widget 6",Wt::WContainerWidget*,"");
52         BBTK_INPUT(LayoutLine,Widget7,"widget 7",Wt::WContainerWidget*,"");
53         BBTK_INPUT(LayoutLine,Widget8,"widget 8",Wt::WContainerWidget*,"");
54         BBTK_INPUT(LayoutLine,Widget9,"widget 9",Wt::WContainerWidget*,"");
55         BBTK_INPUT(LayoutLine,Orientation,"Orientation (default V), 0=H=HORIZONTAL , 1=V=VERTICAL",std::string,"");
56         BBTK_END_DESCRIBE_BLACK_BOX(LayoutLine);
57 //===== 
58 // 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)
59 //===== 
60 }
61 // EO namespace bbwt
62
63 #endif // __bbwtLayoutLine_h_INCLUDED__
64 #endif // _USE_WXWIDGETS_
65