2003-07-10 19:18:22 +06: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
|
2003-07-10 19:18:22 +06:00
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// File : SMESHGUI_NodesDlg.cxx
|
|
|
|
// Author : Nicolas REJNERI
|
|
|
|
// Module : SMESH
|
2003-05-19 20:07:00 +06:00
|
|
|
// $Header$
|
|
|
|
|
|
|
|
#include "SMESHGUI_NodesDlg.h"
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2003-05-19 20:07:00 +06:00
|
|
|
#include "SMESHGUI.h"
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SMESHGUI_SpinBox.h"
|
2004-12-01 15:48:31 +05:00
|
|
|
#include "SMESHGUI_Utils.h"
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SMESHGUI_VTKUtils.h"
|
2004-12-01 15:48:31 +05:00
|
|
|
#include "SMESHGUI_MeshUtils.h"
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SMESH_Actor.h"
|
2004-12-01 15:48:31 +05:00
|
|
|
#include "SMESH_ActorUtils.h"
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SMESH_ObjectDef.h"
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SMDS_Mesh.hxx"
|
|
|
|
#include "SMDS_MeshNode.hxx"
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SUIT_Session.h"
|
|
|
|
#include "SUIT_OverrideCursor.h"
|
|
|
|
#include "SUIT_ViewWindow.h"
|
|
|
|
#include "SUIT_ViewManager.h"
|
|
|
|
#include "SUIT_MessageBox.h"
|
2005-06-08 12:18:53 +06:00
|
|
|
#include "SUIT_Desktop.h"
|
2003-05-19 20:07:00 +06:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SalomeApp_Study.h"
|
2005-06-08 12:18:53 +06:00
|
|
|
#include "SalomeApp_SelectionMgr.h"
|
2003-05-19 20:07:00 +06:00
|
|
|
|
2005-06-08 12:18:53 +06:00
|
|
|
#include "SVTK_Selector.h"
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SVTK_ViewWindow.h"
|
2005-01-20 11:25:54 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SALOME_Actor.h"
|
|
|
|
#include "SALOME_ListIO.hxx"
|
|
|
|
|
|
|
|
#include "utilities.h"
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
// VTK Includes
|
2004-12-01 15:48:31 +05:00
|
|
|
#include <vtkCell.h>
|
2003-05-19 20:07:00 +06:00
|
|
|
#include <vtkIdList.h>
|
2004-12-01 15:48:31 +05:00
|
|
|
#include <vtkIntArray.h>
|
|
|
|
#include <vtkCellArray.h>
|
|
|
|
#include <vtkUnsignedCharArray.h>
|
|
|
|
#include <vtkUnstructuredGrid.h>
|
|
|
|
#include <vtkDataSetMapper.h>
|
|
|
|
#include <vtkActorCollection.h>
|
|
|
|
#include <vtkRenderer.h>
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
// QT Includes
|
|
|
|
#include <qbuttongroup.h>
|
|
|
|
#include <qframe.h>
|
|
|
|
#include <qgroupbox.h>
|
|
|
|
#include <qlabel.h>
|
|
|
|
#include <qlineedit.h>
|
|
|
|
#include <qpushbutton.h>
|
|
|
|
#include <qradiobutton.h>
|
|
|
|
#include <qlayout.h>
|
|
|
|
#include <qvariant.h>
|
|
|
|
#include <qtooltip.h>
|
|
|
|
#include <qwhatsthis.h>
|
|
|
|
#include <qimage.h>
|
|
|
|
#include <qpixmap.h>
|
|
|
|
#include <qvalidator.h>
|
|
|
|
#include <qevent.h>
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
using namespace std;
|
|
|
|
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
namespace SMESH {
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
void AddNode (SMESH::SMESH_Mesh_ptr theMesh, float x, float y, float z)
|
|
|
|
{
|
|
|
|
SUIT_OverrideCursor wc;
|
|
|
|
try {
|
|
|
|
_PTR(SObject) aSobj = SMESH::FindSObject(theMesh);
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESH::SMESH_MeshEditor_var aMeshEditor = theMesh->GetMeshEditor();
|
|
|
|
aMeshEditor->AddNode(x,y,z);
|
2005-06-07 19:22:20 +06:00
|
|
|
_PTR(Study) aStudy = GetActiveStudyDocument();
|
2004-12-01 15:48:31 +05:00
|
|
|
CORBA::Long anId = aStudy->StudyId();
|
2005-06-07 19:22:20 +06:00
|
|
|
if (TVisualObjPtr aVisualObj = SMESH::GetVisualObj(anId, aSobj->GetID().c_str())) {
|
2004-12-01 15:48:31 +05:00
|
|
|
aVisualObj->Update(true);
|
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
} catch (SALOME::SALOME_Exception& exc) {
|
|
|
|
INFOS("Follow exception was cought:\n\t" << exc.details.text);
|
|
|
|
} catch (const std::exception& exc) {
|
|
|
|
INFOS("Follow exception was cought:\n\t" << exc.what());
|
|
|
|
} catch (...) {
|
2004-12-01 15:48:31 +05:00
|
|
|
INFOS("Unknown exception was cought !!!");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
class TNodeSimulation {
|
2005-06-08 12:18:53 +06:00
|
|
|
SVTK_ViewWindow* myViewWindow;
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
SALOME_Actor *myPreviewActor;
|
|
|
|
vtkDataSetMapper* myMapper;
|
|
|
|
vtkPoints* myPoints;
|
|
|
|
|
|
|
|
public:
|
2005-06-08 12:18:53 +06:00
|
|
|
TNodeSimulation(SVTK_ViewWindow* theViewWindow):
|
|
|
|
myViewWindow(theViewWindow)
|
2004-12-01 15:48:31 +05:00
|
|
|
{
|
|
|
|
vtkUnstructuredGrid* aGrid = vtkUnstructuredGrid::New();
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
// Create points
|
|
|
|
myPoints = vtkPoints::New();
|
2005-06-07 19:22:20 +06:00
|
|
|
myPoints->SetNumberOfPoints(1);
|
2004-12-01 15:48:31 +05:00
|
|
|
myPoints->SetPoint(0,0.0,0.0,0.0);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
// Create cells
|
|
|
|
vtkIdList *anIdList = vtkIdList::New();
|
2005-06-07 19:22:20 +06:00
|
|
|
anIdList->SetNumberOfIds(1);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
vtkCellArray *aCells = vtkCellArray::New();
|
2005-06-07 19:22:20 +06:00
|
|
|
aCells->Allocate(2, 0);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
vtkUnsignedCharArray* aCellTypesArray = vtkUnsignedCharArray::New();
|
2005-06-07 19:22:20 +06:00
|
|
|
aCellTypesArray->SetNumberOfComponents(1);
|
|
|
|
aCellTypesArray->Allocate(1);
|
|
|
|
|
|
|
|
anIdList->SetId(0, 0);
|
|
|
|
aCells->InsertNextCell(anIdList);
|
|
|
|
aCellTypesArray->InsertNextValue(VTK_VERTEX);
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
vtkIntArray* aCellLocationsArray = vtkIntArray::New();
|
2005-06-07 19:22:20 +06:00
|
|
|
aCellLocationsArray->SetNumberOfComponents(1);
|
|
|
|
aCellLocationsArray->SetNumberOfTuples(1);
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
aCells->InitTraversal();
|
|
|
|
vtkIdType npts;
|
2005-06-07 19:22:20 +06:00
|
|
|
aCellLocationsArray->SetValue(0, aCells->GetTraversalLocation(npts));
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
aGrid->SetCells(aCellTypesArray, aCellLocationsArray, aCells);
|
|
|
|
|
|
|
|
aGrid->SetPoints(myPoints);
|
|
|
|
aGrid->SetCells(aCellTypesArray, aCellLocationsArray,aCells);
|
2004-12-01 15:48:31 +05:00
|
|
|
aCellLocationsArray->Delete();
|
|
|
|
aCellTypesArray->Delete();
|
|
|
|
aCells->Delete();
|
2005-06-07 19:22:20 +06:00
|
|
|
anIdList->Delete();
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
// Create and display actor
|
|
|
|
myMapper = vtkDataSetMapper::New();
|
2005-06-07 19:22:20 +06:00
|
|
|
myMapper->SetInput(aGrid);
|
2004-12-01 15:48:31 +05:00
|
|
|
aGrid->Delete();
|
|
|
|
|
|
|
|
myPreviewActor = SALOME_Actor::New();
|
|
|
|
myPreviewActor->SetInfinitive(true);
|
|
|
|
myPreviewActor->VisibilityOff();
|
|
|
|
myPreviewActor->PickableOff();
|
2005-06-07 19:22:20 +06:00
|
|
|
myPreviewActor->SetMapper(myMapper);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
vtkProperty* aProp = vtkProperty::New();
|
|
|
|
aProp->SetRepresentationToPoints();
|
|
|
|
|
|
|
|
float anRGB[3];
|
|
|
|
anRGB[0] = GetFloat("SMESH:SettingsNodeColorRed",0)/255.;
|
|
|
|
anRGB[1] = GetFloat("SMESH:SettingsNodeColorGreen",255)/255.;
|
|
|
|
anRGB[2] = GetFloat("SMESH:SettingsNodeColorBlue",0)/255.;
|
|
|
|
aProp->SetColor(anRGB[0],anRGB[1],anRGB[2]);
|
|
|
|
|
|
|
|
float aPointSize = GetFloat("SMESH:SettingsNodesSize",3);
|
|
|
|
aProp->SetPointSize(aPointSize);
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
myPreviewActor->SetProperty(aProp);
|
2004-12-01 15:48:31 +05:00
|
|
|
aProp->Delete();
|
|
|
|
|
2005-06-08 12:18:53 +06:00
|
|
|
myViewWindow->AddActor(myPreviewActor);
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
void SetPosition (float x, float y, float z)
|
|
|
|
{
|
2004-12-01 15:48:31 +05:00
|
|
|
myPoints->SetPoint(0,x,y,z);
|
|
|
|
myPoints->Modified();
|
|
|
|
SetVisibility(true);
|
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
void SetVisibility (bool theVisibility)
|
|
|
|
{
|
2004-12-01 15:48:31 +05:00
|
|
|
myPreviewActor->SetVisibility(theVisibility);
|
|
|
|
RepaintCurrentView();
|
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
~TNodeSimulation()
|
|
|
|
{
|
2005-06-08 12:18:53 +06:00
|
|
|
myViewWindow->RemoveActor(myPreviewActor);
|
2004-12-01 15:48:31 +05:00
|
|
|
myPreviewActor->Delete();
|
|
|
|
|
|
|
|
myMapper->RemoveAllInputs();
|
|
|
|
myMapper->Delete();
|
|
|
|
|
|
|
|
myPoints->Delete();
|
|
|
|
}
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
2003-05-19 20:07:00 +06:00
|
|
|
//=================================================================================
|
|
|
|
// class : SMESHGUI_NodesDlg()
|
2005-06-07 19:22:20 +06:00
|
|
|
// purpose :
|
2003-05-19 20:07:00 +06:00
|
|
|
//=================================================================================
|
2005-06-08 12:18:53 +06:00
|
|
|
SMESHGUI_NodesDlg::SMESHGUI_NodesDlg (SMESHGUI* theModule,
|
2003-05-19 20:07:00 +06:00
|
|
|
const char* name,
|
|
|
|
bool modal,
|
2005-06-08 12:18:53 +06:00
|
|
|
WFlags fl):
|
|
|
|
QDialog(SMESH::GetDesktop(theModule),
|
|
|
|
name,
|
|
|
|
modal,
|
|
|
|
WStyle_Customize | WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu | Qt::WDestructiveClose),
|
|
|
|
mySelector(SMESH::GetViewWindow(theModule)->GetSelector()),
|
|
|
|
mySelectionMgr(SMESH::GetSelectionMgr(theModule)),
|
|
|
|
myViewWindow(SMESH::GetViewWindow(theModule)),
|
|
|
|
mySMESHGUI(theModule)
|
2003-05-19 20:07:00 +06:00
|
|
|
{
|
2005-06-08 12:18:53 +06:00
|
|
|
mySimulation = new SMESH::TNodeSimulation(myViewWindow);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
QPixmap image0 (SMESHGUI::resourceMgr()->loadPixmap("SMESH", tr("ICON_DLG_NODE")));
|
|
|
|
if (!name)
|
|
|
|
setName("SMESHGUI_NodesDlg");
|
|
|
|
resize(303, 185);
|
|
|
|
setCaption(tr("MESH_NODE_TITLE"));
|
|
|
|
setSizeGripEnabled(TRUE);
|
|
|
|
SMESHGUI_NodesDlgLayout = new QGridLayout(this);
|
|
|
|
SMESHGUI_NodesDlgLayout->setSpacing(6);
|
|
|
|
SMESHGUI_NodesDlgLayout->setMargin(11);
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
/***************************************************************/
|
2005-06-07 19:22:20 +06:00
|
|
|
GroupButtons = new QGroupBox(this, "GroupButtons");
|
|
|
|
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_NodesDlgLayout->addWidget(GroupButtons, 2, 0);
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
/***************************************************************/
|
2005-06-07 19:22:20 +06:00
|
|
|
GroupConstructors = new QButtonGroup(this, "GroupConstructors");
|
|
|
|
GroupConstructors->setTitle(tr("MESH_NODE" ));
|
|
|
|
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);
|
|
|
|
Constructor1 = new QRadioButton(GroupConstructors, "Constructor1");
|
|
|
|
Constructor1->setText(tr("" ));
|
|
|
|
Constructor1->setPixmap(image0);
|
|
|
|
Constructor1->setChecked(TRUE);
|
|
|
|
GroupConstructorsLayout->addWidget(Constructor1, 0, 0);
|
|
|
|
QSpacerItem* spacer_2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
GroupConstructorsLayout->addItem(spacer_2, 0, 1);
|
|
|
|
SMESHGUI_NodesDlgLayout->addWidget(GroupConstructors, 0, 0);
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
/***************************************************************/
|
2005-06-07 19:22:20 +06:00
|
|
|
GroupCoordinates = new QGroupBox(this, "GroupCoordinates");
|
|
|
|
GroupCoordinates->setTitle(tr("SMESH_COORDINATES" ));
|
|
|
|
GroupCoordinates->setColumnLayout(0, Qt::Vertical);
|
|
|
|
GroupCoordinates->layout()->setSpacing(0);
|
|
|
|
GroupCoordinates->layout()->setMargin(0);
|
|
|
|
GroupCoordinatesLayout = new QGridLayout(GroupCoordinates->layout());
|
|
|
|
GroupCoordinatesLayout->setAlignment(Qt::AlignTop);
|
|
|
|
GroupCoordinatesLayout->setSpacing(6);
|
|
|
|
GroupCoordinatesLayout->setMargin(11);
|
|
|
|
TextLabel_X = new QLabel(GroupCoordinates, "TextLabel_X");
|
|
|
|
TextLabel_X->setText(tr("SMESH_X" ));
|
|
|
|
GroupCoordinatesLayout->addWidget(TextLabel_X, 0, 0);
|
|
|
|
TextLabel_Y = new QLabel(GroupCoordinates, "TextLabel_Y");
|
|
|
|
TextLabel_Y->setText(tr("SMESH_Y" ));
|
|
|
|
GroupCoordinatesLayout->addWidget(TextLabel_Y, 0, 2);
|
|
|
|
|
|
|
|
TextLabel_Z = new QLabel(GroupCoordinates, "TextLabel_Z");
|
|
|
|
TextLabel_Z->setText(tr("SMESH_Z" ));
|
|
|
|
GroupCoordinatesLayout->addWidget(TextLabel_Z, 0, 4);
|
|
|
|
|
|
|
|
SpinBox_X = new SMESHGUI_SpinBox(GroupCoordinates, "SpinBox_X");
|
|
|
|
GroupCoordinatesLayout->addWidget(SpinBox_X, 0, 1);
|
|
|
|
|
|
|
|
SpinBox_Y = new SMESHGUI_SpinBox(GroupCoordinates, "SpinBox_Y");
|
|
|
|
GroupCoordinatesLayout->addWidget(SpinBox_Y, 0, 3);
|
|
|
|
|
|
|
|
SpinBox_Z = new SMESHGUI_SpinBox(GroupCoordinates, "SpinBox_Z");
|
|
|
|
GroupCoordinatesLayout->addWidget(SpinBox_Z, 0, 5);
|
|
|
|
|
|
|
|
SMESHGUI_NodesDlgLayout->addWidget(GroupCoordinates, 1, 0);
|
|
|
|
|
2003-05-19 20:07:00 +06:00
|
|
|
/* Initialisation and display */
|
2005-06-08 12:18:53 +06:00
|
|
|
Init();
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
//=======================================================================
|
|
|
|
// function : ~SMESHGUI_NodesDlg()
|
|
|
|
// purpose : Destructor
|
|
|
|
//=======================================================================
|
|
|
|
SMESHGUI_NodesDlg::~SMESHGUI_NodesDlg()
|
2004-12-01 15:48:31 +05:00
|
|
|
{
|
|
|
|
delete mySimulation;
|
|
|
|
}
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : Init()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
2005-06-08 12:18:53 +06:00
|
|
|
void SMESHGUI_NodesDlg::Init ()
|
2003-05-19 20:07:00 +06:00
|
|
|
{
|
|
|
|
/* Get setting of step value from file configuration */
|
2005-06-07 19:22:20 +06:00
|
|
|
double step;
|
|
|
|
// QString St = SUIT_CONFIG->getSetting("xxxxxxxxxxxxx"); TODO
|
|
|
|
// step = St.toDouble(); TODO
|
|
|
|
step = 25.0;
|
|
|
|
|
2003-05-19 20:07:00 +06:00
|
|
|
/* min, max, step and decimals for spin boxes */
|
2005-06-07 19:22:20 +06:00
|
|
|
SpinBox_X->RangeStepAndValidator(-999.999, +999.999, step, 3);
|
|
|
|
SpinBox_Y->RangeStepAndValidator(-999.999, +999.999, step, 3);
|
|
|
|
SpinBox_Z->RangeStepAndValidator(-999.999, +999.999, step, 3);
|
|
|
|
SpinBox_X->SetValue(0.0);
|
|
|
|
SpinBox_Y->SetValue(0.0);
|
|
|
|
SpinBox_Z->SetValue(0.0);
|
|
|
|
|
2005-06-08 12:18:53 +06:00
|
|
|
mySMESHGUI->SetActiveDialogBox((QDialog*)this);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2003-05-19 20:07:00 +06: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(SpinBox_X, SIGNAL (valueChanged(double)), SLOT(ValueChangedInSpinBox(double)));
|
|
|
|
connect(SpinBox_Y, SIGNAL (valueChanged(double)), SLOT(ValueChangedInSpinBox(double)));
|
|
|
|
connect(SpinBox_Z, SIGNAL (valueChanged(double)), SLOT(ValueChangedInSpinBox(double)));
|
|
|
|
|
|
|
|
connect(mySelectionMgr, SIGNAL(currentSelectionChanged()), SLOT(SelectionIntoArgument()));
|
2005-06-08 12:18:53 +06:00
|
|
|
connect(mySMESHGUI, SIGNAL (SignalDeactivateActiveDialog()), SLOT(DeactivateActiveDialog()));
|
2004-12-01 15:48:31 +05:00
|
|
|
/* to close dialog if study frame change */
|
2005-06-08 12:18:53 +06:00
|
|
|
connect(mySMESHGUI, SIGNAL (SignalStudyFrameChanged()), SLOT(ClickOnCancel()));
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2003-05-19 20:07:00 +06:00
|
|
|
/* Move widget on the botton right corner of main widget */
|
2005-06-07 19:22:20 +06:00
|
|
|
int x, y;
|
2005-06-08 12:18:53 +06:00
|
|
|
mySMESHGUI->DefineDlgPosition(this, x, y);
|
2005-06-07 19:22:20 +06:00
|
|
|
this->move(x, y);
|
|
|
|
this->show();
|
2003-05-19 20:07:00 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
// set selection mode
|
|
|
|
SMESH::SetPointRepresentation(true);
|
2005-06-08 12:18:53 +06:00
|
|
|
myViewWindow->SetSelectionMode(NodeSelection);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2003-05-19 20:07:00 +06:00
|
|
|
SelectionIntoArgument();
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ValueChangedInSpinBox()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
2005-06-07 19:22:20 +06:00
|
|
|
void SMESHGUI_NodesDlg::ValueChangedInSpinBox (double newValue)
|
2003-05-19 20:07:00 +06:00
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
if (!myMesh->_is_nil()) {
|
|
|
|
double vx = SpinBox_X->GetValue();
|
|
|
|
double vy = SpinBox_Y->GetValue();
|
|
|
|
double vz = SpinBox_Z->GetValue();
|
2003-05-19 20:07:00 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
mySimulation->SetPosition(vx,vy,vz);
|
|
|
|
}
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ClickOnOk()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_NodesDlg::ClickOnOk()
|
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
if (ClickOnApply())
|
|
|
|
ClickOnCancel();
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
//=================================================================================
|
2003-05-19 20:07:00 +06:00
|
|
|
// function : ClickOnApply()
|
|
|
|
// purpose :
|
2005-06-07 19:22:20 +06:00
|
|
|
//=================================================================================
|
2004-12-01 15:48:31 +05:00
|
|
|
bool SMESHGUI_NodesDlg::ClickOnApply()
|
2003-05-19 20:07:00 +06:00
|
|
|
{
|
2005-06-08 12:18:53 +06:00
|
|
|
if (mySMESHGUI->isActiveStudyLocked())
|
2004-12-01 15:48:31 +05:00
|
|
|
return false;
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
if (myMesh->_is_nil()) {
|
|
|
|
SUIT_MessageBox::warn1(SMESHGUI::desktop(), tr("SMESH_WRN_WARNING"),
|
|
|
|
tr("MESH_IS_NOT_SELECTED"), tr("SMESH_BUT_OK"));
|
2004-12-01 15:48:31 +05:00
|
|
|
return false;
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
/* Recup args and call method */
|
2005-06-07 19:22:20 +06:00
|
|
|
double x = SpinBox_X->GetValue();
|
|
|
|
double y = SpinBox_Y->GetValue();
|
|
|
|
double z = SpinBox_Z->GetValue();
|
2004-12-01 15:48:31 +05:00
|
|
|
mySimulation->SetVisibility(false);
|
2005-06-07 19:22:20 +06:00
|
|
|
SMESH::AddNode(myMesh,x,y,z);
|
2004-12-01 15:48:31 +05:00
|
|
|
SMESH::SetPointRepresentation(true);
|
|
|
|
|
|
|
|
// select myMesh
|
2005-06-07 19:22:20 +06:00
|
|
|
SALOME_ListIO aList;
|
|
|
|
mySelectionMgr->selectedObjects(aList);
|
|
|
|
if (aList.Extent() != 1) {
|
|
|
|
if (SVTK_ViewWindow* aViewWindow = SMESH::GetCurrentVtkView()) {
|
|
|
|
vtkActorCollection *aCollection = aViewWindow->getRenderer()->GetActors();
|
2004-12-01 15:48:31 +05:00
|
|
|
aCollection->InitTraversal();
|
2005-06-07 19:22:20 +06:00
|
|
|
while (vtkActor *anAct = aCollection->GetNextActor()) {
|
|
|
|
if (SMESH_Actor *anActor = dynamic_cast<SMESH_Actor*>(anAct)) {
|
|
|
|
if (anActor->hasIO()) {
|
|
|
|
if (SMESH_MeshObj *aMeshObj = dynamic_cast<SMESH_MeshObj*>(anActor->GetObject().get())) {
|
|
|
|
if (myMesh->_is_equivalent(aMeshObj->GetMeshServer())) {
|
|
|
|
aList.Clear();
|
|
|
|
aList.Append(anActor->getIO());
|
|
|
|
mySelectionMgr->setSelectedObjects(aList, false);
|
2004-12-01 15:48:31 +05:00
|
|
|
break;
|
|
|
|
}
|
2005-06-07 19:22:20 +06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
}
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|
2004-12-01 15:48:31 +05:00
|
|
|
return true;
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
//=================================================================================
|
2003-05-19 20:07:00 +06:00
|
|
|
// function : ClickOnCancel()
|
|
|
|
// purpose :
|
2005-06-07 19:22:20 +06:00
|
|
|
//=================================================================================
|
2003-05-19 20:07:00 +06:00
|
|
|
void SMESHGUI_NodesDlg::ClickOnCancel()
|
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
disconnect(mySelectionMgr, 0, this, 0);
|
2005-06-08 12:18:53 +06:00
|
|
|
myViewWindow->SetSelectionMode(ActorSelection);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
mySimulation->SetVisibility(false);
|
|
|
|
SMESH::SetPointRepresentation(false);
|
2005-06-08 12:18:53 +06:00
|
|
|
mySMESHGUI->ResetState();
|
2003-05-19 20:07:00 +06:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
reject();
|
|
|
|
}
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : SelectionIntoArgument()
|
|
|
|
// purpose : Called when selection as changed or other case
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_NodesDlg::SelectionIntoArgument()
|
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
if (!GroupConstructors->isEnabled())
|
2003-05-19 20:07:00 +06:00
|
|
|
return;
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
mySimulation->SetVisibility(false);
|
|
|
|
SMESH::SetPointRepresentation(true);
|
|
|
|
|
2005-06-08 12:18:53 +06:00
|
|
|
const SALOME_ListIO& aList = mySelector->StoredIObjects();
|
2005-06-07 19:22:20 +06:00
|
|
|
if (aList.Extent() == 1) {
|
|
|
|
Handle(SALOME_InteractiveObject) anIO = aList.First();
|
|
|
|
if (anIO->hasEntry()) {
|
2004-12-01 15:48:31 +05:00
|
|
|
myMesh = SMESH::GetMeshByIO(anIO);
|
2005-06-07 19:22:20 +06:00
|
|
|
if (myMesh->_is_nil()) return;
|
2004-12-01 15:48:31 +05:00
|
|
|
QString aText;
|
2005-06-08 12:18:53 +06:00
|
|
|
if (SMESH::GetNameOfSelectedNodes(mySelector,anIO,aText) == 1) {
|
2005-06-07 19:22:20 +06:00
|
|
|
if (SMESH_Actor* anActor = SMESH::FindActorByObject(myMesh.in())) {
|
|
|
|
if (SMDS_Mesh* aMesh = anActor->GetObject()->GetMesh()) {
|
|
|
|
if (const SMDS_MeshNode* aNode = aMesh->FindNode(aText.toInt())) {
|
|
|
|
SpinBox_X->SetValue(aNode->X());
|
|
|
|
SpinBox_Y->SetValue(aNode->Y());
|
|
|
|
SpinBox_Z->SetValue(aNode->Z());
|
|
|
|
}
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
mySimulation->SetPosition(SpinBox_X->GetValue(),
|
|
|
|
SpinBox_Y->GetValue(),
|
|
|
|
SpinBox_Z->GetValue());
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|
2004-12-01 15:48:31 +05:00
|
|
|
}
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
//=================================================================================
|
2003-05-19 20:07:00 +06:00
|
|
|
// function : closeEvent()
|
|
|
|
// purpose :
|
2005-06-07 19:22:20 +06:00
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_NodesDlg::closeEvent (QCloseEvent*)
|
2003-05-19 20:07:00 +06:00
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
this->ClickOnCancel(); /* same than click on cancel button */
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
//=================================================================================
|
|
|
|
// function : hideEvent()
|
|
|
|
// purpose : caused by ESC key
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_NodesDlg::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();
|
|
|
|
}
|
2003-05-19 20:07:00 +06:00
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : enterEvent()
|
|
|
|
// purpose : to reactivate this dialog box when mouse enter onto the window
|
|
|
|
//=================================================================================
|
2005-06-07 19:22:20 +06:00
|
|
|
void SMESHGUI_NodesDlg::enterEvent(QEvent*)
|
2003-05-19 20:07:00 +06:00
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
if (!GroupConstructors->isEnabled())
|
|
|
|
ActivateThisDialog();
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : DeactivateActiveDialog()
|
|
|
|
// purpose : public slot to deactivate if active
|
|
|
|
//=================================================================================
|
|
|
|
void SMESHGUI_NodesDlg::DeactivateActiveDialog()
|
|
|
|
{
|
2005-06-07 19:22:20 +06:00
|
|
|
if (GroupConstructors->isEnabled()) {
|
|
|
|
GroupConstructors->setEnabled(false);
|
|
|
|
GroupCoordinates->setEnabled(false);
|
|
|
|
GroupButtons->setEnabled(false);
|
|
|
|
mySimulation->SetVisibility(false);
|
2005-06-08 12:18:53 +06:00
|
|
|
mySMESHGUI->ResetState();
|
|
|
|
mySMESHGUI->SetActiveDialogBox(0);
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//=================================================================================
|
|
|
|
// function : ActivateThisDialog()
|
|
|
|
// purpose :
|
|
|
|
//=================================================================================
|
2005-06-07 19:22:20 +06:00
|
|
|
void SMESHGUI_NodesDlg::ActivateThisDialog()
|
2003-05-19 20:07:00 +06:00
|
|
|
{
|
2005-06-08 12:18:53 +06:00
|
|
|
mySMESHGUI->EmitSignalDeactivateDialog();
|
2005-06-07 19:22:20 +06:00
|
|
|
GroupConstructors->setEnabled(true);
|
|
|
|
GroupCoordinates->setEnabled(true);
|
|
|
|
GroupButtons->setEnabled(true);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
SMESH::SetPointRepresentation(true);
|
2005-06-08 12:18:53 +06:00
|
|
|
myViewWindow->SetSelectionMode(NodeSelection);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
SelectionIntoArgument();
|
2003-05-19 20:07:00 +06:00
|
|
|
}
|