]> Creatis software - bbtk.git/blob - packages/wx/src/bbwxListCtrl.h
#3481 More inputs in wx ListCtrl box
[bbtk.git] / packages / wx / src / bbwxListCtrl.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 __bbwxListCtrl_h_INCLUDED__
6 #define __bbwxListCtrl_h_INCLUDED__
7
8 #include "bbwx_EXPORT.h"
9 #include "bbtkWxBlackBox.h"
10
11 namespace bbwx
12 {
13
14 class bbwx_EXPORT ListCtrl
15  : 
16    public bbtk::WxBlackBox
17 {
18   BBTK_BLACK_BOX_INTERFACE(ListCtrl,bbtk::WxBlackBox);
19 //===== 
20 // 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)
21 //===== 
22     BBTK_DECLARE_INPUT(Titles,std::vector<std::string>);
23     BBTK_DECLARE_INPUT(Column00,std::vector<std::string>);
24     BBTK_DECLARE_INPUT(Column01,std::vector<std::string>);
25     BBTK_DECLARE_INPUT(Column02,std::vector<std::string>);
26     BBTK_DECLARE_INPUT(Column03,std::vector<std::string>);
27     BBTK_DECLARE_INPUT(Column04,std::vector<std::string>);
28     BBTK_DECLARE_INPUT(Column05,std::vector<std::string>);
29     BBTK_DECLARE_INPUT(Column06,std::vector<std::string>);
30     BBTK_DECLARE_INPUT(Column07,std::vector<std::string>);
31     BBTK_DECLARE_INPUT(Column08,std::vector<std::string>);
32     BBTK_DECLARE_INPUT(Column09,std::vector<std::string>);
33     BBTK_DECLARE_INPUT(Column10,std::vector<std::string>);
34     BBTK_DECLARE_INPUT(Column11,std::vector<std::string>);
35     BBTK_DECLARE_INPUT(Column12,std::vector<std::string>);
36     BBTK_DECLARE_INPUT(Column13,std::vector<std::string>);
37     BBTK_DECLARE_INPUT(Column14,std::vector<std::string>);
38     BBTK_DECLARE_INPUT(Column15,std::vector<std::string>);
39     BBTK_PROCESS(Process);
40     void Process();
41     BBTK_CREATE_WIDGET(CreateWidget);
42     void CreateWidget(wxWindow*);
43 //===== 
44 // 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)
45 //===== 
46 };
47
48 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ListCtrl,bbtk::WxBlackBox);
49     BBTK_NAME("ListCtrl");
50     BBTK_AUTHOR("InfoDev");
51     BBTK_DESCRIPTION("No Description.");
52     BBTK_CATEGORY("__CategoryBlackBox__");
53
54     BBTK_INPUT(ListCtrl,Titles,"Titres",std::vector<std::string>,"");
55     BBTK_INPUT(ListCtrl,Column00,"Column  0",std::vector<std::string>,"");
56     BBTK_INPUT(ListCtrl,Column01,"Column  1",std::vector<std::string>,"");
57     BBTK_INPUT(ListCtrl,Column02,"Column  2",std::vector<std::string>,"");
58     BBTK_INPUT(ListCtrl,Column03,"Column  3",std::vector<std::string>,"");
59     BBTK_INPUT(ListCtrl,Column04,"Column  4",std::vector<std::string>,"");
60     BBTK_INPUT(ListCtrl,Column05,"Column  5",std::vector<std::string>,"");
61     BBTK_INPUT(ListCtrl,Column06,"Column  6",std::vector<std::string>,"");
62     BBTK_INPUT(ListCtrl,Column07,"Column  7",std::vector<std::string>,"");
63     BBTK_INPUT(ListCtrl,Column08,"Column  8",std::vector<std::string>,"");
64     BBTK_INPUT(ListCtrl,Column09,"Column  9",std::vector<std::string>,"");
65     BBTK_INPUT(ListCtrl,Column10,"Column 10",std::vector<std::string>,"");
66     BBTK_INPUT(ListCtrl,Column11,"Column 11",std::vector<std::string>,"");
67     BBTK_INPUT(ListCtrl,Column12,"Column 12",std::vector<std::string>,"");
68     BBTK_INPUT(ListCtrl,Column13,"Column 13",std::vector<std::string>,"");
69     BBTK_INPUT(ListCtrl,Column14,"Column 14",std::vector<std::string>,"");
70     BBTK_INPUT(ListCtrl,Column15,"Column 15",std::vector<std::string>,"");
71
72 BBTK_END_DESCRIBE_BLACK_BOX(ListCtrl);
73 //===== 
74 // 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)
75 //===== 
76 }
77 // EO namespace bbwx
78
79 #endif // __bbwxListCtrl_h_INCLUDED__
80 #endif // _USE_WXWIDGETS_
81