X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxListCtrl.h;h=c812c7d91a30ac0f8347df568b3c9d7e16749bcd;hb=8ba18df584ba0a409fb042663be9fa76ccb0e0b0;hp=c606c652e9717227d03cc9828815c3bfc578ca65;hpb=9e8c95c96acaea8851733d20090bf6de7eed1269;p=bbtk.git diff --git a/packages/wx/src/bbwxListCtrl.h b/packages/wx/src/bbwxListCtrl.h index c606c65..c812c7d 100644 --- a/packages/wx/src/bbwxListCtrl.h +++ b/packages/wx/src/bbwxListCtrl.h @@ -19,46 +19,55 @@ class bbwx_EXPORT ListCtrl //===== // 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) //===== - BBTK_DECLARE_INPUT(Titles,std::vector); - BBTK_DECLARE_INPUT(Column00,std::vector); - BBTK_DECLARE_INPUT(Column01,std::vector); - BBTK_DECLARE_INPUT(Column02,std::vector); - BBTK_DECLARE_INPUT(Column03,std::vector); - BBTK_DECLARE_INPUT(Column04,std::vector); - BBTK_DECLARE_INPUT(Column05,std::vector); - BBTK_DECLARE_INPUT(Column06,std::vector); - BBTK_DECLARE_INPUT(Column07,std::vector); - BBTK_DECLARE_INPUT(Column08,std::vector); - BBTK_DECLARE_INPUT(Column09,std::vector); - BBTK_DECLARE_INPUT(Column10,std::vector); - BBTK_PROCESS(Process); - void Process(); - BBTK_CREATE_WIDGET(CreateWidget); - void CreateWidget(wxWindow*); + BBTK_DECLARE_INPUT(Titles,std::vector); + BBTK_DECLARE_INPUT(Column00,std::vector); + BBTK_DECLARE_INPUT(Column01,std::vector); + BBTK_DECLARE_INPUT(Column02,std::vector); + BBTK_DECLARE_INPUT(Column03,std::vector); + BBTK_DECLARE_INPUT(Column04,std::vector); + BBTK_DECLARE_INPUT(Column05,std::vector); + BBTK_DECLARE_INPUT(Column06,std::vector); + BBTK_DECLARE_INPUT(Column07,std::vector); + BBTK_DECLARE_INPUT(Column08,std::vector); + BBTK_DECLARE_INPUT(Column09,std::vector); + BBTK_DECLARE_INPUT(Column10,std::vector); + BBTK_DECLARE_INPUT(Column11,std::vector); + BBTK_DECLARE_INPUT(Column12,std::vector); + BBTK_DECLARE_INPUT(Column13,std::vector); + BBTK_DECLARE_INPUT(Column14,std::vector); + BBTK_DECLARE_INPUT(Column15,std::vector); + BBTK_PROCESS(Process); + void Process(); + BBTK_CREATE_WIDGET(CreateWidget); + void CreateWidget(wxWindow*); //===== // 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) //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(ListCtrl,bbtk::WxBlackBox); - BBTK_NAME("ListCtrl"); - BBTK_AUTHOR("InfoDev"); - BBTK_DESCRIPTION("No Description."); - BBTK_CATEGORY("__CategoryBlackBox__"); - - BBTK_INPUT(ListCtrl,Titles,"Titres",std::vector,""); - BBTK_INPUT(ListCtrl,Column00,"Column 0",std::vector,""); - BBTK_INPUT(ListCtrl,Column01,"Column 1",std::vector,""); - BBTK_INPUT(ListCtrl,Column02,"Column 2",std::vector,""); - BBTK_INPUT(ListCtrl,Column03,"Column 3",std::vector,""); - BBTK_INPUT(ListCtrl,Column04,"Column 4",std::vector,""); - BBTK_INPUT(ListCtrl,Column05,"Column 5",std::vector,""); - BBTK_INPUT(ListCtrl,Column06,"Column 6",std::vector,""); - BBTK_INPUT(ListCtrl,Column07,"Column 7",std::vector,""); - BBTK_INPUT(ListCtrl,Column08,"Column 8",std::vector,""); - BBTK_INPUT(ListCtrl,Column09,"Column 9",std::vector,""); - BBTK_INPUT(ListCtrl,Column10,"Column 10",std::vector,""); + BBTK_NAME("ListCtrl"); + BBTK_AUTHOR("InfoDev"); + BBTK_DESCRIPTION("No Description."); + BBTK_CATEGORY("__CategoryBlackBox__"); + BBTK_INPUT(ListCtrl,Titles,"Titres",std::vector,""); + BBTK_INPUT(ListCtrl,Column00,"Column 0",std::vector,""); + BBTK_INPUT(ListCtrl,Column01,"Column 1",std::vector,""); + BBTK_INPUT(ListCtrl,Column02,"Column 2",std::vector,""); + BBTK_INPUT(ListCtrl,Column03,"Column 3",std::vector,""); + BBTK_INPUT(ListCtrl,Column04,"Column 4",std::vector,""); + BBTK_INPUT(ListCtrl,Column05,"Column 5",std::vector,""); + BBTK_INPUT(ListCtrl,Column06,"Column 6",std::vector,""); + BBTK_INPUT(ListCtrl,Column07,"Column 7",std::vector,""); + BBTK_INPUT(ListCtrl,Column08,"Column 8",std::vector,""); + BBTK_INPUT(ListCtrl,Column09,"Column 9",std::vector,""); + BBTK_INPUT(ListCtrl,Column10,"Column 10",std::vector,""); + BBTK_INPUT(ListCtrl,Column11,"Column 11",std::vector,""); + BBTK_INPUT(ListCtrl,Column12,"Column 12",std::vector,""); + BBTK_INPUT(ListCtrl,Column13,"Column 13",std::vector,""); + BBTK_INPUT(ListCtrl,Column14,"Column 14",std::vector,""); + BBTK_INPUT(ListCtrl,Column15,"Column 15",std::vector,""); BBTK_END_DESCRIBE_BLACK_BOX(ListCtrl); //=====