]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/src/bbwtOutputText.h~
clean files tmp
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtOutputText.h~
diff --git a/wt/bbtk_wt_PKG/src/bbwtOutputText.h~ b/wt/bbtk_wt_PKG/src/bbwtOutputText.h~
deleted file mode 100644 (file)
index 4aa31ec..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-//===== 
-// 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 __bbwtOutpuText_h_INCLUDED__
-#define __bbwtOutpuText_h_INCLUDED__
-#include "bbwt_EXPORT.h"
-#include "bbtkWtBlackBox.h"
-
-namespace bbwt
-{
-
-class bbwt_EXPORT OutputText
- : 
-   public bbtk::WtBlackBox
-{
-  BBTK_BLACK_BOX_INTERFACE(OutputText,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(Title,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(OutputText,bbtk::WtBlackBox);
-BBTK_NAME("OutputText");
-BBTK_AUTHOR("JohannGONZALEZ");
-BBTK_DESCRIPTION("gonzalez@creatis.insa-lyon.fr - OutputText widget for webApps with wt library");
-BBTK_CATEGORY("__CategoryBlackBox__");
-BBTK_INPUT(OutpuText,Title,"Title prepended to the text",std::string,"");
-BBTK_INPUT(OutpuText,In,"Text",std::string,"");
-BBTK_END_DESCRIBE_BLACK_BOX(OutpuText);
-//===== 
-// 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 // __bbwtOutpuText_h_INCLUDED__
-#endif // _USE_WXWIDGETS_
-