]> Creatis software - bbtk.git/blobdiff - packages/qt/src/bbqtLayoutLine.cxx
defaultBalues InitializeProcessing FinalizeProcessing
[bbtk.git] / packages / qt / src / bbqtLayoutLine.cxx
index 031fff96a5e58b7e25da250859d4c9149883fd8d..1919d15abe55cd8c9cf46f214cdb619704fe7f09 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbqtLayoutLine.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/04/08 08:35:59 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2009/05/14 16:21:19 $
+  Version:   $Revision: 1.2 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -48,7 +48,7 @@ namespace bbqt
   BBTK_ADD_BLACK_BOX_TO_PACKAGE(qt, LayoutLine);
   BBTK_BLACK_BOX_IMPLEMENTATION(LayoutLine,bbtk::QtBlackBox);
   
-  void LayoutLine::bbUserConstructor()
+  void LayoutLine::bbUserSetDefaultValues()
   {
     bbSetInputOrientation("VERTICAL");
     bbSetInputWidget1(NULL);
@@ -62,6 +62,15 @@ namespace bbqt
     bbSetInputWidget9(NULL);
   }
   
+       void LayoutLine::bbUserInitializeProcessing()
+       {
+       }
+
+       void LayoutLine::bbUserFinalizeProcessing()
+       {
+       }
+       
+       
   void LayoutLine::Process()
   {
   }