//===== // 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) //===== #ifdef _USE_WXWIDGETS_ #ifndef __bbcreaMaracasVisuPanelButtonContainer_h_INCLUDED__ #define __bbcreaMaracasVisuPanelButtonContainer_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkWxBlackBox.h" #include #include #include namespace bbcreaMaracasVisu { typedef creaPanelButtonContainer::ButtonContainerSettings ButtonContainerSettings; typedef creaPanelButtonContainer::PanelButtonContainer PBContainer; typedef std::vector< BCSettingsStruct* > BCStructVectorType; class bbcreaMaracasVisu_EXPORT PanelButtonContainer : public bbtk::WxBlackBox { BBTK_BLACK_BOX_INTERFACE(PanelButtonContainer,bbtk::WxBlackBox); //===== // 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(Title,std::string); BBTK_DECLARE_INPUT(In,BCStructVectorType); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); void CreateWidget(wxWindow*); private: wxPanel* myPanel; //===== // 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(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_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) //===== } // EO namespace bbcreaMaracasVisu #endif // __bbcreaMaracasVisuPanelButtonContainer_h_INCLUDED__ #endif // _USE_WXWIDGETS_