X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxColourSelector.cxx;h=adef9252657c25b4e6b494b9751e0e334e80bdce;hb=628ffd12c8c2b53346866015dae6603e37643be3;hp=e5c1a7891c1158774a2c97ad529dc92253b7a41a;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/packages/wx/src/bbwxColourSelector.cxx b/packages/wx/src/bbwxColourSelector.cxx index e5c1a78..adef925 100644 --- a/packages/wx/src/bbwxColourSelector.cxx +++ b/packages/wx/src/bbwxColourSelector.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbwxColourSelector.cxx,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:32 $ - Version: $Revision: 1.6 $ + Date: $Date: 2009/05/15 14:58:03 $ + Version: $Revision: 1.7 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -50,10 +50,22 @@ namespace bbwx BBTK_ADD_BLACK_BOX_TO_PACKAGE(wx,ColourSelector); BBTK_BLACK_BOX_IMPLEMENTATION(ColourSelector,bbtk::AtomicBlackBox); - void ColourSelector::bbUserConstructor() - { - } - + //----------------------------------------------------------------- + void ColourSelector::bbUserSetDefaultValues() + { + } + + //----------------------------------------------------------------- + void ColourSelector::bbUserInitializeProcessing() + { + } + + //----------------------------------------------------------------- + void ColourSelector::bbUserFinalizeProcessing() + { + } + + //----------------------------------------------------------------- void ColourSelector::Process() { bbtkDebugMessageInc("Core",9,"ColourSelector::Process() ["