2004-12-01 15:48:31 +05:00
|
|
|
// SMESH SMESHGUI : GUI for SMESH component
|
|
|
|
//
|
|
|
|
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
2005-06-07 19:22:20 +06:00
|
|
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
|
|
//
|
|
|
|
// This library is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU Lesser General Public
|
|
|
|
// License as published by the Free Software Foundation; either
|
|
|
|
// version 2.1 of the License.
|
|
|
|
//
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
// Lesser General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU Lesser General Public
|
|
|
|
// License along with this library; if not, write to the Free Software
|
|
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
//
|
|
|
|
// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
|
2004-12-01 15:48:31 +05:00
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// File : SMESHGUI_RotationDlg.cxx
|
|
|
|
// Author : Michael ZORIN
|
|
|
|
// Module : SMESH
|
2005-06-07 19:22:20 +06:00
|
|
|
// $Header:
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
#include "SMESHGUI_RotationDlg.h"
|
|
|
|
|
|
|
|
#include "SMESHGUI.h"
|
|
|
|
#include "SMESHGUI_SpinBox.h"
|
|
|
|
#include "SMESHGUI_Utils.h"
|
|
|
|
#include "SMESHGUI_VTKUtils.h"
|
|
|
|
#include "SMESHGUI_MeshUtils.h"
|
|
|
|
#include "SMESHGUI_IdValidator.h"
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
#include "SMESH_Actor.h"
|
|
|
|
#include "SMESH_TypeFilter.hxx"
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SMESH_LogicalFilter.hxx"
|
2004-12-01 15:48:31 +05:00
|
|
|
#include "SMDS_Mesh.hxx"
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SUIT_Desktop.h"
|
|
|
|
#include "SUIT_Session.h"
|
|
|
|
|
|
|
|
#include "SVTK_ViewModel.h"
|
|
|
|
#include "SVTK_ViewWindow.h"
|
|
|
|
#include "SVTK_Selector.h"
|
|
|
|
#include "SVTK_Selection.h"
|
|
|
|
#include "SALOME_ListIO.hxx"
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
#include "utilities.h"
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
// OCCT Includes
|
|
|
|
#include <TColStd_MapOfInteger.hxx>
|
|
|
|
#include <TColStd_IndexedMapOfInteger.hxx>
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
// QT Includes
|
|
|
|
#include <qapplication.h>
|
|
|
|
#include <qbuttongroup.h>
|
|
|
|
#include <qgroupbox.h>
|
|
|
|
#include <qlabel.h>
|
|
|
|
#include <qlineedit.h>
|
|
|
|
#include <qpushbutton.h>
|
|
|
|
#include <qradiobutton.h>
|
|
|
|
#include <qcheckbox.h>
|
|
|
|
#include <qlayout.h>
|
|
|
|
#include <qpixmap.h>
|
|
|
|
|
2005-01-20 11:25:54 +05:00
|
|
|
// IDL Headers
|
|
|
|
#include "SALOMEconfig.h"
|
|
|
|
#include CORBA_SERVER_HEADER(SMESH_Group)
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
using namespace std;
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// class : SMESHGUI_RotationDlg()
|
2005-06-07 19:22:20 +06:00
|
|
|
// purpose :
|
2004-12-01 15:48:31 +05:00
|
|
|
//=================================================================================
|
2005-06-07 19:22:20 +06:00
|
|
|
SMESHGUI_RotationDlg::SMESHGUI_RotationDlg( SMESHGUI* theModule, const char* name,
|
|
|
|
bool modal, WFlags fl)
|
|
|
|
: QDialog( SMESH::GetDesktop( theModule ), name, modal, WStyle_Customize | WStyle_NormalBorder |
|
|
|
|
WStyle_Title | WStyle_SysMenu | Qt::WDestructiveClose),
|
|
|
|
mySMESHGUI( theModule ),
|
2005-07-01 16:42:32 +06:00
|
|
|
mySelectionMgr( SMESH::GetSelectionMgr( theModule ) )
|
2004-12-01 15:48:31 +05:00
|
|
|
{
|
2005-06-08 16:45:19 +06:00
|
|
|
QPixmap image0 (SMESH::GetResourceMgr( mySMESHGUI )->loadPixmap("SMESH", tr("ICON_DLG_ROTATION")));
|
|
|
|
QPixmap image1 (SMESH::GetResourceMgr( mySMESHGUI )->loadPixmap("SMESH", tr("ICON_SELECT")));
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
if (!name)
|
|
|
|
setName("SMESHGUI_RotationDlg");
|
|
|
|
resize(303, 185);
|
|
|
|
setCaption(tr("SMESH_ROTATION_TITLE"));
|
|
|
|
setSizeGripEnabled(TRUE);
|
|
|
|
SMESHGUI_RotationDlgLayout = new QGridLayout(this);
|
|
|
|
SMESHGUI_RotationDlgLayout->setSpacing(6);
|
|
|
|
SMESHGUI_RotationDlgLayout->setMargin(11);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
/***************************************************************/
|
2005-06-07 19:22:20 +06:00
|
|
|
GroupConstructors = new QButtonGroup(this, "GroupConstructors");
|
|
|
|
GroupConstructors->setSizePolicy(QSizePolicy((QSizePolicy::SizeType)5,
|
|
|
|
(QSizePolicy::SizeType)0, 0, 0,
|
|
|
|
GroupConstructors->sizePolicy().hasHeightForWidth()));
|
|
|
|
GroupConstructors->setTitle(tr("SMESH_ROTATION"));
|
|
|
|
GroupConstructors->setExclusive(TRUE);
|
|
|
|
GroupConstructors->setColumnLayout(0, Qt::Vertical);
|
|
|
|
GroupConstructors->layout()->setSpacing(0);
|
|
|
|
GroupConstructors->layout()->setMargin(0);
|
|
|
|
GroupConstructorsLayout = new QGridLayout(GroupConstructors->layout());
|
|
|
|
GroupConstructorsLayout->setAlignment(Qt::AlignTop);
|
|
|
|
GroupConstructorsLayout->setSpacing(6);
|
|
|
|
GroupConstructorsLayout->setMargin(11);
|
|
|
|
RadioButton1= new QRadioButton(GroupConstructors, "RadioButton1");
|
|
|
|
RadioButton1->setText(tr("" ));
|
|
|
|
RadioButton1->setPixmap(image0);
|
|
|
|
RadioButton1->setSizePolicy(QSizePolicy((QSizePolicy::SizeType)1,
|
|
|
|
(QSizePolicy::SizeType)0,
|
|
|
|
RadioButton1->sizePolicy().hasHeightForWidth()));
|
|
|
|
RadioButton1->setMinimumSize(QSize(50, 0));
|
|
|
|
GroupConstructorsLayout->addWidget(RadioButton1, 0, 0);
|
|
|
|
QSpacerItem* spacer = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
GroupConstructorsLayout->addItem(spacer, 0, 1);
|
|
|
|
SMESHGUI_RotationDlgLayout->addWidget(GroupConstructors, 0, 0);
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
/***************************************************************/
|
2005-06-07 19:22:20 +06:00
|
|
|
GroupButtons = new QGroupBox(this, "GroupButtons");
|
|
|
|
GroupButtons->setSizePolicy(QSizePolicy((QSizePolicy::SizeType)7,
|
|
|
|
(QSizePolicy::SizeType)0, 0, 0,
|
|
|
|
GroupButtons->sizePolicy().hasHeightForWidth()));
|
|
|
|
GroupButtons->setGeometry(QRect(10, 10, 281, 48));
|
|
|
|
GroupButtons->setTitle(tr("" ));
|
|
|
|
GroupButtons->setColumnLayout(0, Qt::Vertical);
|
|
|
|
GroupButtons->layout()->setSpacing(0);
|
|
|
|
GroupButtons->layout()->setMargin(0);
|
|
|
|
GroupButtonsLayout = new QGridLayout(GroupButtons->layout());
|
|
|
|
GroupButtonsLayout->setAlignment(Qt::AlignTop);
|
|
|
|
GroupButtonsLayout->setSpacing(6);
|
|
|
|
GroupButtonsLayout->setMargin(11);
|
|
|
|
buttonCancel = new QPushButton(GroupButtons, "buttonCancel");
|
|
|
|
buttonCancel->setText(tr("SMESH_BUT_CLOSE"));
|
|
|
|
buttonCancel->setAutoDefault(TRUE);
|
|
|
|
GroupButtonsLayout->addWidget(buttonCancel, 0, 3);
|
|
|
|
buttonApply = new QPushButton(GroupButtons, "buttonApply");
|
|
|
|
buttonApply->setText(tr("SMESH_BUT_APPLY"));
|
|
|
|
buttonApply->setAutoDefault(TRUE);
|
|
|
|
GroupButtonsLayout->addWidget(buttonApply, 0, 1);
|
|
|
|
QSpacerItem* spacer_9 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
GroupButtonsLayout->addItem(spacer_9, 0, 2);
|
|
|
|
buttonOk = new QPushButton(GroupButtons, "buttonOk");
|
|
|
|
buttonOk->setText(tr("SMESH_BUT_OK"));
|
|
|
|
buttonOk->setAutoDefault(TRUE);
|
|
|
|
buttonOk->setDefault(TRUE);
|
|
|
|
GroupButtonsLayout->addWidget(buttonOk, 0, 0);
|
|
|
|
SMESHGUI_RotationDlgLayout->addWidget(GroupButtons, 2, 0);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
/***************************************************************/
|
2005-06-07 19:22:20 +06:00
|
|
|
GroupArguments = new QGroupBox(this, "GroupArguments");
|
|
|
|
GroupArguments->setTitle(tr("SMESH_ARGUMENTS"));
|
|
|
|
GroupArguments->setColumnLayout(0, Qt::Vertical);
|
|
|
|
GroupArguments->layout()->setSpacing(0);
|
|
|
|
GroupArguments->layout()->setMargin(0);
|
|
|
|
GroupArgumentsLayout = new QGridLayout(GroupArguments->layout());
|
|
|
|
GroupArgumentsLayout->setAlignment(Qt::AlignTop);
|
|
|
|
GroupArgumentsLayout->setSpacing(6);
|
|
|
|
GroupArgumentsLayout->setMargin(11);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
// Controls for elements selection
|
2005-06-07 19:22:20 +06:00
|
|
|
TextLabelElements = new QLabel(GroupArguments, "TextLabelElements");
|
|
|
|
TextLabelElements->setText(tr("SMESH_ID_ELEMENTS" ));
|
2004-12-01 15:48:31 +05:00
|
|
|
TextLabelElements->setFixedWidth(74);
|
2005-06-07 19:22:20 +06:00
|
|
|
GroupArgumentsLayout->addWidget(TextLabelElements, 0, 0);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
SelectElementsButton = new QPushButton(GroupArguments, "SelectElementsButton");
|
|
|
|
SelectElementsButton->setText(tr("" ));
|
|
|
|
SelectElementsButton->setPixmap(image1);
|
|
|
|
SelectElementsButton->setToggleButton(FALSE);
|
|
|
|
GroupArgumentsLayout->addWidget(SelectElementsButton, 0, 1);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
LineEditElements = new QLineEdit(GroupArguments, "LineEditElements");
|
|
|
|
LineEditElements->setValidator(new SMESHGUI_IdValidator(this, "validator"));
|
|
|
|
GroupArgumentsLayout->addWidget(LineEditElements, 0, 2);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
// Control for the whole mesh selection
|
2005-06-07 19:22:20 +06:00
|
|
|
CheckBoxMesh = new QCheckBox(GroupArguments, "CheckBoxMesh");
|
|
|
|
CheckBoxMesh->setText(tr("SMESH_SELECT_WHOLE_MESH" ));
|
|
|
|
GroupArgumentsLayout->addMultiCellWidget(CheckBoxMesh, 1, 1, 0, 2);
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
// Controls for axis defining
|
2005-06-07 19:22:20 +06:00
|
|
|
GroupAxis = new QGroupBox(GroupArguments, "GroupAxis");
|
|
|
|
GroupAxis->setTitle(tr("SMESH_AXIS"));
|
|
|
|
GroupAxis->setColumnLayout(0, Qt::Vertical);
|
|
|
|
GroupAxis->layout()->setSpacing(0);
|
|
|
|
GroupAxis->layout()->setMargin(0);
|
|
|
|
QGridLayout* GroupAxisLayout = new QGridLayout(GroupAxis->layout());
|
|
|
|
GroupAxisLayout->setAlignment(Qt::AlignTop);
|
|
|
|
GroupAxisLayout->setSpacing(6);
|
|
|
|
GroupAxisLayout->setMargin(11);
|
|
|
|
|
|
|
|
TextLabelPoint = new QLabel(GroupAxis, "TextLabelPoint");
|
|
|
|
TextLabelPoint->setText(tr("SMESH_POINT"));
|
|
|
|
GroupAxisLayout->addWidget(TextLabelPoint, 0, 0);
|
|
|
|
|
|
|
|
SelectPointButton = new QPushButton(GroupAxis, "SelectPointButton");
|
|
|
|
SelectPointButton->setPixmap(image1);
|
|
|
|
GroupAxisLayout->addWidget(SelectPointButton, 0, 1);
|
|
|
|
|
|
|
|
TextLabelX = new QLabel(GroupAxis, "TextLabelX");
|
|
|
|
TextLabelX->setText(tr("SMESH_X"));
|
|
|
|
GroupAxisLayout->addWidget(TextLabelX, 0, 2);
|
|
|
|
|
|
|
|
SpinBox_X = new SMESHGUI_SpinBox(GroupAxis, "SpinBox_X");
|
|
|
|
GroupAxisLayout->addWidget(SpinBox_X, 0, 3);
|
|
|
|
|
|
|
|
TextLabelY = new QLabel(GroupAxis, "TextLabelY");
|
|
|
|
TextLabelY->setText(tr("SMESH_Y"));
|
|
|
|
GroupAxisLayout->addWidget(TextLabelY, 0, 4);
|
|
|
|
|
|
|
|
SpinBox_Y = new SMESHGUI_SpinBox(GroupAxis, "SpinBox_Y");
|
|
|
|
GroupAxisLayout->addWidget(SpinBox_Y, 0, 5);
|
|
|
|
|
|
|
|
TextLabelZ = new QLabel(GroupAxis, "TextLabelZ");
|
|
|
|
TextLabelZ->setText(tr("SMESH_Z"));
|
|
|
|
GroupAxisLayout->addWidget(TextLabelZ, 0, 6);
|
|
|
|
|
|
|
|
SpinBox_Z = new SMESHGUI_SpinBox(GroupAxis, "SpinBox_Z");
|
|
|
|
GroupAxisLayout->addWidget(SpinBox_Z, 0, 7);
|
|
|
|
|
|
|
|
TextLabelVector = new QLabel(GroupAxis, "TextLabelVector");
|
|
|
|
TextLabelVector->setText(tr("SMESH_VECTOR"));
|
|
|
|
GroupAxisLayout->addWidget(TextLabelVector, 1, 0);
|
|
|
|
|
|
|
|
SelectVectorButton = new QPushButton(GroupAxis, "SelectVectorButton");
|
|
|
|
SelectVectorButton->setPixmap(image1);
|
|
|
|
GroupAxisLayout->addWidget(SelectVectorButton, 1, 1);
|
|
|
|
|
|
|
|
TextLabelDX = new QLabel(GroupAxis, "TextLabelDX");
|
|
|
|
TextLabelDX->setText(tr("SMESH_DX"));
|
|
|
|
GroupAxisLayout->addWidget(TextLabelDX, 1, 2);
|
|
|
|
|
|
|
|
SpinBox_DX = new SMESHGUI_SpinBox(GroupAxis, "SpinBox_DX");
|
|
|
|
GroupAxisLayout->addWidget(SpinBox_DX, 1, 3);
|
|
|
|
|
|
|
|
TextLabelDY = new QLabel(GroupAxis, "TextLabelDY");
|
|
|
|
TextLabelDY->setText(tr("SMESH_DY"));
|
|
|
|
GroupAxisLayout->addWidget(TextLabelDY, 1, 4);
|
|
|
|
|
|
|
|
SpinBox_DY = new SMESHGUI_SpinBox(GroupAxis, "SpinBox_DY");
|
|
|
|
GroupAxisLayout->addWidget(SpinBox_DY, 1, 5);
|
|
|
|
|
|
|
|
TextLabelDZ = new QLabel(GroupAxis, "TextLabelDZ");
|
|
|
|
TextLabelDZ->setText(tr("SMESH_DZ"));
|
|
|
|
GroupAxisLayout->addWidget(TextLabelDZ, 1, 6);
|
|
|
|
|
|
|
|
SpinBox_DZ = new SMESHGUI_SpinBox(GroupAxis, "SpinBox_DZ");
|
|
|
|
GroupAxisLayout->addWidget(SpinBox_DZ, 1, 7);
|
|
|
|
|
|
|
|
GroupArgumentsLayout->addMultiCellWidget(GroupAxis, 2, 2, 0, 2);
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
// Controls for angle defining
|
2005-06-07 19:22:20 +06:00
|
|
|
TextLabelAngle = new QLabel(GroupArguments, "TextLabelAngle");
|
|
|
|
TextLabelAngle->setText(tr("SMESH_ANGLE"));
|
|
|
|
GroupArgumentsLayout->addMultiCellWidget(TextLabelAngle, 3, 3, 0, 1);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
SpinBox_Angle = new SMESHGUI_SpinBox(GroupArguments, "SpinBox_Angle");
|
2005-06-07 19:22:20 +06:00
|
|
|
GroupArgumentsLayout->addWidget(SpinBox_Angle, 3, 2);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
// Controls for "Create a copy" option
|
2005-06-07 19:22:20 +06:00
|
|
|
CheckBoxCopy = new QCheckBox(GroupArguments, "CheckBoxCopy");
|
|
|
|
CheckBoxCopy->setText(tr("SMESH_CREATE_COPY"));
|
|
|
|
GroupArgumentsLayout->addMultiCellWidget(CheckBoxCopy, 4, 4, 0, 2);
|
|
|
|
|
|
|
|
SMESHGUI_RotationDlgLayout->addWidget(GroupArguments, 1, 0);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
/* Initialisations */
|
2005-06-07 19:22:20 +06:00
|
|
|
SpinBox_X->RangeStepAndValidator(-999999.999, +999999.999, 10.0, 3);
|
|
|
|
SpinBox_Y->RangeStepAndValidator(-999999.999, +999999.999, 10.0, 3);
|
|
|
|
SpinBox_Z->RangeStepAndValidator(-999999.999, +999999.999, 10.0, 3);
|
|
|
|
SpinBox_DX->RangeStepAndValidator(-999999.999, +999999.999, 10.0, 3);
|
|
|
|
SpinBox_DY->RangeStepAndValidator(-999999.999, +999999.999, 10.0, 3);
|
|
|
|
SpinBox_DZ->RangeStepAndValidator(-999999.999, +999999.999, 10.0, 3);
|
|
|
|
|
|
|
|
SpinBox_Angle->RangeStepAndValidator(-999999.999, +999999.999, 5.0, 3);
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
GroupArguments->show();
|
2005-06-07 19:22:20 +06:00
|
|
|
myConstructorId = 0;
|
|
|
|
RadioButton1->setChecked(TRUE);
|
|
|
|
|
2005-07-01 16:42:32 +06:00
|
|
|
mySelector = (SMESH::GetViewWindow( mySMESHGUI ))->GetSelector();
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
mySMESHGUI->SetActiveDialogBox((QDialog*)this);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
// Costruction of the logical filter
|
2005-06-07 19:22:20 +06:00
|
|
|
SMESH_TypeFilter* aMeshOrSubMeshFilter = new SMESH_TypeFilter (MESHorSUBMESH);
|
|
|
|
SMESH_TypeFilter* aSmeshGroupFilter = new SMESH_TypeFilter (GROUP);
|
|
|
|
|
|
|
|
QPtrList<SUIT_SelectionFilter> aListOfFilters;
|
|
|
|
if (aMeshOrSubMeshFilter) aListOfFilters.append(aMeshOrSubMeshFilter);
|
|
|
|
if (aSmeshGroupFilter) aListOfFilters.append(aSmeshGroupFilter);
|
|
|
|
|
|
|
|
myMeshOrSubMeshOrGroupFilter =
|
|
|
|
new SMESH_LogicalFilter (aListOfFilters, SMESH_LogicalFilter::LO_OR);
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
Init();
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
/* signals and slots connections */
|
2005-06-07 19:22:20 +06:00
|
|
|
connect(buttonOk, SIGNAL(clicked()), this, SLOT(ClickOnOk()));
|
|
|
|
connect(buttonCancel, SIGNAL(clicked()), this, SLOT(ClickOnCancel()));
|
|
|
|
connect(buttonApply, SIGNAL(clicked()), this, SLOT(ClickOnApply()));
|
|
|
|
connect(GroupConstructors, SIGNAL(clicked(int)), SLOT(ConstructorsClicked(int)));
|
|
|
|
|
|
|
|
connect(SelectElementsButton, SIGNAL (clicked()), this, SLOT(SetEditCurrentArgument()));
|
|
|
|
connect(SelectPointButton, SIGNAL (clicked()), this, SLOT(SetEditCurrentArgument()));
|
|
|
|
connect(SelectVectorButton, SIGNAL (clicked()), this, SLOT(SetEditCurrentArgument()));
|
|
|
|
|
|
|
|
connect(SpinBox_DX, SIGNAL(valueChanged(double)), this, SLOT(onVectorChanged()));
|
|
|
|
connect(SpinBox_DY, SIGNAL(valueChanged(double)), this, SLOT(onVectorChanged()));
|
|
|
|
connect(SpinBox_DZ, SIGNAL(valueChanged(double)), this, SLOT(onVectorChanged()));
|
|
|
|
|
|
|
|
connect(mySMESHGUI, SIGNAL (SignalDeactivateActiveDialog()), this, SLOT(DeactivateActiveDialog()));
|
|
|
|
connect(mySelectionMgr, SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
|
2004-12-01 15:48:31 +05:00
|
|
|
/* to close dialog if study change */
|
2005-06-07 19:22:20 +06:00
|
|
|
connect(mySMESHGUI, SIGNAL (SignalCloseAllDialogs()), this, SLOT(ClickOnCancel()));
|
|
|
|
connect(LineEditElements, SIGNAL(textChanged(const QString&)), SLOT(onTextChange(const QString&)));
|
|
|
|
connect(CheckBoxMesh, SIGNAL(toggled(bool)), SLOT(onSelectMesh(bool)));
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
/* Move widget on the botton right corner of main widget */
|
2005-06-07 19:22:20 +06:00
|
|
|
int x, y;
|
|
|
|
mySMESHGUI->DefineDlgPosition(this, x, y);
|
|
|
|
this->move(x, y);
|
|
|
|
this->show(); /* displays Dialog */
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
ConstructorsClicked(0);
|
2005-06-07 19:22:20 +06:00
|
|
|
resize(0,0); // ??
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ~SMESHGUI_RotationDlg()
|
|
|
|
// purpose : Destroys the object and frees any allocated resources
|
|
|
|
//=================================================================================
|
|
|
|
SMESHGUI_RotationDlg::~SMESHGUI_RotationDlg()
|
|
|
|
{
|
|
|
|
// no need to delete child widgets, Qt does it all for us
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : Init()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
2005-06-07 19:22:20 +06:00
|
|
|
void SMESHGUI_RotationDlg::Init (bool ResetControls)
|
2004-12-01 15:48:31 +05:00
|
|
|
{
|
|
|
|
myBusy = false;
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
myEditCurrentArgument = (QWidget*)LineEditElements;
|
|
|
|
LineEditElements->setFocus();
|
|
|
|
myElementsId = "";
|
2005-06-07 19:22:20 +06:00
|
|
|
myNbOkElements = 0;
|
|
|
|
|
|
|
|
buttonOk->setEnabled(false);
|
|
|
|
buttonApply->setEnabled(false);
|
|
|
|
|
|
|
|
myActor = 0;
|
2004-12-01 15:48:31 +05:00
|
|
|
myMesh = SMESH::SMESH_Mesh::_nil();
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
if (ResetControls) {
|
|
|
|
SpinBox_X->SetValue(0.0);
|
|
|
|
SpinBox_Y->SetValue(0.0);
|
|
|
|
SpinBox_Z->SetValue(0.0);
|
|
|
|
SpinBox_DX->SetValue(0.0);
|
|
|
|
SpinBox_DY->SetValue(0.0);
|
|
|
|
SpinBox_DZ->SetValue(0.0);
|
|
|
|
|
|
|
|
SpinBox_Angle->SetValue(45);
|
|
|
|
|
|
|
|
CheckBoxCopy->setChecked(false);
|
|
|
|
CheckBoxMesh->setChecked(false);
|
|
|
|
}
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
onSelectMesh(CheckBoxMesh->isChecked());
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ConstructorsClicked()
|
|
|
|
// purpose : Radio button management
|
|
|
|
//=================================================================================
|
2005-06-07 19:22:20 +06:00
|
|
|
void SMESHGUI_RotationDlg::ConstructorsClicked (int constructorId)
|
2004-12-01 15:48:31 +05:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ClickOnApply()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_RotationDlg::ClickOnApply()
|
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
if (mySMESHGUI->isActiveStudyLocked())
|
2004-12-01 15:48:31 +05:00
|
|
|
return;
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
if (myNbOkElements && IsAxisOk()) {
|
|
|
|
QStringList aListElementsId = QStringList::split(" ", myElementsId, false);
|
|
|
|
|
|
|
|
SMESH::long_array_var anElementsId = new SMESH::long_array;
|
|
|
|
|
|
|
|
anElementsId->length(aListElementsId.count());
|
|
|
|
for (int i = 0; i < aListElementsId.count(); i++)
|
|
|
|
anElementsId[i] = aListElementsId[i].toInt();
|
|
|
|
|
|
|
|
SMESH::AxisStruct anAxis;
|
|
|
|
|
|
|
|
anAxis.x = SpinBox_X->GetValue();
|
|
|
|
anAxis.y = SpinBox_Y->GetValue();
|
|
|
|
anAxis.z = SpinBox_Z->GetValue();;
|
|
|
|
anAxis.vx = SpinBox_DX->GetValue();
|
|
|
|
anAxis.vy = SpinBox_DY->GetValue();
|
|
|
|
anAxis.vz = SpinBox_DZ->GetValue();
|
|
|
|
|
|
|
|
double anAngle = (SpinBox_Angle->GetValue())*PI/180;
|
|
|
|
bool toCreateCopy = CheckBoxCopy->isChecked();
|
|
|
|
|
|
|
|
try {
|
|
|
|
SMESH::SMESH_MeshEditor_var aMeshEditor = myMesh->GetMeshEditor();
|
|
|
|
QApplication::setOverrideCursor(Qt::waitCursor);
|
|
|
|
aMeshEditor->Rotate(anElementsId.inout(), anAxis, anAngle, toCreateCopy);
|
|
|
|
QApplication::restoreOverrideCursor();
|
|
|
|
} catch (...) {
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
mySelectionMgr->clearSelected();
|
|
|
|
SMESH::UpdateView();
|
|
|
|
Init(false);
|
|
|
|
}
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ClickOnOk()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_RotationDlg::ClickOnOk()
|
|
|
|
{
|
|
|
|
ClickOnApply();
|
|
|
|
ClickOnCancel();
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ClickOnCancel()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_RotationDlg::ClickOnCancel()
|
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
disconnect(mySelectionMgr, 0, this, 0);
|
|
|
|
mySelectionMgr->clearFilters();
|
|
|
|
mySelectionMgr->clearSelected();
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESH::SetPointRepresentation(false);
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->SetSelectionMode(ActorSelection);
|
2005-06-07 19:22:20 +06:00
|
|
|
mySMESHGUI->ResetState();
|
|
|
|
reject();
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
//=======================================================================
|
2005-06-07 19:22:20 +06:00
|
|
|
// function : onTextChange()
|
|
|
|
// purpose :
|
2004-12-01 15:48:31 +05:00
|
|
|
//=======================================================================
|
2005-06-07 19:22:20 +06:00
|
|
|
void SMESHGUI_RotationDlg::onTextChange (const QString& theNewText)
|
2004-12-01 15:48:31 +05:00
|
|
|
{
|
|
|
|
QLineEdit* send = (QLineEdit*)sender();
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
if (myBusy) return;
|
2004-12-01 15:48:31 +05:00
|
|
|
myBusy = true;
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
if (send == LineEditElements)
|
|
|
|
myNbOkElements = 0;
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
buttonOk->setEnabled(false);
|
|
|
|
buttonApply->setEnabled(false);
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
// hilight entered elements
|
|
|
|
SMDS_Mesh* aMesh = 0;
|
2005-06-07 19:22:20 +06:00
|
|
|
if (myActor)
|
2004-12-01 15:48:31 +05:00
|
|
|
aMesh = myActor->GetObject()->GetMesh();
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
if (aMesh) {
|
2004-12-01 15:48:31 +05:00
|
|
|
if (send == LineEditElements) {
|
2005-06-24 18:24:06 +06:00
|
|
|
Handle(SALOME_InteractiveObject) anIO = myActor->getIO();
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
TColStd_MapOfInteger newIndices;
|
2005-06-24 18:24:06 +06:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
QStringList aListId = QStringList::split(" ", theNewText, false);
|
|
|
|
for (int i = 0; i < aListId.count(); i++) {
|
|
|
|
const SMDS_MeshElement * e = aMesh->FindElement(aListId[ i ].toInt());
|
2005-06-24 18:24:06 +06:00
|
|
|
if (e)
|
|
|
|
newIndices.Add(e->GetID());
|
|
|
|
myNbOkElements++;
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
2005-06-24 18:24:06 +06:00
|
|
|
mySelector->AddOrRemoveIndex( anIO, newIndices, false );
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->highlight( anIO, true, true );
|
2005-06-24 18:24:06 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
myElementsId = theNewText;
|
|
|
|
}
|
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
if (myNbOkElements && IsAxisOk()) {
|
|
|
|
buttonOk->setEnabled(true);
|
|
|
|
buttonApply->setEnabled(true);
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
myBusy = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : SelectionIntoArgument()
|
|
|
|
// purpose : Called when selection as changed or other case
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_RotationDlg::SelectionIntoArgument()
|
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
if (myBusy) return;
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
// clear
|
|
|
|
myActor = 0;
|
|
|
|
QString aString = "";
|
|
|
|
|
|
|
|
myBusy = true;
|
2005-06-07 19:22:20 +06:00
|
|
|
if (myEditCurrentArgument == (QWidget*)LineEditElements) {
|
|
|
|
LineEditElements->setText(aString);
|
|
|
|
myNbOkElements = 0;
|
|
|
|
buttonOk->setEnabled(false);
|
|
|
|
buttonApply->setEnabled(false);
|
|
|
|
}
|
2004-12-01 15:48:31 +05:00
|
|
|
myBusy = false;
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
if (!GroupButtons->isEnabled()) // inactive
|
2004-12-01 15:48:31 +05:00
|
|
|
return;
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
// get selected mesh
|
2005-06-07 19:22:20 +06:00
|
|
|
SALOME_ListIO aList;
|
|
|
|
mySelectionMgr->selectedObjects(aList,SVTK_Viewer::Type());
|
|
|
|
|
|
|
|
int nbSel = aList.Extent();
|
|
|
|
if (nbSel != 1)
|
2004-12-01 15:48:31 +05:00
|
|
|
return;
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
Handle(SALOME_InteractiveObject) IO = aList.First();
|
|
|
|
myMesh = SMESH::GetMeshByIO(IO);
|
|
|
|
if (myMesh->_is_nil())
|
2004-12-01 15:48:31 +05:00
|
|
|
return;
|
2004-12-17 16:07:35 +05:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
myActor = SMESH::FindActorByObject(myMesh);
|
2004-12-17 16:07:35 +05:00
|
|
|
if (!myActor)
|
|
|
|
myActor = SMESH::FindActorByEntry(IO->getEntry());
|
2004-12-01 15:48:31 +05:00
|
|
|
if (!myActor)
|
|
|
|
return;
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
int aNbUnits = 0;
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
if (myEditCurrentArgument == (QWidget*)LineEditElements) {
|
|
|
|
myElementsId = "";
|
|
|
|
|
|
|
|
if (CheckBoxMesh->isChecked()) {
|
|
|
|
SMESH::GetNameOfSelectedIObjects(mySelectionMgr, aString);
|
|
|
|
|
|
|
|
if (!SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(IO)->_is_nil()) { //MESH
|
|
|
|
// get IDs from mesh
|
|
|
|
SMDS_Mesh* aSMDSMesh = myActor->GetObject()->GetMesh();
|
|
|
|
if (!aSMDSMesh)
|
|
|
|
return;
|
|
|
|
|
|
|
|
for (int i = aSMDSMesh->MinElementID(); i <= aSMDSMesh->MaxElementID(); i++) {
|
|
|
|
const SMDS_MeshElement * e = aSMDSMesh->FindElement(i);
|
|
|
|
if (e) {
|
|
|
|
myElementsId += QString(" %1").arg(i);
|
|
|
|
aNbUnits++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else if (!SMESH::IObjectToInterface<SMESH::SMESH_subMesh>(IO)->_is_nil()) { //SUBMESH
|
|
|
|
// get submesh
|
|
|
|
SMESH::SMESH_subMesh_var aSubMesh = SMESH::IObjectToInterface<SMESH::SMESH_subMesh>(IO);
|
|
|
|
|
|
|
|
// get IDs from submesh
|
|
|
|
SMESH::long_array_var anElementsIds = new SMESH::long_array;
|
|
|
|
anElementsIds = aSubMesh->GetElementsId();
|
|
|
|
for (int i = 0; i < anElementsIds->length(); i++) {
|
|
|
|
myElementsId += QString(" %1").arg(anElementsIds[i]);
|
|
|
|
}
|
|
|
|
aNbUnits = anElementsIds->length();
|
|
|
|
} else { // GROUP
|
|
|
|
// get smesh group
|
|
|
|
SMESH::SMESH_GroupBase_var aGroup =
|
|
|
|
SMESH::IObjectToInterface<SMESH::SMESH_GroupBase>(IO);
|
|
|
|
if (aGroup->_is_nil())
|
|
|
|
return;
|
|
|
|
|
|
|
|
// get IDs from smesh group
|
|
|
|
SMESH::long_array_var anElementsIds = new SMESH::long_array;
|
|
|
|
anElementsIds = aGroup->GetListOfID();
|
|
|
|
for (int i = 0; i < anElementsIds->length(); i++) {
|
|
|
|
myElementsId += QString(" %1").arg(anElementsIds[i]);
|
|
|
|
}
|
|
|
|
aNbUnits = anElementsIds->length();
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
aNbUnits = SMESH::GetNameOfSelectedElements(mySelector, myActor->getIO(), aString);
|
|
|
|
myElementsId = aString;
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
if (aNbUnits < 1)
|
|
|
|
return;
|
|
|
|
|
|
|
|
myNbOkElements = true;
|
|
|
|
} else {
|
|
|
|
aNbUnits = SMESH::GetNameOfSelectedNodes(mySelector, myActor->getIO(), aString);
|
|
|
|
if (aNbUnits != 1)
|
|
|
|
return;
|
|
|
|
|
|
|
|
SMDS_Mesh* aMesh = myActor->GetObject()->GetMesh();
|
|
|
|
if (!aMesh)
|
|
|
|
return;
|
|
|
|
|
|
|
|
const SMDS_MeshNode * n = aMesh->FindNode(aString.toInt());
|
|
|
|
if (!n)
|
|
|
|
return;
|
|
|
|
|
|
|
|
double x = n->X();
|
|
|
|
double y = n->Y();
|
|
|
|
double z = n->Z();
|
|
|
|
|
|
|
|
if (myEditCurrentArgument == (QWidget*)SpinBox_X) {
|
|
|
|
SpinBox_X->SetValue(x);
|
|
|
|
SpinBox_Y->SetValue(y);
|
|
|
|
SpinBox_Z->SetValue(z);
|
|
|
|
} else if (myEditCurrentArgument == (QWidget*)SpinBox_DX) {
|
|
|
|
SpinBox_DX->SetValue(x - SpinBox_X->GetValue());
|
|
|
|
SpinBox_DY->SetValue(y - SpinBox_Y->GetValue());
|
|
|
|
SpinBox_DZ->SetValue(z - SpinBox_Z->GetValue());
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
myBusy = true;
|
|
|
|
if (myEditCurrentArgument == (QWidget*)LineEditElements)
|
2005-06-07 19:22:20 +06:00
|
|
|
LineEditElements->setText(aString);
|
2004-12-01 15:48:31 +05:00
|
|
|
myBusy = false;
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
// OK
|
2005-06-07 19:22:20 +06:00
|
|
|
if (myNbOkElements && IsAxisOk()) {
|
|
|
|
buttonOk->setEnabled(true);
|
|
|
|
buttonApply->setEnabled(true);
|
|
|
|
}
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : SetEditCurrentArgument()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_RotationDlg::SetEditCurrentArgument()
|
|
|
|
{
|
|
|
|
QPushButton* send = (QPushButton*)sender();
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
disconnect(mySelectionMgr, 0, this, 0);
|
|
|
|
mySelectionMgr->clearSelected();
|
|
|
|
mySelectionMgr->clearFilters();
|
|
|
|
|
|
|
|
switch (myConstructorId) {
|
|
|
|
case 0: /* default constructor */
|
2004-12-01 15:48:31 +05:00
|
|
|
{
|
2005-07-01 16:42:32 +06:00
|
|
|
SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI );
|
2005-06-07 19:22:20 +06:00
|
|
|
if (send == SelectElementsButton) {
|
|
|
|
myEditCurrentArgument = (QWidget*)LineEditElements;
|
|
|
|
SMESH::SetPointRepresentation(false);
|
|
|
|
if (CheckBoxMesh->isChecked()) {
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( aViewWindow )
|
|
|
|
aViewWindow->SetSelectionMode(ActorSelection);
|
2005-06-07 19:22:20 +06:00
|
|
|
mySelectionMgr->installFilter(myMeshOrSubMeshOrGroupFilter);
|
|
|
|
} else {
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( aViewWindow )
|
|
|
|
aViewWindow->SetSelectionMode( CellSelection );
|
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
} else if (send == SelectPointButton) {
|
|
|
|
myEditCurrentArgument = (QWidget*)SpinBox_X;
|
|
|
|
SMESH::SetPointRepresentation(true);
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( aViewWindow )
|
|
|
|
aViewWindow->SetSelectionMode( NodeSelection );
|
2005-06-07 19:22:20 +06:00
|
|
|
} else if (send == SelectVectorButton) {
|
|
|
|
myEditCurrentArgument = (QWidget*)SpinBox_DX;
|
|
|
|
SMESH::SetPointRepresentation(true);
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( aViewWindow )
|
|
|
|
aViewWindow->SetSelectionMode( NodeSelection );
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
break;
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
myEditCurrentArgument->setFocus();
|
2005-06-07 19:22:20 +06:00
|
|
|
connect(mySelectionMgr, SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
|
|
|
|
SelectionIntoArgument();
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : DeactivateActiveDialog()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_RotationDlg::DeactivateActiveDialog()
|
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
if (GroupConstructors->isEnabled()) {
|
|
|
|
GroupConstructors->setEnabled(false);
|
|
|
|
GroupArguments->setEnabled(false);
|
|
|
|
GroupButtons->setEnabled(false);
|
|
|
|
mySMESHGUI->ResetState();
|
|
|
|
mySMESHGUI->SetActiveDialogBox(0);
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ActivateThisDialog()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_RotationDlg::ActivateThisDialog()
|
|
|
|
{
|
|
|
|
/* Emit a signal to deactivate the active dialog */
|
2005-06-07 19:22:20 +06:00
|
|
|
mySMESHGUI->EmitSignalDeactivateDialog();
|
|
|
|
GroupConstructors->setEnabled(true);
|
|
|
|
GroupArguments->setEnabled(true);
|
|
|
|
GroupButtons->setEnabled(true);
|
|
|
|
|
|
|
|
mySMESHGUI->SetActiveDialogBox((QDialog*)this);
|
|
|
|
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->SetSelectionMode( CellSelection );
|
2004-12-01 15:48:31 +05:00
|
|
|
SelectionIntoArgument();
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : enterEvent()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
2005-06-07 19:22:20 +06:00
|
|
|
void SMESHGUI_RotationDlg::enterEvent (QEvent*)
|
2004-12-01 15:48:31 +05:00
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
if (!GroupConstructors->isEnabled())
|
|
|
|
ActivateThisDialog();
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : closeEvent()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
2005-06-07 19:22:20 +06:00
|
|
|
void SMESHGUI_RotationDlg::closeEvent (QCloseEvent*)
|
2004-12-01 15:48:31 +05:00
|
|
|
{
|
|
|
|
/* same than click on cancel button */
|
2005-06-07 19:22:20 +06:00
|
|
|
this->ClickOnCancel();
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
//=================================================================================
|
|
|
|
// function : hideEvent()
|
|
|
|
// purpose : caused by ESC key
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_RotationDlg::hideEvent (QHideEvent*)
|
2004-12-01 15:48:31 +05:00
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
if (!isMinimized())
|
2004-12-01 15:48:31 +05:00
|
|
|
ClickOnCancel();
|
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
//=================================================================================
|
|
|
|
// function : onSelectMesh()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_RotationDlg::onSelectMesh (bool toSelectMesh)
|
2004-12-01 15:48:31 +05:00
|
|
|
{
|
|
|
|
if (toSelectMesh)
|
2005-06-07 19:22:20 +06:00
|
|
|
TextLabelElements->setText(tr("SMESH_NAME"));
|
2004-12-01 15:48:31 +05:00
|
|
|
else
|
2005-06-07 19:22:20 +06:00
|
|
|
TextLabelElements->setText(tr("SMESH_ID_ELEMENTS"));
|
|
|
|
|
|
|
|
if (myEditCurrentArgument != LineEditElements) {
|
|
|
|
LineEditElements->clear();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
mySelectionMgr->clearFilters();
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESH::SetPointRepresentation(false);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
if (toSelectMesh) {
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->SetSelectionMode(ActorSelection);
|
2005-06-07 19:22:20 +06:00
|
|
|
mySelectionMgr->installFilter(myMeshOrSubMeshOrGroupFilter);
|
|
|
|
LineEditElements->setReadOnly(true);
|
|
|
|
} else {
|
2005-07-01 16:42:32 +06:00
|
|
|
if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
|
|
|
|
aViewWindow->SetSelectionMode( CellSelection );
|
2005-06-07 19:22:20 +06:00
|
|
|
LineEditElements->setReadOnly(false);
|
|
|
|
onTextChange(LineEditElements->text());
|
|
|
|
}
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
SelectionIntoArgument();
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : IsAxisOk()
|
2005-06-07 19:22:20 +06:00
|
|
|
// purpose :
|
2004-12-01 15:48:31 +05:00
|
|
|
//=================================================================================
|
|
|
|
bool SMESHGUI_RotationDlg::IsAxisOk()
|
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
return (SpinBox_DX->GetValue() != 0 ||
|
2004-12-01 15:48:31 +05:00
|
|
|
SpinBox_DY->GetValue() != 0 ||
|
2005-06-07 19:22:20 +06:00
|
|
|
SpinBox_DZ->GetValue() != 0);
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : onVectorChanged()
|
2005-06-07 19:22:20 +06:00
|
|
|
// purpose :
|
2004-12-01 15:48:31 +05:00
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_RotationDlg::onVectorChanged()
|
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
if (IsAxisOk()) {
|
|
|
|
buttonOk->setEnabled(true);
|
|
|
|
buttonApply->setEnabled(true);
|
|
|
|
} else {
|
|
|
|
buttonOk->setEnabled(false);
|
|
|
|
buttonApply->setEnabled(false);
|
|
|
|
}
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|