/* * * [BaseV_afficheParamConsole] * debug : show contents of configuration file in memory */ #include "Tools/Viewer/Bdd/include/BaseV.h" namespace morpheo{ namespace tools{ namespace viewer{ namespace bdd{ void BaseV::afficheParamConsole(){ string tab; int i; QList p; for(QList::iterator it=groups->begin();it!=groups->end();++it) { tab=" "; cout << "-------------- Group ------------------" << endl; if(it->getLevel()!=0) { for(i=0;igetLevel();i++) { tab.append(" "); } } cout <getName() <getLevel() <getParam(); for(QList::iterator it2=p.begin();it2!=p.end();++it2) { cout <getName() <getValue() <getGroup() <