X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtAddObjectToViewerWeb.h;fp=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtAddObjectToViewerWeb.h;h=b19805b987b97e5b562e157d4818e5608d06cc7b;hb=aec464d8738507b9d26fc6915c7c063cab636dde;hp=0000000000000000000000000000000000000000;hpb=26116b2d4181a4ed3fffa07fbb75ef527d32d740;p=creaWT.git diff --git a/wt/bbtk_wt_PKG/src/bbwtAddObjectToViewerWeb.h b/wt/bbtk_wt_PKG/src/bbwtAddObjectToViewerWeb.h new file mode 100644 index 0000000..b19805b --- /dev/null +++ b/wt/bbtk_wt_PKG/src/bbwtAddObjectToViewerWeb.h @@ -0,0 +1,50 @@ +//===== +// 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) +//===== + +#ifndef __bbwtAddObjectToViewerWeb_h_INCLUDED__ +#define __bbwtAddObjectToViewerWeb_h_INCLUDED__ +#include "bbwt_EXPORT.h" +#include "bbtkWtBlackBox.h" + +namespace bbwt +{ + +class bbwt_EXPORT AddObjectToViewerWeb + : + public bbtk::WtBlackBox +{ + BBTK_BLACK_BOX_INTERFACE(AddObjectToViewerWeb,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_DECLARE_INPUT(Viewer3D,std::string); + BBTK_DECLARE_INPUT(Mesh,std::string); +// BBTK_DECLARE_INPUT(In,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(AddObjectToViewerWeb,bbtk::WtBlackBox); +BBTK_NAME("AddObjectToViewerWeb"); +BBTK_AUTHOR("gonzalez@creatis.insa-lyon.fr"); +BBTK_DESCRIPTION("No Description."); +BBTK_CATEGORY("__CategoryBlackBox__"); +BBTK_INPUT(AddObjectToViewerWeb,Viewer3D,"3D Viewer Reference",std::string,""); +BBTK_INPUT(AddObjectToViewerWeb,Mesh,"3D Viewer Reference",std::string,""); +//BBTK_INPUT(AddObjectToViewerWeb,In,"Text",std::string,""); +BBTK_END_DESCRIBE_BLACK_BOX(AddObjectToViewerWeb); +//===== +// 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 // __bbwtAddObjectToViewerWeb_h_INCLUDED__ + +