X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxFileSelector.cxx;h=8f1e78a5adaba03e45a507e2cfbdf3621e2870b9;hb=315c4b62d90c40f8cccd821a5ba961bf51367bb0;hp=d14b27409b759a2b3f52ac77c0f25f9f019b442b;hpb=1ae549c4a4dbe6ada4108062a9d99d0ff27d5fca;p=bbtk.git diff --git a/packages/wx/src/bbwxFileSelector.cxx b/packages/wx/src/bbwxFileSelector.cxx index d14b274..8f1e78a 100644 --- a/packages/wx/src/bbwxFileSelector.cxx +++ b/packages/wx/src/bbwxFileSelector.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbwxFileSelector.cxx,v $ Language: C++ - Date: $Date: 2009/03/11 13:34:58 $ - Version: $Revision: 1.6 $ + Date: $Date: 2009/05/15 14:58:03 $ + Version: $Revision: 1.7 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -48,11 +48,25 @@ namespace bbwx { BBTK_ADD_BLACK_BOX_TO_PACKAGE(wx,FileSelector); - - BBTK_BLACK_BOX_IMPLEMENTATION(FileSelector,bbtk::AtomicBlackBox); + //----------------------------------------------------------------- + void FileSelector::bbUserSetDefaultValues() + { + bbSetInputOpenSave("Open"); + } + + //----------------------------------------------------------------- + void FileSelector::bbUserInitializeProcessing() + { + } + + //----------------------------------------------------------------- + void FileSelector::bbUserFinalizeProcessing() + { + } + void FileSelector::Process() { bbtkDebugMessageInc("Core",9,"FileSelector::Process() [" @@ -101,11 +115,6 @@ namespace bbwx bbtkDebugDecTab("Core",9); } - - void FileSelector::bbUserConstructor() - { - bbSetInputOpenSave("Open"); - }