X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuPanelButtonContainer.h;h=b36327634eb0037424368c8717e806bea2776a03;hb=7237c161ca713d5054c9a5cd7dc7188d5ac65ae9;hp=ee7e061431aab3781338c5b20a9b8f25161c0f46;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h b/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h index ee7e061..b363276 100644 --- a/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h +++ b/bbtk/src/bbcreaMaracasVisuPanelButtonContainer.h @@ -51,6 +51,7 @@ class bbcreaMaracasVisu_EXPORT PanelButtonContainer //===== BBTK_DECLARE_INPUT(Title,std::string); BBTK_DECLARE_INPUT(In,BCStructVectorType); + BBTK_DECLARE_INPUT(Type,int); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); @@ -63,12 +64,15 @@ class bbcreaMaracasVisu_EXPORT PanelButtonContainer }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(PanelButtonContainer,bbtk::WxBlackBox); -BBTK_NAME("PanelButtonContainer"); -BBTK_AUTHOR("caceres@creatis.insa-lyon.fr"); -BBTK_DESCRIPTION("This blackbox creates a Widget of creaButtonContainerPanel"); -BBTK_CATEGORY("__CategoryBlackBox__"); -BBTK_INPUT(PanelButtonContainer,Title,"Title prepended to the text",std::string,""); -BBTK_INPUT(PanelButtonContainer,In,"ButtonContainerSettings List",BCStructVectorType,""); + BBTK_NAME("PanelButtonContainer"); + BBTK_AUTHOR("caceres@creatis.insa-lyon.fr"); + BBTK_DESCRIPTION("This blackbox creates a Widget of creaButtonContainerPanel"); + BBTK_CATEGORY("__CategoryBlackBox__"); + + BBTK_INPUT(PanelButtonContainer,Title,"Title prepended to the text",std::string,""); + BBTK_INPUT(PanelButtonContainer,In,"ButtonContainerSettings List",BCStructVectorType,""); + BBTK_INPUT(PanelButtonContainer,Type,"Type container (0: Button Container ; 1: List Container ; 2: Configurable List Container)",int,""); + BBTK_END_DESCRIBE_BLACK_BOX(PanelButtonContainer); //===== // 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)