From: Konstantin LEONTEV Date: Tue, 15 Nov 2022 06:13:49 +0000 (+0300) Subject: [bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environm... X-Git-Tag: V9_10_0b1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6726bb743206479045a59e1a4da373942165ab2d;p=plugins%2Fhexoticplugin.git [bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environment variable --- diff --git a/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx b/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx index 6ca2234..0801398 100644 --- a/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx @@ -348,7 +348,7 @@ void HexoticPluginGUI_HypothesisCreator::insertLocalSizeInWidget( std::string en double size, int row ) const { - MESSAGE("HexoticPluginGUI_HypothesisCreator:insertLocalSizeInWidget") + MESSAGE("HexoticPluginGUI_HypothesisCreator:insertLocalSizeInWidget"); int columnCount = mySmpWidget->tableWidget->columnCount(); // Add a row at the end of the table @@ -400,7 +400,7 @@ void HexoticPluginGUI_HypothesisCreator::onRemoveLocalSize() { std::string entry = mySmpWidget->tableWidget->item( row, ENTRY_COL )->text().toStdString(); mySizeMapsToRemove.push_back(entry); - MESSAGE("ADDING entry : "<tableWidget->model()->removeRows(it->topRow(), it->rowCount()); } @@ -481,7 +481,7 @@ void HexoticPluginGUI_HypothesisCreator::retrieveParams() const GEOM::GEOM_Object_var anObject = entryToObject( entry ); std::string shapeName = anObject->GetName(); - MESSAGE(" Insert local size, entry : "<SetSizeMapEntry( it->first.c_str(), it->second ); - MESSAGE("STORING Size map : entry "<first.c_str()<<" size : "<second) + MESSAGE("STORING Size map : entry "<first.c_str()<<" size : "<second); } std::vector< std::string >::const_iterator entry_it; for ( entry_it = mySizeMapsToRemove.begin(); entry_it!= mySizeMapsToRemove.end(); entry_it++ ) @@ -740,7 +740,7 @@ bool HexoticPluginGUI_HypothesisCreator::readSizeMapsFromWidgets( HexoticHypothe // Set the size maps h_data.mySizeMaps[ entry ] = size; - MESSAGE("READING Size map from WIDGET: entry "<