X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fqt%2Fsrc%2FbbqtOutputText.h;h=bef500b160adaa309349984cc9f7a50704f12900;hb=63d56e2f28b834d9e13f3757aaa23ab63b2b3dd6;hp=d61db3c713a185f56b7b96f940cbd8b2fb5668cd;hpb=82339d1dea2db3b2c99f18bbb963853f1d692455;p=bbtk.git diff --git a/packages/qt/src/bbqtOutputText.h b/packages/qt/src/bbqtOutputText.h index d61db3c..bef500b 100644 --- a/packages/qt/src/bbqtOutputText.h +++ b/packages/qt/src/bbqtOutputText.h @@ -13,14 +13,7 @@ class bbqt_EXPORT QOutputText public bbtk::QtBlackBox { BBTK_BLACK_BOX_INTERFACE(QOutputText,bbtk::QtBlackBox); -//================================================================== -/// User callback called in the box contructor -virtual void bbUserConstructor(); -/// User callback called in the box copy constructor -virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer); -/// User callback called in the box destructor -virtual void bbUserDestructor(); -//================================================================== + BBTK_DECLARE_INPUT(Title,std::string); BBTK_DECLARE_INPUT(In,std::string); BBTK_PROCESS(Process);