X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.cxx;h=ab6b1225ef40f6faa650d64637724d115d1468e0;hb=a280c10c9ba7730cd9105a91bf1a40e72503a6e3;hp=4fba9436ad38f520bd92adda727cbed642a514f2;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxDescriptor.cxx b/kernel/src/bbtkBlackBoxDescriptor.cxx index 4fba943..ab6b122 100644 --- a/kernel/src/bbtkBlackBoxDescriptor.cxx +++ b/kernel/src/bbtkBlackBoxDescriptor.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBoxDescriptor.cxx,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:12 $ - Version: $Revision: 1.19 $ + Date: $Date: 2009/05/28 08:12:05 $ + Version: $Revision: 1.21 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -45,6 +45,10 @@ namespace bbtk typedef Package::Pointer PackagePointer; +#define bbtkDMessage(key,level,mess) \ + bbtkMessage(key,level,"["< BlackBoxDescriptor::BlackBoxDescriptor()"< BlackBoxDescriptor()"< BlackBoxDescriptor::~BlackBoxDescriptor() [" - < ~BlackBoxDescriptor()" + <second; - bbtkDebugMessage("object",4, - "<== BlackBoxDescriptor::~BlackBoxDescriptor() [" - < Destructing BlackBoxDescriptor ["< Destructing BlackBoxDescriptor ["<second; } //========================================================================= @@ -198,16 +204,16 @@ namespace bbtk const BlackBoxDescriptor::OutputDescriptor* BlackBoxDescriptor::GetOutputDescriptor(const std::string & name) const { - bbtkDebugMessageInc("Kernel",9,"BlackBoxDescriptor::GetOutputDescriptor('" - <second; } //========================================================================= @@ -215,16 +221,17 @@ namespace bbtk //========================================================================= void BlackBoxDescriptor::GetHelp(bool full) const { - bbtkDebugMessageInc("Kernel",9,"BlackBoxDescriptor::GetHelp() ["<"<"<second->GetNature()); nature += "]"; nature.append(1+natlmax-nature.size(),' '); - bbtkMessage("Help",1, + bbtkMessage("help",1, " '"<second->GetDescription()<second->GetName()); @@ -281,16 +288,14 @@ namespace bbtk std::string nature(o->second->GetNature()); nature += "]"; nature.append(1+natlmax-nature.size(),' '); - bbtkMessage("Help",1, + bbtkMessage("help",1, " '"<second->GetDescription()<second->GetCreatorTypeInfo() == typeid(WxBlackBoxDescriptor)) { col = wxbbcol; iotype = 2; } +#endif std::string name(in->second->GetName()); Utilities::html_format(name); @@ -453,12 +461,14 @@ namespace bbtk col = ubbcol; iotype = 1; } +#ifdef USE_WXWIDGETS else if (o->second->GetCreatorTypeInfo() == typeid(WxBlackBoxDescriptor)) { col = wxbbcol; iotype = 2; } +#endif std::string name(o->second->GetName()); Utilities::html_format(name); @@ -494,7 +504,7 @@ namespace bbtk //------------ // End - bbtkDebugDecTab("Kernel",9); + } //=========================================================================