]> Creatis software - bbtk.git/blob - packages/wx/src/bbwxListCtrl.h
#3456 new box wxListCtrl
[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_PROCESS(Process);
35   void Process();
36   BBTK_CREATE_WIDGET(CreateWidget);
37   void CreateWidget(wxWindow*);
38 //===== 
39 // 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)
40 //===== 
41 };
42
43 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ListCtrl,bbtk::WxBlackBox);
44  BBTK_NAME("ListCtrl");
45  BBTK_AUTHOR("InfoDev");
46  BBTK_DESCRIPTION("No Description.");
47  BBTK_CATEGORY("__CategoryBlackBox__");
48
49  BBTK_INPUT(ListCtrl,Titles,"Titres",std::vector<std::string>,"");
50  BBTK_INPUT(ListCtrl,Column00,"Column  0",std::vector<std::string>,"");
51  BBTK_INPUT(ListCtrl,Column01,"Column  1",std::vector<std::string>,"");
52  BBTK_INPUT(ListCtrl,Column02,"Column  2",std::vector<std::string>,"");
53  BBTK_INPUT(ListCtrl,Column03,"Column  3",std::vector<std::string>,"");
54  BBTK_INPUT(ListCtrl,Column04,"Column  4",std::vector<std::string>,"");
55  BBTK_INPUT(ListCtrl,Column05,"Column  5",std::vector<std::string>,"");
56  BBTK_INPUT(ListCtrl,Column06,"Column  6",std::vector<std::string>,"");
57  BBTK_INPUT(ListCtrl,Column07,"Column  7",std::vector<std::string>,"");
58  BBTK_INPUT(ListCtrl,Column08,"Column  8",std::vector<std::string>,"");
59  BBTK_INPUT(ListCtrl,Column09,"Column  9",std::vector<std::string>,"");
60  BBTK_INPUT(ListCtrl,Column10,"Column 10",std::vector<std::string>,"");
61
62
63 BBTK_END_DESCRIBE_BLACK_BOX(ListCtrl);
64 //===== 
65 // 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)
66 //===== 
67 }
68 // EO namespace bbwx
69
70 #endif // __bbwxListCtrl_h_INCLUDED__
71 #endif // _USE_WXWIDGETS_
72