}
//=============================================================================
-void BLSURFPlugin_Hypothesis::SetUseDeprecatedPatchMesher( bool useDeprecatedPatchMesher )
+void BLSURFPlugin_Hypothesis::SetUseDeprecatedPatchMesher( bool /*useDeprecatedPatchMesher*/ )
{
// if ( GetUseDeprecatedPatchMesher() != useDeprecatedPatchMesher )
// {
*/
//================================================================================
-bool BLSURFPlugin_Hypothesis::SetParametersByMesh(const SMESH_Mesh* theMesh, const TopoDS_Shape& theShape) {
+bool BLSURFPlugin_Hypothesis::SetParametersByMesh(const SMESH_Mesh* /*theMesh*/, const TopoDS_Shape& /*theShape*/) {
return false;
}
void SetJacobianRectificationRespectGeometry( bool allowRectification );
bool GetJacobianRectificationRespectGeometry();
- void SetUseDeprecatedPatchMesher( bool useDeprecatedPatchMesher );
+ void SetUseDeprecatedPatchMesher( bool /*useDeprecatedPatchMesher*/ );
bool GetUseDeprecatedPatchMesher();
void SetJacobianRectification( bool allowRectification );
* \param theShape - the geometry of interest
* \retval bool - always false
*/
- virtual bool SetParametersByMesh(const SMESH_Mesh* theMesh, const TopoDS_Shape& theShape);
+ virtual bool SetParametersByMesh(const SMESH_Mesh* /*theMesh*/, const TopoDS_Shape& /*theShape*/);
/*!
* \brief Initialize my parameter values by default parameters.
}
QWidget *EnforcedTreeWidgetDelegate::createEditor(QWidget *parent,
- const QStyleOptionViewItem & option ,
+ const QStyleOptionViewItem & /*option*/ ,
const QModelIndex & index ) const
{
QModelIndex father = index.parent();
This method updates the tooltip of a modified item. The QLineEdit widgets content
is synchronized with the coordinates of the enforced vertex clicked in the tree widget.
*/
-void BLSURFPluginGUI_HypothesisCreator::updateEnforcedVertexValues(QTreeWidgetItem* item, int column) {
+void BLSURFPluginGUI_HypothesisCreator::updateEnforcedVertexValues(QTreeWidgetItem* item, int /*column*/) {
QVariant vertexName = item->data(ENF_VER_NAME_COLUMN, Qt::EditRole);
QVariant x = item->data(ENF_VER_X_COLUMN, Qt::EditRole);
QVariant y = item->data(ENF_VER_Y_COLUMN, Qt::EditRole);
// }
//}
-void BLSURFPluginGUI_HypothesisCreator::onPeriodicityTreeClicked(QTreeWidgetItem* item, int row)
+void BLSURFPluginGUI_HypothesisCreator::onPeriodicityTreeClicked(QTreeWidgetItem* item, int /*row*/)
{
QString shapeName, shapeEntry;
CORBA::Object_var shape;
myAdvWidget->AddOption( TBL_CUSTOM, NULL );
}
-void BLSURFPluginGUI_HypothesisCreator::onChangeOptionName( int row, int column )
+void BLSURFPluginGUI_HypothesisCreator::onChangeOptionName( int /*row*/, int /*column*/ )
{
// if ( column != OPTION_NAME_COLUMN )
// return;
public:
EnforcedTreeWidgetDelegate(QObject *parent = 0);
- QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option,
+ QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem & /*option*/,
const QModelIndex &index) const;
void setEditorData(QWidget *editor, const QModelIndex &index) const;