//===== // 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_WT_ #ifndef __bbwtLayoutLine_h_INCLUDED__ #define __bbwtLayoutLine_h_INCLUDED__ #include "bbwt_EXPORT.h" #include "bbtkWtBlackBox.h" namespace bbwt { class bbwt_EXPORT LayoutLine : public bbtk::WtBlackBox { //===== // 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_BLACK_BOX_INTERFACE(LayoutLine,bbtk::WtBlackBox); BBTK_DECLARE_INPUT(Widget1,Wt::WContainerWidget*); BBTK_DECLARE_INPUT(Widget2,Wt::WContainerWidget*); BBTK_DECLARE_INPUT(Widget3,Wt::WContainerWidget*); BBTK_DECLARE_INPUT(Widget4,Wt::WContainerWidget*); BBTK_DECLARE_INPUT(Widget5,Wt::WContainerWidget*); BBTK_DECLARE_INPUT(Widget6,Wt::WContainerWidget*); BBTK_DECLARE_INPUT(Widget7,Wt::WContainerWidget*); BBTK_DECLARE_INPUT(Widget8,Wt::WContainerWidget*); BBTK_DECLARE_INPUT(Widget9,Wt::WContainerWidget*); BBTK_DECLARE_INPUT(Orientation,std::string); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); void CreateWidget(Wt::WContainerWidget*); //===== // 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(LayoutLine,bbtk::WtBlackBox); BBTK_NAME("LayoutLine"); BBTK_AUTHOR("JohannGONZALEZ"); BBTK_DESCRIPTION("gonzalez@creatis.insa-lyon.fr - LayoutLine for web app implemented with wt"); BBTK_CATEGORY("__CategoryBlackBox__"); BBTK_INPUT(LayoutLine,Widget1,"widget 1",Wt::WContainerWidget*,""); BBTK_INPUT(LayoutLine,Widget2,"widget 2",Wt::WContainerWidget*,""); BBTK_INPUT(LayoutLine,Widget3,"widget 3",Wt::WContainerWidget*,""); BBTK_INPUT(LayoutLine,Widget4,"widget 4",Wt::WContainerWidget*,""); BBTK_INPUT(LayoutLine,Widget5,"widget 5",Wt::WContainerWidget*,""); BBTK_INPUT(LayoutLine,Widget6,"widget 6",Wt::WContainerWidget*,""); BBTK_INPUT(LayoutLine,Widget7,"widget 7",Wt::WContainerWidget*,""); BBTK_INPUT(LayoutLine,Widget8,"widget 8",Wt::WContainerWidget*,""); BBTK_INPUT(LayoutLine,Widget9,"widget 9",Wt::WContainerWidget*,""); BBTK_INPUT(LayoutLine,Orientation,"Orientation (default V), 0=H=HORIZONTAL , 1=V=VERTICAL",std::string,""); BBTK_END_DESCRIBE_BLACK_BOX(LayoutLine); //===== // 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 bbwt #endif // __bbwtLayoutLine_h_INCLUDED__ #endif // _USE_WXWIDGETS_