X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkTranscriptor.cxx;h=9f73066f63de092df64f7ab711d4399837e2851f;hb=a280c10c9ba7730cd9105a91bf1a40e72503a6e3;hp=fb047d94b5f2d741b00a7a6bd12d9430c8174fcd;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/kernel/src/bbtkTranscriptor.cxx b/kernel/src/bbtkTranscriptor.cxx index fb047d9..9f73066 100644 --- a/kernel/src/bbtkTranscriptor.cxx +++ b/kernel/src/bbtkTranscriptor.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkTranscriptor.cxx,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:14 $ - Version: $Revision: 1.14 $ + Date: $Date: 2009/06/08 14:50:04 $ + Version: $Revision: 1.17 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -62,7 +62,7 @@ namespace bbtk mDialogMode(NoDialog) { //VirtualExec(); - bbtkDebugMessageInc("Kernel",9,"Transcriptor::Transcriptor()" <Reset( );" << std::endl; } + void Transcriptor::Clear() + { + m_Fp << " e->Clear( );" << std::endl; + } + void Transcriptor::SetWorkspaceName( const std::string& name ) { @@ -264,7 +269,7 @@ namespace bbtk } /// prints the list of the boxes of the current descriptor - void Transcriptor::PrintBoxes() + void Transcriptor::PrintHelpListBoxes() { m_Fp << " e->PrintBoxes( );" << std::endl; } @@ -296,7 +301,7 @@ namespace bbtk } -void Transcriptor::ShowRelations(const std::string &nameblackbox, const std::string &detailStr, const std::string &levelStr) +void Transcriptor::PrintHelpBlackBox(const std::string &nameblackbox, const std::string &detailStr, const std::string &levelStr) { }