]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/src/bbwtwtCheckBox.cxx~
clean files tmp
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtwtCheckBox.cxx~
diff --git a/wt/bbtk_wt_PKG/src/bbwtwtCheckBox.cxx~ b/wt/bbtk_wt_PKG/src/bbwtwtCheckBox.cxx~
deleted file mode 100644 (file)
index 6570ebf..0000000
+++ /dev/null
@@ -1,62 +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)
-//===== 
-#include "bbwtwtCheckBox.h"
-#include "bbwtPackage.h"
-namespace bbwt
-{
-
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(wt,wtCheckBox)
-BBTK_BLACK_BOX_IMPLEMENTATION(wtCheckBox,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)
-//===== 
-void wtCheckBox::Process()
-{
-
-   std::string msg;
-    if (bbGetInputTitle()!="")
-      {
-       msg = bbGetInputTitle()+": " + bbGetInputIn();
-      }
-    else
-      {
-       msg = bbGetInputIn();
-      }
-   ((wxStaticText*)bbGetOutputWidget())->SetLabel( bbtk::std2wx( msg ) ); 
-  
-}
-//===== 
-// 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)
-//===== 
-void wtCheckBox::CreateWidget(wxWindow* parent)
-{
-
-   bbSetOutputWidget( new wxStaticText ( parent , -1 , _T("") ) );
-  
-}
-//===== 
-// 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)
-//===== 
-void wtCheckBox::bbUserSetDefaultValues()
-{
-
-}
-//===== 
-// 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)
-//===== 
-void wtCheckBox::bbUserInitializeProcessing()
-{
-
-}
-//===== 
-// 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)
-//===== 
-void wtCheckBox::bbUserFinalizeProcessing()
-{
-
-}
-}
-// EO namespace bbwt
-
-