]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/src/bbwtLayoutTab.h~
d6c2756466bd12d56af50f0512dc7aff23f5b1df
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtLayoutTab.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 __bbwtLayoutTab_h_INCLUDED__
6 #define __bbwtLayoutTab_h_INCLUDED__
7 #include "bbwt_EXPORT.h"
8 #include "bbtkWxBlackBox.h"
9
10 namespace bbwt
11 {
12
13 class bbwt_EXPORT LayoutTab
14  : 
15    public bbtk::WtBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(LayoutTab,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(Widget1,wxWindow*);
22     BBTK_DECLARE_INPUT(Widget2,wxWindow*);
23     BBTK_DECLARE_INPUT(Widget3,wxWindow*);
24     BBTK_DECLARE_INPUT(Widget4,wxWindow*);
25     BBTK_DECLARE_INPUT(Widget5,wxWindow*);
26     BBTK_DECLARE_INPUT(Widget6,wxWindow*);
27     BBTK_DECLARE_INPUT(Widget7,wxWindow*);
28     BBTK_DECLARE_INPUT(Widget8,wxWindow*);
29     BBTK_DECLARE_INPUT(Widget9,wxWindow*);
30     BBTK_DECLARE_INPUT(Orientation,std::string);
31   BBTK_PROCESS(Process);
32   void Process();
33   BBTK_CREATE_WIDGET(CreateWidget);
34   void CreateWidget(Wt::WContainerWidget*);
35 //===== 
36 // 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)
37 //===== 
38 };
39
40 BBTK_BEGIN_DESCRIBE_BLACK_BOX(LayoutTab,bbtk::WtBlackBox);
41 BBTK_NAME("LayoutTab");
42 BBTK_AUTHOR("JohannGONZALEZ");
43 BBTK_DESCRIPTION("gonzalez@creatis.insa-lyon.fr - LayoutTab for wt web apps.");
44 BBTK_CATEGORY("__CategoryBlackBox__");
45   BBTK_DESCRIPTION("LayoutTab widget (wxNotebook) The label of each 'note book'  will be the name of the object it contains");
46     
47     BBTK_INPUT(LayoutTab,Widget1,"widget 1",wxWindow*,"");
48     BBTK_INPUT(LayoutTab,Widget2,"widget 2",wxWindow*,"");
49     BBTK_INPUT(LayoutTab,Widget3,"widget 3",wxWindow*,"");
50     BBTK_INPUT(LayoutTab,Widget4,"widget 4",wxWindow*,"");
51     BBTK_INPUT(LayoutTab,Widget5,"widget 5",wxWindow*,"");
52     BBTK_INPUT(LayoutTab,Widget6,"widget 6",wxWindow*,"");
53     BBTK_INPUT(LayoutTab,Widget7,"widget 7",wxWindow*,"");
54     BBTK_INPUT(LayoutTab,Widget8,"widget 8",wxWindow*,"");
55     BBTK_INPUT(LayoutTab,Widget9,"widget 9",wxWindow*,"");
56     BBTK_INPUT(LayoutTab,Orientation,
57                "Orientation (default T), 0=T=TOP , 1=R=RIGHT , 2=B=BOTTON , 3=L=LEFT " 
58                ,std::string,"");
59 BBTK_END_DESCRIBE_BLACK_BOX(LayoutTab);
60 //===== 
61 // 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)
62 //===== 
63 }
64 // EO namespace bbwt
65
66 #endif // __bbwtLayoutTab_h_INCLUDED__
67 #endif // _USE_WXWIDGETS_
68