X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWidgetBlackBox.h;h=03601b1db8b76abea4d083c8e928b1f5941f7143;hb=8dd53a72bc1dd1ca2c6e2763c0aeb51c77ee352e;hp=deed3f707b09d000669ed33e50464ae90ef50729;hpb=038dbbd7dd8b34107ec932a34170a4625368eb25;p=bbtk.git diff --git a/kernel/src/bbtkWidgetBlackBox.h b/kernel/src/bbtkWidgetBlackBox.h index deed3f7..03601b1 100644 --- a/kernel/src/bbtkWidgetBlackBox.h +++ b/kernel/src/bbtkWidgetBlackBox.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkWidgetBlackBox.h,v $ Language: C++ - Date: $Date: 2009/04/08 07:56:11 $ - Version: $Revision: 1.1 $ + Date: $Date: 2009/05/14 14:43:34 $ + Version: $Revision: 1.3 $ ========================================================================*/ @@ -60,7 +60,7 @@ namespace bbtk /// apropriate traits. /// Declares the common inputs / outputs and interface to all widget boxes template - class BBTK_EXPORT WidgetBlackBox : public bbtk::AtomicBlackBox + class /*BBTK_EXPORT*/ WidgetBlackBox : public bbtk::AtomicBlackBox { public: // typedef WidgetTraits Traits; @@ -138,17 +138,6 @@ namespace bbtk protected: - //================================================================== - /// 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(); - //================================================================== - - - //================================================================== /// Convenient method for layout widgets which creates and returns @@ -213,7 +202,6 @@ namespace bbtk Window* bbmWindow; - void bbInitAttributes(); }; //=================================================================