X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWidgetBlackBox.h;h=045d8a5003fddd479ac345bcf44c68d47faf6fc8;hb=6ad7245d4cf6a38427aceed7e5cd1a6664bceec1;hp=20dc069fae3d79f174516989aea5db71bb3420d3;hpb=8c690fedb5ea897b6a69584e1e237cb5dbad97a5;p=bbtk.git diff --git a/kernel/src/bbtkWidgetBlackBox.h b/kernel/src/bbtkWidgetBlackBox.h index 20dc069..045d8a5 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: 2009/06/10 11:36:51 $ + Version: $Revision: 1.6 $ ========================================================================*/ @@ -58,7 +58,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 +97,6 @@ namespace bbtk bool bbIsOutputWidgetConnected(); //================================================================== - void bbSetShown(bool); bool bbIsShown(); //================================================================== @@ -111,7 +113,7 @@ namespace bbtk protected: - + void bbSetShown(bool); //================================================================== /// Convenient method for layout widgets which creates and returns