]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBox.h
MACOS configure
[bbtk.git] / kernel / src / bbtkBlackBox.h
index a8299e4ea918d5b232b9ec766da5b2d1574d954e..c9a6395a033a423d30b7225506e294da47070a36 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/11 09:50:35 $
-  Version:   $Revision: 1.21 $
+  Date:      $Date: 2009/03/23 13:06:41 $
+  Version:   $Revision: 1.22 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -378,6 +378,26 @@ namespace bbtk
     IOStatus bbUpdateInputs();
     //==================================================================
 
+         
+         //==================================================================
+         /// Actual CreateWidget method (vitual)
+         /// Overloaded in AtomicBlacBox and descendants 
+         virtual void bbCreateWidget()
+         {
+               //  bbtkError("BlackBox::bbCreateWidget called : how can this happen ?");
+         }
+         //==================================================================
+         
+         //==================================================================
+         /// Actual ShowWidget method (vitual)
+         /// Overloaded in AtomicBlacBox and descendants 
+         virtual void bbShowWidget()
+         {
+               //  bbtkError("BlackBox::bbShowWidget called : how can this happen ?");
+         }
+         //==================================================================
+         
+                 
    //==================================================================
     /// Actual processing method (vitual)
     /// Overloaded in AtomicBlacBox and descendants 
@@ -450,7 +470,7 @@ namespace bbtk
     /// 2) Releases the box descriptor
     struct BBTK_EXPORT Deleter : public Object::Deleter
     { 
-      Deleter();
+               Deleter(); 
       void Delete(Object* p);
     };
     //==================================================================