X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtCheckBox.h~;fp=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtCheckBox.h~;h=0000000000000000000000000000000000000000;hb=5bdd6bc07e285c2dc485dd053aaee47356d8689b;hp=36f3ad0abc10c95bb4324d406a337f2d02a80fdb;hpb=430578713a572cd83e04ca0f65c6e34e87879cd6;p=creaWT.git diff --git a/wt/bbtk_wt_PKG/src/bbwtCheckBox.h~ b/wt/bbtk_wt_PKG/src/bbwtCheckBox.h~ deleted file mode 100644 index 36f3ad0..0000000 --- a/wt/bbtk_wt_PKG/src/bbwtCheckBox.h~ +++ /dev/null @@ -1,50 +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 __bbwtwtCheckBox_h_INCLUDED__ -#define __bbwtwtCheckBox_h_INCLUDED__ -#include "bbwt_EXPORT.h" -#include "bbtkWtBlackBox.h" - -namespace bbwt -{ - -class bbwt_EXPORT CheckBox - : - public bbtk::WtBlackBox -{ - BBTK_BLACK_BOX_INTERFACE(CheckBox,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(In,bool); - BBTK_DECLARE_INPUT(Title,std::string); - BBTK_DECLARE_OUTPUT(Out,bool); - 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(CheckBox,bbtk::WtBlackBox); -BBTK_NAME("CheckBox"); -BBTK_AUTHOR("JohannGONZALEZ"); -BBTK_DESCRIPTION("gonzalez@creatis.insa-lyon.fr - Checkbox web widget implemented in wt"); -BBTK_CATEGORY("__CategoryBlackBox__"); -BBTK_INPUT(CheckBox, Title,"Title shown above the CheckBox (default '') ", std::string,""); -BBTK_INPUT(CheckBox,In,"Initial Value",bool,""); -BBTK_OUTPUT(CheckBox,Out,"Current Value",bool,""); -BBTK_END_DESCRIBE_BLACK_BOX(CheckBox); -//===== -// 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 // __bbwtwtCheckBox_h_INCLUDED__ -#endif // _USE_WXWIDGETS_ -