X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWidgetBlackBox.h;h=7488fac0dab00341b24922c9433f068730fb7243;hb=6ac9074f717f22c4ffdc6a70d0704c1b1f8fe842;hp=20dc069fae3d79f174516989aea5db71bb3420d3;hpb=8c690fedb5ea897b6a69584e1e237cb5dbad97a5;p=bbtk.git diff --git a/kernel/src/bbtkWidgetBlackBox.h b/kernel/src/bbtkWidgetBlackBox.h index 20dc069..7488fac 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/05/28 08:12:06 $ - Version: $Revision: 1.4 $ + Date: $Date: 2010/01/14 13:17:27 $ + Version: $Revision: 1.7 $ ========================================================================*/ @@ -28,6 +28,7 @@ * The fact that you are presently reading this means that you have had * knowledge of the CeCILL-B license and that you accept its terms. * ------------------------------------------------------------------------ */ + /** * \brief Short description in one line * @@ -58,7 +59,10 @@ namespace bbtk /// widget black boxes for a specific GUI toolkit inherit with /// apropriate traits. /// Declares the common inputs / outputs and interface to all widget boxes + +//JCP 09JUIN2009 BBTK_EXPORT template + class /*BBTK_EXPORT*/ WidgetBlackBox : public bbtk::AtomicBlackBox { public: @@ -94,7 +98,6 @@ namespace bbtk bool bbIsOutputWidgetConnected(); //================================================================== - void bbSetShown(bool); bool bbIsShown(); //================================================================== @@ -111,7 +114,7 @@ namespace bbtk protected: - + void bbSetShown(bool); //================================================================== /// Convenient method for layout widgets which creates and returns