X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.cxx;fp=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.cxx;h=6a2c7bc67156f33f3625187d5761851bb241c2c9;hb=427d8c0ac838ab789a57b28f62a7f9ff243e7b60;hp=7427580fddc8c3384797132c343bb8e80e39db88;hpb=c2d2ccbc4bac635e5d0b802d9830efd94b060dab;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxDescriptor.cxx b/kernel/src/bbtkBlackBoxDescriptor.cxx index 7427580..6a2c7bc 100644 --- a/kernel/src/bbtkBlackBoxDescriptor.cxx +++ b/kernel/src/bbtkBlackBoxDescriptor.cxx @@ -45,6 +45,8 @@ #include "bbtkUtilities.h" #include "bbtkAtomicBlackBoxDescriptor.h" #include "bbtkWxBlackBox.h" +// JFGA 12/12/2014 Adding libraries for Wt +//#include "bbtkWtBlackBox.h" namespace bbtk { @@ -315,7 +317,9 @@ namespace bbtk return "::" + mTypeName; } //========================================================================= - + void BlackBoxDescriptor::GetBoxesInside (NodeTreeC& tree, int cont){ + + } //========================================================================= void BlackBoxDescriptor::InsertHtmlHelp ( std::ofstream& s, int detail, int level, @@ -379,7 +383,8 @@ namespace bbtk std::string usercol("#FFFFFF"); std::string ubbcol("#DDFFFF"); std::string wxbbcol("#EEFFFF"); - +// JFGA 12/12/2014 Adding new variable +// std::string wtbbcol("#CCFFFF"); // (s) << "

Inputs

\n"; (s) << "

\n";