1 // SMESH SMESHGUI : GUI for SMESH component
3 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License.
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 // Lesser General Public License for more details.
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
22 // File : SMESHGUI.cxx
23 // Author : Nicolas REJNERI
29 #include "SMESH_Client.hxx"
30 #include "SMESHGUI_NodesDlg.h"
31 #include "SMESHGUI_TransparencyDlg.h"
32 #include "SMESHGUI_ClippingDlg.h"
33 #include "SMESHGUI_GroupDlg.h"
34 #include "SMESHGUI_RemoveNodesDlg.h"
35 #include "SMESHGUI_RemoveElementsDlg.h"
36 #include "SMESHGUI_MeshInfosDlg.h"
37 #include "SMESHGUI_StandardMeshInfosDlg.h"
38 #include "SMESHGUI_Preferences_ColorDlg.h"
39 #include "SMESHGUI_Preferences_ScalarBarDlg.h"
40 #include "SMESHGUI_Preferences_SelectionDlg.h"
41 #include "SMESHGUI_Hypotheses.h"
42 #include "SMESHGUI_MoveNodesDlg.h"
43 #include "SMESHGUI_AddMeshElementDlg.h"
44 #include "SMESHGUI_AddQuadraticElementDlg.h"
45 #include "SMESHGUI_FilterDlg.h"
46 #include "SMESHGUI_FilterLibraryDlg.h"
47 #include "SMESHGUI_SingleEditDlg.h"
48 #include "SMESHGUI_MultiEditDlg.h"
49 #include "SMESHGUI_GroupOpDlg.h"
50 #include "SMESHGUI_DeleteGroupDlg.h"
51 #include "SMESHGUI_SmoothingDlg.h"
52 #include "SMESHGUI_RenumberingDlg.h"
53 #include "SMESHGUI_ExtrusionDlg.h"
54 #include "SMESHGUI_ExtrusionAlongPathDlg.h"
55 #include "SMESHGUI_RevolutionDlg.h"
56 #include "SMESHGUI_TranslationDlg.h"
57 #include "SMESHGUI_RotationDlg.h"
58 #include "SMESHGUI_SymmetryDlg.h"
59 #include "SMESHGUI_SewingDlg.h"
60 #include "SMESHGUI_EditMeshDlg.h"
61 #include "SMESHGUI_MeshPatternDlg.h"
62 #include "SMESHGUI_Selection.h"
63 #include "SMESHGUI_CreatePolyhedralVolumeDlg.h"
64 #include "SMESHGUI_ConvToQuadOp.h"
65 #include "SMESHGUI_MeshOp.h"
66 #include "SMESHGUI_Displayer.h"
67 #include "SMESHGUI_MakeNodeAtPointDlg.h"
68 #include "SMESHGUI_BuildCompoundDlg.h"
69 #include "SMESHGUI_ComputeDlg.h"
71 #include "SMESHGUI_Utils.h"
72 #include "SMESHGUI_GEOMGenUtils.h"
73 #include "SMESHGUI_MeshUtils.h"
74 #include "SMESHGUI_GroupUtils.h"
75 #include "SMESHGUI_FilterUtils.h"
76 #include "SMESHGUI_PatternUtils.h"
77 #include "SMESHGUI_VTKUtils.h"
78 #include "SMESHGUI_HypothesesUtils.h"
80 #include "SMESH_Actor.h"
81 #include "SMESH_Object.h"
82 #include "SMESH_TypeFilter.hxx"
84 #include "SalomeApp_Tools.h"
85 #include "SalomeApp_Study.h"
86 #include "SalomeApp_Application.h"
87 #include "SalomeApp_CheckFileDlg.h"
88 #include "SalomeApp_ImportOperation.h"
90 #include "LightApp_DataOwner.h"
91 #include "LightApp_Preferences.h"
92 #include "LightApp_VTKSelector.h"
93 #include "LightApp_Operation.h"
94 #include "LightApp_UpdateFlags.h"
95 #include "LightApp_NameDlg.h"
97 #include <SVTK_ViewWindow.h>
98 #include <SVTK_ViewModel.h>
99 #include <SVTK_InteractorStyle.h>
100 #include <SVTK_RenderWindowInteractor.h>
101 #include <SVTK_ViewManager.h>
103 #include "OB_Browser.h"
105 #include "SUIT_Tools.h"
106 #include "SUIT_MessageBox.h"
107 #include "SUIT_ResourceMgr.h"
108 #include "SUIT_FileDlg.h"
109 #include "SUIT_Desktop.h"
110 #include "SUIT_OverrideCursor.h"
111 #include "SUIT_Study.h"
112 #include "SUIT_Session.h"
114 #include "QtxPopupMgr.h"
116 #include "SALOME_ListIO.hxx"
117 #include "SALOME_ListIteratorOfListIO.hxx"
118 #include "SALOME_InteractiveObject.hxx"
119 #include "SALOME_NamingService.hxx"
120 #include "SALOME_LifeCycleCORBA.hxx"
122 #include "SALOMEconfig.h"
123 #include CORBA_CLIENT_HEADER(SALOMEDS_Attributes)
124 #include CORBA_SERVER_HEADER(SMESH_MeshEditor)
127 #define INCLUDE_MENUITEM_DEF
128 #include <qpopupmenu.h>
134 #include <boost/shared_ptr.hpp>
137 #include <vtkRenderer.h>
138 #include <vtkRenderWindow.h>
139 #include <vtkActorCollection.h>
140 #include <vtkScalarBarActor.h>
141 #include <vtkUnstructuredGrid.h>
143 #include "utilities.h"
145 #include "SALOMEDS_Study.hxx"
146 #include "SALOMEDSClient_StudyBuilder.hxx"
147 #include "SALOMEDSClient_SComponent.hxx"
153 //=============================================================
154 void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,
157 void ExportMeshToFile(int theCommandID);
159 void SetDisplayMode(int theCommandID);
161 void SetDisplayEntity(int theCommandID);
163 void Control( int theCommandID );
167 //=============================================================
168 void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,
174 if(theCommandID == 113){
175 filter.append(QObject::tr("MED files (*.med)"));
176 filter.append(QObject::tr("All files (*)"));
177 }else if (theCommandID == 112){
178 filter.append(QObject::tr("IDEAS files (*.unv)"));
179 }else if (theCommandID == 111){
180 filter.append(QObject::tr("DAT files (*.dat)"));
182 QString filename = SUIT_FileDlg::getFileName(SMESHGUI::desktop(),
185 QObject::tr("Import mesh"),
187 if(!filename.isEmpty()) {
188 SUIT_OverrideCursor wc;
189 _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
192 SMESH::mesh_array_var aMeshes = new SMESH::mesh_array;
193 switch ( theCommandID ) {
196 aMeshes->length( 1 );
197 aMeshes[0] = theComponentMesh->CreateMeshesFromUNV(filename.latin1());
202 SMESH::DriverMED_ReadStatus res;
203 aMeshes = theComponentMesh->CreateMeshesFromMED(filename.latin1(),res);
204 if ( res != SMESH::DRS_OK ) {
206 SUIT_MessageBox::warn1(SMESHGUI::desktop(),
207 QObject::tr("SMESH_WRN_WARNING"),
208 QObject::tr(QString("SMESH_DRS_%1").arg(res)),
209 QObject::tr("SMESH_BUT_OK"));
210 aMeshes->length( 0 );
217 bool isEmpty = false;
218 for ( int i = 0, iEnd = aMeshes->length(); i < iEnd; i++ ) {
219 _PTR(SObject) aMeshSO = SMESH::FindSObject( aMeshes[i] );
221 _PTR(StudyBuilder) aBuilder = aStudy->NewBuilder();
222 _PTR(AttributePixMap) aPixmap = aBuilder->FindOrCreateAttribute( aMeshSO, "AttributePixMap" );
223 aPixmap->SetPixMap("ICON_SMESH_TREE_MESH_IMPORTED");
224 if ( theCommandID == 112 ) // mesh names aren't taken from the file for UNV import
225 SMESH::SetName( aMeshSO, QFileInfo(filename).fileName() );
232 SUIT_MessageBox::warn1(SMESHGUI::desktop(),
233 QObject::tr("SMESH_WRN_WARNING"),
234 QObject::tr("SMESH_DRS_EMPTY"),
235 QObject::tr("SMESH_BUT_OK"));
239 SMESHGUI::GetSMESHGUI()->updateObjBrowser();
241 catch (const SALOME::SALOME_Exception& S_ex){
243 SalomeApp_Tools::QtCatchCorbaException(S_ex);
250 void ExportMeshToFile( int theCommandID )
252 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
253 SALOME_ListIO selected;
255 aSel->selectedObjects( selected );
257 if(selected.Extent()){
258 Handle(SALOME_InteractiveObject) anIObject = selected.First();
259 SMESH::SMESH_Mesh_var aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(anIObject);
260 if ( !aMesh->_is_nil() ) {
261 QString aFilter, aTitle = QObject::tr("Export mesh");
262 QMap<QString, SMESH::MED_VERSION> aFilterMap;
263 QMap<QString, int> aFilterMapSTL;
264 switch ( theCommandID ) {
268 if (aMesh->HasDuplicatedGroupNamesMED()) {
269 int aRet = SUIT_MessageBox::warn2
270 (SMESHGUI::desktop(),
271 QObject::tr("SMESH_WRN_WARNING"),
272 QObject::tr("SMESH_EXPORT_MED_DUPLICATED_GRP").arg(anIObject->getName()),
273 QObject::tr("SMESH_BUT_YES"), QObject::tr("SMESH_BUT_NO"),
279 aFilterMap.insert( QObject::tr("MED 2.1 (*.med)"), SMESH::MED_V2_1 );
280 aFilterMap.insert( QObject::tr("MED 2.2 (*.med)"), SMESH::MED_V2_2 );
285 aFilter = QObject::tr("DAT files (*.dat)");
290 if (aMesh->NbPyramids()) {
291 int aRet = SUIT_MessageBox::warn2
292 (SMESHGUI::desktop(),
293 QObject::tr("SMESH_WRN_WARNING"),
294 QObject::tr("SMESH_EXPORT_UNV").arg(anIObject->getName()),
295 QObject::tr("SMESH_BUT_YES"), QObject::tr("SMESH_BUT_NO"),
300 aFilter = QObject::tr("IDEAS files (*.unv)");
308 there must be check on others mesh elements not equal triangles
310 if (aMesh->NbTriangles() < 1) {
311 SUIT_MessageBox::warn1
312 (SMESHGUI::desktop(),
313 QObject::tr("SMESH_WRN_WARNING"),
314 QObject::tr("SMESH_EXPORT_STL1").arg(anIObject->getName()),
315 QObject::tr("SMESH_BUT_OK"));
318 if (!(aMesh->NbElements() - aMesh->NbTriangles())) {
319 int aRet = SUIT_MessageBox::warn2
320 (SMESHGUI::desktop(),
321 QObject::tr("SMESH_WRN_WARNING"),
322 QObject::tr("SMESH_EXPORT_STL2").arg(anIObject->getName()),
323 QObject::tr("SMESH_BUT_YES"), QObject::tr("SMESH_BUT_NO"),
329 aFilterMapSTL.insert( QObject::tr("STL ASCII (*.stl)"), 1 ); // 1 - ASCII mode
330 aFilterMapSTL.insert( QObject::tr("STL Binary (*.stl)"), 0 ); // 0 - Binary mode
338 SMESH::MED_VERSION aFormat;
339 // Init the parameter with the default value
340 bool aIsASCII_STL = true;
341 bool toCreateGroups = false;
342 SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
344 toCreateGroups = resMgr->booleanValue( "SMESH", "auto_groups", false );
346 if ( theCommandID != 122 && theCommandID != 125 && theCommandID != 140 && theCommandID != 141)
348 aFilename = SUIT_FileDlg::getFileName(SMESHGUI::desktop(), "", aFilter, aTitle, false);
350 else if(theCommandID == 140 || theCommandID == 141) { // Export to STL
352 QMap<QString, int>::const_iterator it = aFilterMapSTL.begin();
353 for ( ; it != aFilterMapSTL.end(); ++it )
354 filters.push_back( it.key() );
356 SUIT_FileDlg* fd = new SUIT_FileDlg( SMESHGUI::desktop(), false, true, true );
357 fd->setCaption( aTitle );
358 fd->setFilters( filters );
359 fd->setSelectedFilter( QObject::tr("STL ASCII (*.stl)") );
363 aFilename = fd->selectedFile();
364 aIsASCII_STL = (aFilterMapSTL[fd->selectedFilter()]) == 1 ? true: false;
371 QMap<QString, SMESH::MED_VERSION>::const_iterator it = aFilterMap.begin();
372 for ( ; it != aFilterMap.end(); ++it )
373 filters.push_back( it.key() );
375 //SUIT_FileDlg* fd = new SUIT_FileDlg( SMESHGUI::desktop(), false, true, true );
376 SalomeApp_CheckFileDlg* fd = new SalomeApp_CheckFileDlg
377 ( SMESHGUI::desktop(), false, QObject::tr("SMESH_AUTO_GROUPS") ,true, true );
378 fd->setCaption( aTitle );
379 fd->setFilters( filters );
380 fd->setSelectedFilter( QObject::tr("MED 2.2 (*.med)") );
381 fd->SetChecked(toCreateGroups);
385 aFilename = fd->selectedFile();
386 aFormat = aFilterMap[fd->selectedFilter()];
388 if ( !aFilename.isEmpty()
389 && (aMesh->NbPolygons()>0 || aMesh->NbPolyhedrons()>0)
390 && aFormat==SMESH::MED_V2_1) {
391 int aRet = SUIT_MessageBox::warn2(SMESHGUI::desktop(),
392 QObject::tr("SMESH_WRN_WARNING"),
393 QObject::tr("SMESH_EXPORT_MED_V2_1").arg(anIObject->getName()),
394 QObject::tr("SMESH_BUT_YES"),
395 QObject::tr("SMESH_BUT_NO"),
402 toCreateGroups = fd->IsChecked();
405 if ( !aFilename.isEmpty() ) {
406 // Check whether the file already exists and delete it if yes
407 QFile aFile( aFilename );
408 if ( aFile.exists() )
410 SUIT_OverrideCursor wc;
413 bool Renumber = false ;
414 // PAL 14172 : Check of we have to renumber or not from the preferences before export
416 Renumber= resMgr->booleanValue("SMESH","renumbering");
418 SMESH::SMESH_MeshEditor_var aMeshEditor = aMesh->GetMeshEditor();
419 aMeshEditor->RenumberNodes();
420 aMeshEditor->RenumberElements();
421 if ( SMESHGUI::automaticUpdate() )
424 switch ( theCommandID ) {
427 aMesh->ExportToMED( aFilename.latin1(), toCreateGroups, aFormat );
431 aMesh->ExportDAT( aFilename.latin1() );
435 aMesh->ExportUNV( aFilename.latin1() );
439 aMesh->ExportSTL( aFilename.latin1(), aIsASCII_STL );
445 catch (const SALOME::SALOME_Exception& S_ex){
447 SUIT_MessageBox::warn1(SMESHGUI::desktop(),
448 QObject::tr("SMESH_WRN_WARNING"),
449 QObject::tr("SMESH_EXPORT_FAILED"),
450 QObject::tr("SMESH_BUT_OK"));
458 inline void InverseEntityMode(unsigned int& theOutputMode,
459 unsigned int theMode)
461 bool anIsNotPresent = ~theOutputMode & theMode;
463 theOutputMode |= theMode;
465 theOutputMode &= ~theMode;
468 void SetDisplayEntity(int theCommandID){
469 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
470 SALOME_ListIO selected;
472 aSel->selectedObjects( selected );
474 if(selected.Extent() >= 1){
475 SALOME_ListIteratorOfListIO It( selected );
476 for(; It.More(); It.Next()){
477 Handle(SALOME_InteractiveObject) IObject = It.Value();
478 if(IObject->hasEntry()){
479 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(IObject->getEntry())){
480 unsigned int aMode = anActor->GetEntityMode();
481 switch(theCommandID){
483 InverseEntityMode(aMode,SMESH_Actor::eEdges);
486 InverseEntityMode(aMode,SMESH_Actor::eFaces);
489 InverseEntityMode(aMode,SMESH_Actor::eVolumes);
492 aMode = SMESH_Actor::eAllEntity;
496 anActor->SetEntityMode(aMode);
503 void SetDisplayMode(int theCommandID){
504 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
505 SALOME_ListIO selected;
507 aSel->selectedObjects( selected );
509 if(selected.Extent() >= 1){
510 switch(theCommandID){
512 SMESHGUI::GetSMESHGUI()->EmitSignalDeactivateDialog();
513 new SMESHGUI_ClippingDlg( SMESHGUI::GetSMESHGUI(), "", false );
517 SMESHGUI::GetSMESHGUI()->EmitSignalDeactivateDialog();
518 new SMESHGUI_TransparencyDlg( SMESHGUI::GetSMESHGUI(), "", false );
521 SALOME_ListIteratorOfListIO It( selected );
522 for(; It.More(); It.Next()){
523 Handle(SALOME_InteractiveObject) IObject = It.Value();
524 if(IObject->hasEntry()){
525 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(IObject->getEntry())){
526 switch(theCommandID){
528 anActor->SetRepresentation(SMESH_Actor::eEdge);
531 anActor->SetRepresentation(SMESH_Actor::eSurface);
534 if(anActor->IsShrunk())
537 anActor->SetShrink();
540 anActor->SetRepresentation(SMESH_Actor::ePoint);
543 vtkFloatingPointType color[3];
544 anActor->GetSufaceColor(color[0], color[1], color[2]);
545 int c0 = int (color[0] * 255);
546 int c1 = int (color[1] * 255);
547 int c2 = int (color[2] * 255);
548 QColor c(c0, c1, c2);
550 vtkFloatingPointType edgecolor[3];
551 anActor->GetEdgeColor(edgecolor[0], edgecolor[1], edgecolor[2]);
552 c0 = int (edgecolor[0] * 255);
553 c1 = int (edgecolor[1] * 255);
554 c2 = int (edgecolor[2] * 255);
555 QColor e(c0, c1, c2);
557 vtkFloatingPointType backfacecolor[3];
558 anActor->GetBackSufaceColor(backfacecolor[0], backfacecolor[1], backfacecolor[2]);
559 c0 = int (backfacecolor[0] * 255);
560 c1 = int (backfacecolor[1] * 255);
561 c2 = int (backfacecolor[2] * 255);
562 QColor b(c0, c1, c2);
564 vtkFloatingPointType nodecolor[3];
565 anActor->GetNodeColor(nodecolor[0], nodecolor[1], nodecolor[2]);
566 c0 = int (nodecolor[0] * 255);
567 c1 = int (nodecolor[1] * 255);
568 c2 = int (nodecolor[2] * 255);
569 QColor n(c0, c1, c2);
571 int Edgewidth = (int)anActor->GetLineWidth();
574 int intValue = int(anActor->GetNodeSize());
575 vtkFloatingPointType Shrink = anActor->GetShrinkFactor();
577 SMESHGUI_Preferences_ColorDlg *aDlg =
578 new SMESHGUI_Preferences_ColorDlg( SMESHGUI::GetSMESHGUI(), "" );
579 aDlg->SetColor(1, c);
580 aDlg->SetColor(2, e);
581 aDlg->SetColor(3, n);
582 aDlg->SetColor(4, b);
583 aDlg->SetIntValue(1, Edgewidth);
584 aDlg->SetIntValue(2, intValue);
585 aDlg->SetIntValue(3, int(Shrink*100.));
587 QColor color = aDlg->GetColor(1);
588 QColor edgecolor = aDlg->GetColor(2);
589 QColor nodecolor = aDlg->GetColor(3);
590 QColor backfacecolor = aDlg->GetColor(4);
591 /* actor color and backface color */
592 anActor->SetSufaceColor(vtkFloatingPointType (color.red()) / 255.,
593 vtkFloatingPointType (color.green()) / 255.,
594 vtkFloatingPointType (color.blue()) / 255.);
595 anActor->SetBackSufaceColor(vtkFloatingPointType (backfacecolor.red()) / 255.,
596 vtkFloatingPointType (backfacecolor.green()) / 255.,
597 vtkFloatingPointType (backfacecolor.blue()) / 255.);
600 anActor->SetEdgeColor(vtkFloatingPointType (edgecolor.red()) / 255.,
601 vtkFloatingPointType (edgecolor.green()) / 255.,
602 vtkFloatingPointType (edgecolor.blue()) / 255.);
604 /* Shrink factor and size edges */
605 anActor->SetShrinkFactor(aDlg->GetIntValue(3) / 100.);
606 anActor->SetLineWidth(aDlg->GetIntValue(1));
608 /* Nodes color and size */
609 anActor->SetNodeColor(vtkFloatingPointType (nodecolor.red()) / 255.,
610 vtkFloatingPointType (nodecolor.green()) / 255.,
611 vtkFloatingPointType (nodecolor.blue()) / 255.);
612 anActor->SetNodeSize(aDlg->GetIntValue(2));
621 SMESH::RepaintCurrentView();
625 void Control( int theCommandID )
627 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
628 SALOME_ListIO selected;
630 aSel->selectedObjects( selected );
632 if( !selected.IsEmpty() ){
633 Handle(SALOME_InteractiveObject) anIO = selected.First();
636 SMESH_Actor::eControl aControl = SMESH_Actor::eNone;
637 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIO->getEntry())){
638 switch ( theCommandID ){
640 aTitle = QObject::tr( "LENGTH_EDGES" );
641 aControl = SMESH_Actor::eLength;
644 aTitle = QObject::tr( "LENGTH2D_EDGES" );
645 aControl = SMESH_Actor::eLength2D;
648 aTitle = QObject::tr( "FREE_EDGES" );
649 aControl = SMESH_Actor::eFreeEdges;
652 aTitle = QObject::tr( "FREE_BORDERS" );
653 aControl = SMESH_Actor::eFreeBorders;
656 aTitle = QObject::tr( "MULTI_BORDERS" );
657 aControl = SMESH_Actor::eMultiConnection;
660 aTitle = QObject::tr( "MULTI2D_BORDERS" );
661 aControl = SMESH_Actor::eMultiConnection2D;
664 aTitle = QObject::tr( "AREA_ELEMENTS" );
665 aControl = SMESH_Actor::eArea;
668 aTitle = QObject::tr( "TAPER_ELEMENTS" );
669 aControl = SMESH_Actor::eTaper;
672 aTitle = QObject::tr( "ASPECTRATIO_ELEMENTS" );
673 aControl = SMESH_Actor::eAspectRatio;
676 aTitle = QObject::tr( "ASPECTRATIO_3D_ELEMENTS" );
677 aControl = SMESH_Actor::eAspectRatio3D;
680 aTitle = QObject::tr( "MINIMUMANGLE_ELEMENTS" );
681 aControl = SMESH_Actor::eMinimumAngle;
684 aTitle = QObject::tr( "WARP_ELEMENTS" );
685 aControl = SMESH_Actor::eWarping;
688 aTitle = QObject::tr( "SKEW_ELEMENTS" );
689 aControl = SMESH_Actor::eSkew;
692 aTitle = QObject::tr( "SMESH_VOLUME" );
693 aControl = SMESH_Actor::eVolume3D;
696 anActor->SetControlMode(aControl);
697 anActor->GetScalarBarActor()->SetTitle(aTitle.latin1());
698 SMESH::RepaintCurrentView();
705 bool CheckOIType(const Handle(SALOME_InteractiveObject) & theIO,
706 MeshObjectType theType,
707 const QString theInTypeName,
708 QString & theOutTypeName)
710 SMESH_TypeFilter aTypeFilter( theType );
712 if( !theIO.IsNull() )
714 entry = theIO->getEntry();
715 LightApp_DataOwner owner( entry );
716 if ( aTypeFilter.isOk( &owner )) {
717 theOutTypeName = theInTypeName;
725 QString CheckTypeObject(const Handle(SALOME_InteractiveObject) & theIO)
727 _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
728 _PTR(SObject) aSObj = aStudy->FindObjectID(theIO->getEntry());
730 _PTR(SComponent) aSComp = aSObj->GetFatherComponent();
731 CORBA::String_var anID = aSComp->GetID().c_str();
732 if (!strcmp(anID.in(),theIO->getEntry()))
738 CheckOIType ( theIO, HYPOTHESIS, "Hypothesis", aTypeName ) ||
739 CheckOIType ( theIO, ALGORITHM, "Algorithm", aTypeName ) ||
740 CheckOIType ( theIO, MESH, "Mesh", aTypeName ) ||
741 CheckOIType ( theIO, SUBMESH, "SubMesh", aTypeName ) ||
742 CheckOIType ( theIO, GROUP, "Group", aTypeName )
750 QString CheckHomogeneousSelection()
752 //SUIT_Study* aStudy = SMESH::GetActiveStudy();
753 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
754 SALOME_ListIO selected;
756 aSel->selectedObjects( selected );
758 QString RefType = CheckTypeObject(selected.First());
759 SALOME_ListIteratorOfListIO It(selected);
760 for (; It.More(); It.Next())
762 Handle(SALOME_InteractiveObject) IObject = It.Value();
763 QString Type = CheckTypeObject(IObject);
764 if (Type.compare(RefType) != 0)
765 return "Heterogeneous Selection";
772 void SMESHGUI::OnEditDelete()
774 // VSR 17/11/04: check if all objects selected belong to SMESH component --> start
775 LightApp_SelectionMgr* aSel = SMESHGUI::selectionMgr();
776 SALOME_ListIO selected; aSel->selectedObjects( selected, QString::null, false );
778 QString aParentComponent = QString::null;
779 for( SALOME_ListIteratorOfListIO anIt( selected ); anIt.More(); anIt.Next() )
781 QString cur = anIt.Value()->getComponentDataType();
782 if( aParentComponent.isNull() )
783 aParentComponent = cur;
784 else if( !aParentComponent.isEmpty() && aParentComponent!=cur )
785 aParentComponent = "";
788 if ( aParentComponent != SMESHGUI::GetSMESHGUI()->name() ) {
789 SUIT_MessageBox::warn1 ( SMESHGUI::desktop(),
790 QObject::tr("ERR_ERROR"),
791 QObject::tr("NON_SMESH_OBJECTS_SELECTED").arg( SMESHGUI::GetSMESHGUI()->moduleName() ),
792 QObject::tr("BUT_OK") );
795 // VSR 17/11/04: check if all objects selected belong to SMESH component <-- finish
796 if (SUIT_MessageBox::warn2
797 (SMESHGUI::desktop(),
798 QObject::tr("SMESH_WRN_WARNING"),
799 QObject::tr("SMESH_REALLY_DELETE"),
800 QObject::tr("SMESH_BUT_YES"), QObject::tr("SMESH_BUT_NO"), 1, 0, 0) != 1)
803 SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
804 SUIT_ViewManager* vm = anApp->activeViewManager();
805 int nbSf = vm->getViewsCount();
807 _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
808 _PTR(StudyBuilder) aStudyBuilder = aStudy->NewBuilder();
809 _PTR(GenericAttribute) anAttr;
810 _PTR(AttributeIOR) anIOR;
812 SALOME_ListIteratorOfListIO It(selected);
814 aStudyBuilder->NewCommand(); // There is a transaction
815 for(; It.More(); It.Next()){ // loop on selected IO's
816 Handle(SALOME_InteractiveObject) IObject = It.Value();
817 if(IObject->hasEntry()) {
818 _PTR(SObject) aSO = aStudy->FindObjectID(IObject->getEntry());
820 // disable removal of "SMESH" component object
821 if(aSO->FindAttribute(anAttr, "AttributeIOR")){
823 if ( !strcmp( (char*)anIOR->Value().c_str(), engineIOR().latin1() ) )
827 // put the whole hierarchy of sub-objects of the selected SO into a list and
828 // then treat them all starting from the deepest objects (at list back)
830 list< _PTR(SObject) > listSO;
831 listSO.push_back( aSO );
832 list< _PTR(SObject) >::iterator itSO = listSO.begin();
833 for ( ; itSO != listSO.end(); ++itSO ) {
834 _PTR(ChildIterator) it = aStudy->NewChildIterator( *itSO );
835 for (it->InitEx(false); it->More(); it->Next())
836 listSO.push_back( it->Value() );
839 // treat SO's in the list starting from the back
841 list< _PTR(SObject) >::reverse_iterator ritSO = listSO.rbegin();
842 for ( ; ritSO != listSO.rend(); ++ritSO ) {
843 _PTR(SObject) SO = *ritSO;
845 string anEntry = SO->GetID();
847 /** Erase graphical object **/
848 if(SO->FindAttribute(anAttr, "AttributeIOR")){
849 QPtrVector<SUIT_ViewWindow> aViews = vm->getViews();
850 for(int i = 0; i < nbSf; i++){
851 SUIT_ViewWindow *sf = aViews[i];
852 if(SMESH_Actor* anActor = SMESH::FindActorByEntry(sf,anEntry.c_str())){
853 SMESH::RemoveActor(sf,anActor);
858 /** Remove an object from data structures **/
859 SMESH::SMESH_GroupBase_var aGroup = SMESH::SMESH_GroupBase::_narrow( SMESH::SObjectToObject( SO ));
860 SMESH::SMESH_subMesh_var aSubMesh = SMESH::SMESH_subMesh::_narrow( SMESH::SObjectToObject( SO ));
861 if ( !aGroup->_is_nil() ) { // DELETE GROUP
862 SMESH::SMESH_Mesh_var aMesh = aGroup->GetMesh();
863 aMesh->RemoveGroup( aGroup );
865 else if ( !aSubMesh->_is_nil() ) { // DELETE SUBMESH
866 SMESH::SMESH_Mesh_var aMesh = aSubMesh->GetFather();
867 aMesh->RemoveSubMesh( aSubMesh );
869 _PTR(SObject) aMeshSO = SMESH::FindSObject(aMesh);
871 SMESH::ModifiedMesh(aMeshSO, false, aMesh->NbNodes()==0);
874 IObject = new SALOME_InteractiveObject
875 ( anEntry.c_str(), engineIOR().latin1(), SO->GetName().c_str() );
876 QString objType = CheckTypeObject(IObject);
877 if ( objType == "Hypothesis" || objType == "Algorithm" ) {// DELETE HYPOTHESIS
878 SMESH::RemoveHypothesisOrAlgorithmOnMesh(IObject);
879 aStudyBuilder->RemoveObjectWithChildren( SO );
881 else {// default action: remove SObject from the study
882 // san - it's no use opening a transaction here until UNDO/REDO is provided in SMESH
883 //SUIT_Operation *op = new SALOMEGUI_ImportOperation(myActiveStudy);
885 aStudyBuilder->RemoveObjectWithChildren( SO );
889 } /* listSO back loop */
890 } /* IObject->hasEntry() */
892 aStudyBuilder->CommitCommand();
894 /* Clear any previous selection */
896 aSel->setSelectedObjects( l1 );
898 SMESHGUI::GetSMESHGUI()->updateObjBrowser();
903 SMESHGUI_EXPORT CAM_Module* createModule()
905 return new SMESHGUI();
909 SMESH::SMESH_Gen_var SMESHGUI::myComponentSMESH = SMESH::SMESH_Gen::_nil();
911 //=============================================================================
915 //=============================================================================
916 SMESHGUI::SMESHGUI() :
917 SalomeApp_Module( "SMESH" )
919 if ( CORBA::is_nil( myComponentSMESH ) )
921 CORBA::Boolean anIsEmbeddedMode;
922 myComponentSMESH = SMESH_Client::GetSMESHGen(getApp()->orb(),anIsEmbeddedMode);
925 myActiveDialogBox = 0;
926 myFilterLibraryDlg = 0;
930 SMESH::GetFilterManager();
933 /* load resources for all available meshers */
934 SMESH::InitAvailableHypotheses();
937 //=============================================================================
941 //=============================================================================
942 SMESHGUI::~SMESHGUI()
944 SMESH::GetFilterManager()->Destroy();
945 SMESH::GetFilterManager() = SMESH::FilterManager::_nil();
948 //=============================================================================
952 //=============================================================================
953 LightApp_SelectionMgr* SMESHGUI::selectionMgr()
955 SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
957 return dynamic_cast<LightApp_SelectionMgr*>( anApp->selectionMgr() );
962 bool SMESHGUI::automaticUpdate()
964 SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
968 return resMgr->booleanValue( "SMESH", "auto_update", false );
971 //=============================================================================
975 //=============================================================================
976 SUIT_ResourceMgr* SMESHGUI::resourceMgr()
978 return dynamic_cast<SUIT_ResourceMgr*>( SUIT_Session::session()->resourceMgr() );
981 //=============================================================================
985 //=============================================================================
986 SMESHGUI* SMESHGUI::GetSMESHGUI()
988 SMESHGUI* smeshMod = 0;
989 SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>(SUIT_Session::session()->activeApplication());
992 CAM_Module* module = app->module( "Mesh" );
993 smeshMod = dynamic_cast<SMESHGUI*>( module );
996 if ( smeshMod && smeshMod->application() && smeshMod->application()->activeStudy() )
998 SalomeApp_Study* study = dynamic_cast<SalomeApp_Study*>( smeshMod->application()->activeStudy() );
1001 _PTR(Study) aStudy = study->studyDS();
1003 GetSMESHGen()->SetCurrentStudy( _CAST(Study,aStudy)->GetStudy() );
1012 Standard_EXPORT SMESHGUI* GetComponentGUI()
1014 return SMESHGUI::GetSMESHGUI();
1018 //=============================================================================
1022 //=============================================================================
1023 void SMESHGUI::SetState(int aState)
1028 //=============================================================================
1032 //=============================================================================
1033 void SMESHGUI::ResetState()
1038 //=============================================================================
1042 //=============================================================================
1043 void SMESHGUI::EmitSignalDeactivateDialog()
1045 emit SignalDeactivateActiveDialog();
1048 //=============================================================================
1052 //=============================================================================
1053 void SMESHGUI::EmitSignalStudyFrameChanged()
1055 emit SignalStudyFrameChanged();
1058 //=============================================================================
1062 //=============================================================================
1063 void SMESHGUI::EmitSignalCloseAllDialogs()
1065 emit SignalCloseAllDialogs();
1068 //=============================================================================
1072 //=============================================================================
1073 QDialog *SMESHGUI::GetActiveDialogBox()
1075 return myActiveDialogBox;
1078 //=============================================================================
1082 //=============================================================================
1083 void SMESHGUI::SetActiveDialogBox(QDialog * aDlg)
1085 myActiveDialogBox = (QDialog *) aDlg;
1089 //=============================================================================
1093 //=============================================================================
1094 SUIT_Desktop* SMESHGUI::desktop()
1096 SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
1098 return app->desktop();
1103 //=============================================================================
1107 //=============================================================================
1108 SalomeApp_Study* SMESHGUI::activeStudy()
1110 SUIT_Application* app = SUIT_Session::session()->activeApplication();
1112 return dynamic_cast<SalomeApp_Study*>( app->activeStudy() );
1117 //=============================================================================
1121 //=============================================================================
1122 bool SMESHGUI::DefineDlgPosition(QWidget * aDlg, int &x, int &y)
1124 /* Here the position is on the bottom right corner - 10 */
1125 // aDlg->resize(QSize().expandedTo(aDlg->minimumSizeHint()));
1127 SUIT_Desktop *PP = desktop();
1128 x = abs(PP->x() + PP->size().width() - aDlg->size().width() - 10);
1129 y = abs(PP->y() + PP->size().height() - aDlg->size().height() - 10);
1133 //=============================================================================
1137 //=============================================================================
1138 static int isStudyLocked(_PTR(Study) theStudy){
1139 return theStudy->GetProperties()->IsLocked();
1142 static bool checkLock(_PTR(Study) theStudy) {
1143 if (isStudyLocked(theStudy)) {
1144 SUIT_MessageBox::warn1 ( SMESHGUI::desktop(),
1145 QObject::tr("WRN_WARNING"),
1146 QObject::tr("WRN_STUDY_LOCKED"),
1147 QObject::tr("BUT_OK") );
1153 //=======================================================================
1154 //function : CheckActiveStudyLocked
1156 //=======================================================================
1158 bool SMESHGUI::isActiveStudyLocked()
1160 _PTR(Study) aStudy = activeStudy()->studyDS();
1161 return checkLock( aStudy );
1164 //=============================================================================
1168 //=============================================================================
1169 bool SMESHGUI::OnGUIEvent( int theCommandID )
1171 SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( application() );
1175 _PTR(Study) aStudy = SMESH::GetActiveStudyDocument(); //Document OCAF de l'etude active
1176 SUIT_ResourceMgr* mgr = resourceMgr();
1180 if (CORBA::is_nil(GetSMESHGen()->GetCurrentStudy())) {
1181 GetSMESHGen()->SetCurrentStudy(_CAST(Study,aStudy)->GetStudy());
1184 SUIT_ViewWindow* view = application()->desktop()->activeWindow();
1185 SVTK_ViewWindow* vtkwnd = dynamic_cast<SVTK_ViewWindow*>( view );
1187 //QAction* act = action( theCommandID );
1189 switch (theCommandID) {
1191 if(checkLock(aStudy)) break;
1199 if(checkLock(aStudy)) break;
1200 ::ImportMeshesFromFile(GetSMESHGen(),theCommandID);
1204 case 122: // EXPORT MED
1213 ::ExportMeshToFile(theCommandID);
1217 case 200: // SCALAR BAR
1219 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1220 SALOME_ListIO selected;
1222 aSel->selectedObjects( selected );
1224 if( selected.Extent() ) {
1225 Handle(SALOME_InteractiveObject) anIO = selected.First();
1226 if( anIO->hasEntry() ) {
1227 if( SMESH_Actor* anActor = SMESH::FindActorByEntry( anIO->getEntry() ) ) {
1228 anActor->SetControlMode( SMESH_Actor::eNone );
1236 SMESHGUI_Preferences_ScalarBarDlg::ScalarBarProperties( this );
1240 case 1134: // Clipping
1241 case 1133: // Tranparency
1242 case 1132: // Colors / Size
1249 ::SetDisplayMode(theCommandID);
1255 case 219: // Volumes
1256 case 220: // All Entity
1257 ::SetDisplayEntity(theCommandID);
1262 if(checkLock(aStudy)) break;
1263 SMESH::UpdateView();
1266 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1267 aSel->selectedObjects( l );
1268 aSel->setSelectedObjects( l );
1273 case 301: // DISPLAY
1274 case 302: // DISPLAY ONLY
1276 SMESH::EDisplaing anAction;
1277 switch (theCommandID) {
1278 case 300: anAction = SMESH::eErase; break;
1279 case 301: anAction = SMESH::eDisplay; break;
1280 case 302: anAction = SMESH::eDisplayOnly; break;
1283 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1284 SALOME_ListIO sel_objects, to_process;
1286 aSel->selectedObjects( sel_objects );
1288 if( theCommandID==302 )
1289 startOperation( myEraseAll );
1291 extractContainers( sel_objects, to_process );
1295 SALOME_ListIteratorOfListIO It( to_process );
1296 for (; It.More(); It.Next()) {
1297 Handle(SALOME_InteractiveObject) IOS = It.Value();
1298 if (IOS->hasEntry()) {
1299 SMESH::UpdateView(anAction, IOS->getEntry());
1300 if (anAction == SMESH::eDisplayOnly)
1301 anAction = SMESH::eDisplay;
1306 // PAL13338 + PAL15161 -->
1307 if ( ( theCommandID==301 || theCommandID==302 ) && !checkLock(aStudy))
1308 SMESH::UpdateView();
1309 // PAL13338 + PAL15161 <--
1311 catch (...) { // PAL16774 (Crash after display of many groups)
1312 SMESH::OnVisuException();
1315 if (anAction == SMESH::eErase) {
1317 aSel->setSelectedObjects( l1 );
1320 aSel->setSelectedObjects( to_process );
1327 if(checkLock(aStudy)) break;
1330 EmitSignalDeactivateDialog();
1332 new SMESHGUI_NodesDlg(this);
1335 SUIT_MessageBox::warn1(desktop(),
1336 tr("SMESH_WRN_WARNING"),
1337 tr("SMESH_WRN_VIEWER_VTK"),
1338 tr("SMESH_BUT_OK"));
1343 case 2151: // FILTER
1347 EmitSignalDeactivateDialog();
1348 new SMESHGUI_FilterDlg( this, SMESH::EDGE );
1353 case 406: // MOVE NODE
1357 SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1358 tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1362 if(checkLock(aStudy)) break;
1363 new SMESHGUI_MoveNodesDlg(this);
1367 case 701: // COMPUTE MESH
1369 if (checkLock(aStudy)) break;
1371 startOperation( 701 );
1375 case 702: // Create mesh
1376 startOperation( 702 );
1378 case 703: // Create sub-mesh
1379 startOperation( 703 );
1381 case 704: // Edit mesh/sub-mesh
1382 startOperation( 704 );
1384 case 710: // Build compound mesh
1386 if (checkLock(aStudy)) break;
1387 EmitSignalDeactivateDialog();
1388 new SMESHGUI_BuildCompoundDlg( this );
1391 case 407: // DIAGONAL INVERSION
1392 case 408: // Delete diagonal
1396 SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1397 tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1401 if ( checkLock( aStudy ) )
1404 /*Standard_Boolean aRes;
1405 SMESH::SMESH_Mesh_var aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(IObject);
1406 if ( aMesh->_is_nil() )
1408 SUIT_MessageBox::warn1(GetDesktop(), tr( "SMESH_WRN_WARNING" ),
1409 tr( "SMESH_BAD_SELECTION" ), tr( "SMESH_BUT_OK" ) );
1413 EmitSignalDeactivateDialog();
1414 if ( theCommandID == 407 )
1415 new SMESHGUI_TrianglesInversionDlg(this);
1417 new SMESHGUI_UnionOfTwoTrianglesDlg(this);
1420 case 409: // Change orientation
1421 case 410: // Union of triangles
1422 case 411: // Cutting of quadrangles
1426 SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1427 tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1431 if ( checkLock( aStudy ) )
1434 EmitSignalDeactivateDialog();
1435 SMESHGUI_MultiEditDlg* aDlg = NULL;
1436 if ( theCommandID == 409 )
1437 aDlg = new SMESHGUI_ChangeOrientationDlg(this);
1438 else if ( theCommandID == 410 )
1439 aDlg = new SMESHGUI_UnionOfTrianglesDlg(this);
1441 aDlg = new SMESHGUI_CuttingOfQuadsDlg(this);
1446 case 412: // Smoothing
1448 if(checkLock(aStudy)) break;
1450 EmitSignalDeactivateDialog();
1451 new SMESHGUI_SmoothingDlg( this );
1454 SUIT_MessageBox::warn1(desktop(),
1455 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1456 tr("SMESH_BUT_OK"));
1460 case 413: // Extrusion
1462 if (checkLock(aStudy)) break;
1464 EmitSignalDeactivateDialog();
1465 new SMESHGUI_ExtrusionDlg ( this );
1467 SUIT_MessageBox::warn1(desktop(),
1468 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1469 tr("SMESH_BUT_OK"));
1473 case 414: // Revolution
1475 if(checkLock(aStudy)) break;
1477 EmitSignalDeactivateDialog();
1478 new SMESHGUI_RevolutionDlg( this );
1481 SUIT_MessageBox::warn1(desktop(),
1482 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1483 tr("SMESH_BUT_OK"));
1487 case 415: // Pattern mapping
1489 if ( checkLock( aStudy ) )
1493 EmitSignalDeactivateDialog();
1494 new SMESHGUI_MeshPatternDlg( this );
1497 SUIT_MessageBox::warn1(desktop(),
1498 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1499 tr("SMESH_BUT_OK"));
1503 case 416: // Extrusion along a path
1505 if (checkLock(aStudy)) break;
1507 EmitSignalDeactivateDialog();
1508 new SMESHGUI_ExtrusionAlongPathDlg( this );
1510 SUIT_MessageBox::warn1(desktop(),
1511 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1512 tr("SMESH_BUT_OK"));
1516 case 417: // Convert mesh to quadratic
1518 startOperation( 417 );
1519 /* if (checkLock(aStudy)) break;
1521 EmitSignalDeactivateDialog();
1522 new SMESHGUI_ConvToQuadDlg();
1524 SUIT_MessageBox::warn1(desktop(),
1525 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1526 tr("SMESH_BUT_OK"));
1530 case 801: // CREATE GROUP
1534 SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1535 tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1539 if(checkLock(aStudy)) break;
1540 EmitSignalDeactivateDialog();
1541 SMESH::SMESH_Mesh_var aMesh = SMESH::SMESH_Mesh::_nil();
1543 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1544 SALOME_ListIO selected;
1546 aSel->selectedObjects( selected );
1548 int nbSel = selected.Extent();
1550 // check if mesh is selected
1551 aMesh = SMESH::GetMeshByIO( selected.First() );
1553 SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, "", aMesh);
1558 case 802: // CONSTRUCT GROUP
1562 SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1563 tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1567 if(checkLock(aStudy)) break;
1568 EmitSignalDeactivateDialog();
1570 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1571 SALOME_ListIO selected;
1573 aSel->selectedObjects( selected );
1575 int nbSel = selected.Extent();
1577 // check if submesh is selected
1578 Handle(SALOME_InteractiveObject) IObject = selected.First();
1579 if (IObject->hasEntry()) {
1580 _PTR(SObject) aSObj = aStudy->FindObjectID(IObject->getEntry());
1582 SMESH::SMESH_subMesh_var aSubMesh = SMESH::SMESH_subMesh::_narrow( SMESH::SObjectToObject( aSObj ) );
1583 if (!aSubMesh->_is_nil()) {
1585 SMESH::SMESH_Mesh_var aMesh = aSubMesh->GetFather();
1586 // get submesh elements list by types
1587 SMESH::long_array_var aNodes = aSubMesh->GetElementsByType(SMESH::NODE);
1588 SMESH::long_array_var aEdges = aSubMesh->GetElementsByType(SMESH::EDGE);
1589 SMESH::long_array_var aFaces = aSubMesh->GetElementsByType(SMESH::FACE);
1590 SMESH::long_array_var aVolumes = aSubMesh->GetElementsByType(SMESH::VOLUME);
1591 // create group for each type o elements
1592 QString aName = IObject->getName();
1593 if (aNodes->length() > 0) {
1594 SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::NODE, aName + "_Nodes");
1595 aGroup->Add(aNodes.inout());
1597 if (aEdges->length() > 0) {
1598 SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::EDGE, aName + "_Edges");
1599 aGroup->Add(aEdges.inout());
1601 if (aFaces->length() > 0) {
1602 SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::FACE, aName + "_Faces");
1603 aGroup->Add(aFaces.inout());
1605 if (aVolumes->length() > 0) {
1606 SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::VOLUME, aName + "_Volumes");
1607 aGroup->Add(aVolumes.inout());
1612 catch(const SALOME::SALOME_Exception & S_ex){
1613 SalomeApp_Tools::QtCatchCorbaException(S_ex);
1620 SUIT_MessageBox::warn1(desktop(),
1621 tr("SMESH_WRN_WARNING"),
1622 tr("SMESH_WRN_NO_AVAILABLE_DATA"),
1623 tr("SMESH_BUT_OK"));
1628 case 803: // EDIT GROUP
1632 SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1633 tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1637 if(checkLock(aStudy)) break;
1638 EmitSignalDeactivateDialog();
1640 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1641 SALOME_ListIO selected;
1643 aSel->selectedObjects( selected );
1645 SALOME_ListIteratorOfListIO It (selected);
1646 int nbSelectedGroups = 0;
1647 for ( ; It.More(); It.Next() )
1649 SMESH::SMESH_GroupBase_var aGroup =
1650 SMESH::IObjectToInterface<SMESH::SMESH_GroupBase>(It.Value());
1651 if (!aGroup->_is_nil()) {
1653 SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, "", aGroup);
1657 if (nbSelectedGroups == 0)
1659 SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, "", SMESH::SMESH_GroupBase::_nil());
1665 case 804: // Add elements to group
1667 if(checkLock(aStudy)) break;
1668 if (myState == 800) {
1669 SMESHGUI_GroupDlg *aDlg = (SMESHGUI_GroupDlg*) myActiveDialogBox;
1670 if (aDlg) aDlg->onAdd();
1675 case 805: // Remove elements from group
1677 if(checkLock(aStudy)) break;
1678 if (myState == 800) {
1679 SMESHGUI_GroupDlg *aDlg = (SMESHGUI_GroupDlg*) myActiveDialogBox;
1680 if (aDlg) aDlg->onRemove();
1685 case 810: // Union Groups
1686 case 811: // Intersect groups
1687 case 812: // Cut groups
1691 SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1692 tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1696 if ( checkLock( aStudy ) )
1699 EmitSignalDeactivateDialog();
1702 if ( theCommandID == 810 ) aMode = SMESHGUI_GroupOpDlg::UNION;
1703 else if ( theCommandID == 811 ) aMode = SMESHGUI_GroupOpDlg::INTERSECT;
1704 else aMode = SMESHGUI_GroupOpDlg::CUT;
1706 ( new SMESHGUI_GroupOpDlg( this, aMode ) )->show();
1710 case 813: // Delete groups with their contents
1714 SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1715 tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1719 if ( checkLock( aStudy ) )
1722 EmitSignalDeactivateDialog();
1724 new SMESHGUI_DeleteGroupDlg( this );
1728 case 900: // MESH INFOS
1730 EmitSignalDeactivateDialog();
1731 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1732 SALOME_ListIO selected;
1734 aSel->selectedObjects( selected );
1736 if ( selected.Extent() > 1 ) { // a dlg for each IO
1738 SALOME_ListIteratorOfListIO It (selected);
1739 for ( ; It.More(); It.Next() ) {
1740 IOs.Clear(); IOs.Append( It.Value() );
1741 aSel->setSelectedObjects( IOs );
1742 new SMESHGUI_MeshInfosDlg(this, "", false);
1744 // restore selection
1745 aSel->setSelectedObjects( selected );
1748 new SMESHGUI_MeshInfosDlg(this, "", false);
1752 case 902: // STANDARD MESH INFOS
1754 EmitSignalDeactivateDialog();
1755 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1756 SALOME_ListIO selected;
1758 aSel->selectedObjects( selected );
1760 if ( selected.Extent() > 1 ) { // a dlg for each IO
1762 SALOME_ListIteratorOfListIO It (selected);
1763 for ( ; It.More(); It.Next() ) {
1765 IOs.Append( It.Value() );
1766 aSel->setSelectedObjects( IOs );
1767 new SMESHGUI_StandardMeshInfosDlg( this, "", false);
1769 // restore selection
1770 aSel->setSelectedObjects( selected );
1773 new SMESHGUI_StandardMeshInfosDlg( this, "", false);
1777 case 1100: // EDIT HYPOTHESIS
1779 if(checkLock(aStudy)) break;
1781 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1782 SALOME_ListIO selected;
1784 aSel->selectedObjects( selected );
1786 int nbSel = selected.Extent();
1789 Handle(SALOME_InteractiveObject) anIObject = selected.First();
1790 SMESH::SMESH_Hypothesis_var aHypothesis = SMESH::IObjectToInterface<SMESH::SMESH_Hypothesis>(anIObject);
1792 /* Look for all mesh objects that have this hypothesis affected in order to flag as ModifiedMesh */
1793 /* At end below '...->updateObjBrowser(true)' will change icon of mesh objects */
1794 /* Warning : however by internal mechanism all subMeshes icons are changed ! */
1795 if ( !aHypothesis->_is_nil() )
1797 CORBA::String_var aHypType = aHypothesis->GetName();
1798 SMESHGUI_GenericHypothesisCreator* aCreator = SMESH::GetHypothesisCreator(aHypType);
1800 aCreator->edit( aHypothesis.in(), anIObject->getName(), desktop() );
1807 updateObjBrowser( true );
1811 case 1101: // RENAME
1813 if ( checkLock( aStudy ) )
1816 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1817 SALOME_ListIO selected;
1819 aSel->selectedObjects( selected );
1821 SALOME_ListIteratorOfListIO It( selected );
1822 for ( ; It.More(); It.Next() )
1824 Handle(SALOME_InteractiveObject) IObject = It.Value();
1825 _PTR(SObject) obj = aStudy->FindObjectID( IObject->getEntry() );
1826 _PTR(GenericAttribute) anAttr;
1827 _PTR(AttributeName) aName;
1830 if ( obj->FindAttribute(anAttr, "AttributeName") )
1833 QString newName = QString(aName->Value().c_str());
1834 newName = LightApp_NameDlg::getName(desktop(), newName);
1835 if ( !newName.isEmpty() )
1837 //old source: aStudy->renameIObject( IObject, newName );
1838 aName->SetValue( newName.latin1() );
1840 // if current object is group update group's name
1841 SMESH::SMESH_GroupBase_var aGroup =
1842 SMESH::IObjectToInterface<SMESH::SMESH_GroupBase>(IObject);
1843 if (!aGroup->_is_nil() )
1844 aGroup->SetName( newName.latin1() );
1854 case 1102: // REMOVE HYPOTHESIS / ALGORITHMS
1856 if(checkLock(aStudy)) break;
1857 SUIT_OverrideCursor wc;
1859 LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1860 SALOME_ListIO selected;
1862 aSel->selectedObjects( selected, QString::null, false );
1864 SALOME_ListIteratorOfListIO It(selected);
1865 for (int i = 0; It.More(); It.Next(), i++) {
1866 Handle(SALOME_InteractiveObject) IObject = It.Value();
1867 SMESH::RemoveHypothesisOrAlgorithmOnMesh(IObject);
1870 aSel->setSelectedObjects( l1 );
1875 case 401: // GEOM::EDGE
1876 case 4021: // TRIANGLE
1878 case 4023: // POLYGON
1882 if(checkLock(aStudy)) break;
1884 EmitSignalDeactivateDialog();
1885 SMDSAbs_ElementType type = SMDSAbs_Edge;
1887 switch (theCommandID) {
1888 case 4021: // TRIANGLE
1889 type = SMDSAbs_Face; nbNodes = 3; break;
1891 type = SMDSAbs_Face; nbNodes = 4; break;
1893 type = SMDSAbs_Volume; nbNodes = 4; break;
1894 case 4023: // POLYGON
1895 type = SMDSAbs_Face; nbNodes = 5; break; // 5 - identificator for POLYGON
1897 type = SMDSAbs_Volume; nbNodes = 8; break;
1898 case 4033: // POLYHEDRE
1899 type = SMDSAbs_Volume; nbNodes = 9; break; // 9 - identificator for POLYHEDRE
1902 new SMESHGUI_AddMeshElementDlg( this, "", type, nbNodes);
1905 SUIT_MessageBox::warn1(desktop(),
1906 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1907 tr("SMESH_BUT_OK"));
1911 case 4033: // POLYHEDRON
1913 if(checkLock(aStudy)) break;
1915 EmitSignalDeactivateDialog();
1916 new SMESHGUI_CreatePolyhedralVolumeDlg(this, "", FALSE );
1919 SUIT_MessageBox::warn1(SMESHGUI::desktop(),
1920 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1921 tr("SMESH_BUT_OK"));
1925 case 4034: // QUADRATIC EDGE
1926 case 4035: // QUADRATIC TRIANGLE
1927 case 4036: // QUADRATIC QUADRANGLE
1928 case 4037: // QUADRATIC TETRAHEDRON
1929 case 4038: // QUADRATIC PYRAMID
1930 case 4039: // QUADRATIC PENTAHEDRON
1931 case 4040: // QUADRATIC HEXAHEDRON
1933 if(checkLock(aStudy)) break;
1935 EmitSignalDeactivateDialog();
1938 switch (theCommandID) {
1940 type = QUAD_EDGE; break;
1942 type = QUAD_TRIANGLE; break;
1944 type = QUAD_QUADRANGLE; break;
1946 type = QUAD_TETRAHEDRON; break;
1948 type = QUAD_PYRAMID; break;
1950 type = QUAD_PENTAHEDRON; break;
1952 type = QUAD_HEXAHEDRON;
1956 new SMESHGUI_AddQuadraticElementDlg( this, type );
1959 SUIT_MessageBox::warn1(SMESHGUI::desktop(),
1960 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1961 tr("SMESH_BUT_OK"));
1965 case 4041: // REMOVES NODES
1967 if(checkLock(aStudy)) break;
1969 EmitSignalDeactivateDialog();
1970 new SMESHGUI_RemoveNodesDlg(this);
1973 SUIT_MessageBox::warn1(desktop(),
1974 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1975 tr("SMESH_BUT_OK"));
1979 case 4042: // REMOVES ELEMENTS
1981 if(checkLock(aStudy)) break;
1983 EmitSignalDeactivateDialog();
1984 new SMESHGUI_RemoveElementsDlg(this);
1988 SUIT_MessageBox::warn1(desktop(),
1989 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1990 tr("SMESH_BUT_OK"));
1994 case 4051: // RENUMBERING NODES
1996 if(checkLock(aStudy)) break;
1998 EmitSignalDeactivateDialog();
1999 new SMESHGUI_RenumberingDlg( this, "", 0);
2003 SUIT_MessageBox::warn1(desktop(),
2004 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2005 tr("SMESH_BUT_OK"));
2009 case 4052: // RENUMBERING ELEMENTS
2011 if(checkLock(aStudy)) break;
2013 EmitSignalDeactivateDialog();
2014 new SMESHGUI_RenumberingDlg( this, "", 1);
2018 SUIT_MessageBox::warn1(desktop(),
2019 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2020 tr("SMESH_BUT_OK"));
2024 case 4061: // TRANSLATION
2026 if(checkLock(aStudy)) break;
2028 EmitSignalDeactivateDialog();
2029 new SMESHGUI_TranslationDlg( this );
2032 SUIT_MessageBox::warn1(desktop(),
2033 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2034 tr("SMESH_BUT_OK"));
2038 case 4062: // ROTATION
2040 if(checkLock(aStudy)) break;
2042 EmitSignalDeactivateDialog();
2043 new SMESHGUI_RotationDlg( this );
2046 SUIT_MessageBox::warn1(desktop(),
2047 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2048 tr("SMESH_BUT_OK"));
2052 case 4063: // SYMMETRY
2054 if(checkLock(aStudy)) break;
2056 EmitSignalDeactivateDialog();
2057 new SMESHGUI_SymmetryDlg( this );
2060 SUIT_MessageBox::warn1(desktop(),
2061 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2062 tr("SMESH_BUT_OK"));
2066 case 4064: // SEWING
2068 if(checkLock(aStudy)) break;
2070 EmitSignalDeactivateDialog();
2071 new SMESHGUI_SewingDlg( this );
2074 SUIT_MessageBox::warn1(desktop(),
2075 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2076 tr("SMESH_BUT_OK"));
2080 case 4065: // MERGE NODES
2082 if(checkLock(aStudy)) break;
2084 EmitSignalDeactivateDialog();
2085 new SMESHGUI_EditMeshDlg( this, 0 );
2088 SUIT_MessageBox::warn1(desktop(),
2089 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2090 tr("SMESH_BUT_OK"));
2094 case 4066: // MERGE EQUAL ELEMENTS
2096 if (checkLock(aStudy)) break;
2098 EmitSignalDeactivateDialog();
2099 new SMESHGUI_EditMeshDlg( this, 1 );
2101 SUIT_MessageBox::warn1(desktop(),
2102 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2103 tr("SMESH_BUT_OK"));
2108 case 4067: // MAKE MESH PASS THROUGH POINT
2109 startOperation( 4067 );
2112 case 5105: // Library of selection filters
2114 static QValueList<int> aTypes;
2115 if ( aTypes.isEmpty() )
2117 aTypes.append( SMESH::NODE );
2118 aTypes.append( SMESH::EDGE );
2119 aTypes.append( SMESH::FACE );
2120 aTypes.append( SMESH::VOLUME );
2122 if (!myFilterLibraryDlg)
2123 myFilterLibraryDlg = new SMESHGUI_FilterLibraryDlg( this, SMESH::GetDesktop( this ), aTypes, SMESHGUI_FilterLibraryDlg::EDIT );
2124 else if (myFilterLibraryDlg->isHidden())
2125 myFilterLibraryDlg->Init( aTypes, SMESHGUI_FilterLibraryDlg::EDIT );
2126 myFilterLibraryDlg->raise();
2130 case 6017: // CONTROLS
2146 LightApp_SelectionMgr* mgr = selectionMgr();
2147 SALOME_ListIO selected; mgr->selectedObjects( selected );
2149 if ( selected.Extent() == 1 && selected.First()->hasEntry() ) {
2150 _PTR(SObject) SO = aStudy->FindObjectID( selected.First()->getEntry() );
2152 CORBA::Object_var aObject = SMESH::SObjectToObject( SO );
2153 SMESH::SMESH_Mesh_var aMesh = SMESH::SMESH_Mesh::_narrow( aObject );
2154 SMESH::SMESH_subMesh_var aSubMesh = SMESH::SMESH_subMesh::_narrow( aObject );
2155 SMESH::SMESH_GroupBase_var aGroup = SMESH::SMESH_GroupBase::_narrow( aObject );
2156 if ( !aMesh->_is_nil() || !aSubMesh->_is_nil() || !aGroup->_is_nil() ) {
2157 ::Control( theCommandID );
2162 SUIT_MessageBox::warn1(desktop(),
2163 tr( "SMESH_WRN_WARNING" ),
2164 tr( "SMESH_BAD_SELECTION" ),
2165 tr( "SMESH_BUT_OK" ) );
2169 SUIT_MessageBox::warn1(desktop(),
2170 tr( "SMESH_WRN_WARNING" ),
2171 tr( "NOT_A_VTK_VIEWER" ),
2172 tr( "SMESH_BUT_OK" ) );
2177 LightApp_SelectionMgr* mgr = selectionMgr();
2178 SALOME_ListIO selected; mgr->selectedObjects( selected );
2180 SALOME_ListIteratorOfListIO it(selected);
2181 for(; it.More(); it.Next()) {
2182 Handle(SALOME_InteractiveObject) anIObject = it.Value();
2183 if(anIObject->hasEntry()) {
2184 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
2185 anActor->SetPointsLabeled( !anActor->GetPointsLabeled() );
2193 LightApp_SelectionMgr* mgr = selectionMgr();
2194 SALOME_ListIO selected; mgr->selectedObjects( selected );
2196 if (selected.Extent() == 1) {
2197 Handle(SALOME_InteractiveObject) anIObject = selected.First();
2198 if(anIObject->hasEntry())
2199 if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
2200 anActor->SetCellsLabeled( !anActor->GetCellsLabeled() );
2207 anApp->updateActions(); //SRN: To update a Save button in the toolbar
2208 //updateObjBrowser();
2212 //=============================================================================
2216 //=============================================================================
2217 bool SMESHGUI::OnMousePress( QMouseEvent * pe, SUIT_ViewWindow * wnd )
2222 //=============================================================================
2226 //=============================================================================
2227 bool SMESHGUI::OnMouseMove( QMouseEvent * pe, SUIT_ViewWindow * wnd )
2232 //=============================================================================
2236 //=============================================================================
2237 bool SMESHGUI::OnKeyPress( QKeyEvent * pe, SUIT_ViewWindow * wnd )
2242 //=============================================================================
2243 /*! Method: BuildPresentation(const Handle(SALOME_InteractiveObject)& theIO)
2244 * Purpose: ensures that the actor for the given <theIO> exists in the active VTK view
2246 //=============================================================================
2247 void SMESHGUI::BuildPresentation( const Handle(SALOME_InteractiveObject) & theIO,
2248 SUIT_ViewWindow* wnd )
2250 if(theIO->hasEntry()){
2251 //SUIT_ViewWindow* wnd = SMESH::GetActiveWindow();
2252 SMESH::UpdateView(wnd,SMESH::eDisplay,theIO->getEntry());
2256 //=======================================================================
2257 // function : createSMESHAction
2259 //=======================================================================
2260 void SMESHGUI::createSMESHAction( const int id, const QString& po_id, const QString& icon_id, const int key, const bool toggle )
2263 QWidget* parent = application()->desktop();
2264 SUIT_ResourceMgr* resMgr = resourceMgr();
2266 if ( icon_id.length() )
2267 pix = resMgr->loadPixmap( "SMESH", tr( icon_id ) );
2269 pix = resMgr->loadPixmap( "SMESH", tr( QString( "ICO_" )+po_id ), false );
2270 if ( !pix.isNull() )
2271 icon = QIconSet( pix );
2273 QString tooltip = tr( QString( "TOP_" )+po_id ),
2274 menu = tr( QString( "MEN_" )+po_id ),
2275 status_bar = tr( QString( "STB_" )+po_id );
2277 createAction( id, tooltip, icon, menu, status_bar, key, parent, toggle, this, SLOT( OnGUIEvent() ) );
2280 //=======================================================================
2281 // function : createPopupItem
2283 //=======================================================================
2284 void SMESHGUI::createPopupItem( const int id,
2285 const QString& clients,
2286 const QString& types,
2287 const QString& theRule,
2292 parentId = popupMgr()->actionId( action( pId ) );
2294 if( !popupMgr()->contains( popupMgr()->actionId( action( id ) ) ) )
2295 popupMgr()->insert( action( id ), parentId, 0 );
2297 QChar lc = QtxPopupMgr::Selection::defEquality();
2298 QString rule = "(%1) and (%2) and (%3)";
2299 rule = rule.arg( QString( "%1>0" ).arg( QtxPopupMgr::Selection::defSelCountParam() ) );
2300 if( clients.isEmpty() )
2301 rule = rule.arg( QString( "true" ) );
2303 rule = rule.arg( QString( "%1client in {%2}" ).arg( lc ).arg( clients ) );
2304 rule = rule.arg( QString( "%1type in {%2}" ).arg( lc ).arg( types ) );
2307 bool cont = myRules.contains( id );
2309 rule = QString( "%1 or (%2)" ).arg( myRules[ id ] ).arg( rule );
2311 popupMgr()->setRule( action( id ), rule, true );
2312 myRules[ id ] = QString( cont ? "%1" : "(%1)" ).arg( rule );
2315 //=======================================================================
2316 // function : initialize
2318 //=======================================================================
2319 void SMESHGUI::initialize( CAM_Application* app )
2321 SalomeApp_Module::initialize( app );
2323 // SUIT_ResourceMgr* mgr = app->resourceMgr();
2325 /* Automatic Update flag */
2326 // myAutomaticUpdate = mgr->booleanValue( "SMESH", "AutomaticUpdate", myAutomaticUpdate );
2328 // ----- create actions --------------
2330 createSMESHAction( 111, "DAT", "", (CTRL+Key_B) );
2331 createSMESHAction( 112, "UNV", "", (CTRL+Key_U) );
2332 createSMESHAction( 113, "MED", "", (CTRL+Key_M) );
2333 createSMESHAction( 114, "NUM" );
2334 createSMESHAction( 121, "DAT" );
2335 createSMESHAction( 122, "MED" );
2336 createSMESHAction( 123, "UNV" );
2337 createSMESHAction( 140, "STL" );
2338 createSMESHAction( 124, "EXPORT_DAT" );
2339 createSMESHAction( 125, "EXPORT_MED" );
2340 createSMESHAction( 126, "EXPORT_UNV" );
2341 createSMESHAction( 141, "EXPORT_STL" );
2342 createSMESHAction( 33, "DELETE", "ICON_DELETE", Key_Delete );
2343 createSMESHAction( 5105, "SEL_FILTER_LIB" );
2344 createSMESHAction( 701, "COMPUTE", "ICON_COMPUTE" );
2345 createSMESHAction( 702, "CREATE_MESH", "ICON_DLG_INIT_MESH" );
2346 createSMESHAction( 703, "CREATE_SUBMESH", "ICON_DLG_ADD_SUBMESH" );
2347 createSMESHAction( 704, "EDIT_MESHSUBMESH","ICON_DLG_EDIT_MESH" );
2348 createSMESHAction( 710, "BUILD_COMPOUND", "ICON_BUILD_COMPOUND" );
2349 createSMESHAction( 801, "CREATE_GROUP", "ICON_SMESH_TREE_GROUP" );
2350 createSMESHAction( 802, "CONSTRUCT_GROUP", "ICON_CONSTRUCT_GROUP" );
2351 createSMESHAction( 803, "EDIT_GROUP", "ICON_EDIT_GROUP" );
2352 createSMESHAction( 804, "ADD" );
2353 createSMESHAction( 805, "REMOVE" );
2354 createSMESHAction( 810, "UN_GROUP", "ICON_UNION" );
2355 createSMESHAction( 811, "INT_GROUP", "ICON_INTERSECT" );
2356 createSMESHAction( 812, "CUT_GROUP", "ICON_CUT" );
2357 createSMESHAction( 813, "DEL_GROUP", "ICON_DEL_GROUP" );
2358 createSMESHAction( 900, "ADV_INFO", "ICON_ADV_INFO" );
2359 createSMESHAction( 902, "STD_INFO", "ICON_STD_INFO" );
2360 createSMESHAction( 6001, "LENGTH", "ICON_LENGTH" , 0, true );
2361 createSMESHAction( 6002, "FREE_EDGE", "ICON_FREE_EDGE" , 0, true );
2362 createSMESHAction( 6003, "FREE_BORDER", "ICON_FREE_EDGE_2D" , 0, true );
2363 createSMESHAction( 6004, "CONNECTION", "ICON_CONNECTION" , 0, true );
2364 createSMESHAction( 6011, "AREA", "ICON_AREA" , 0, true );
2365 createSMESHAction( 6012, "TAPER", "ICON_TAPER" , 0, true );
2366 createSMESHAction( 6013, "ASPECT", "ICON_ASPECT" , 0, true );
2367 createSMESHAction( 6014, "MIN_ANG", "ICON_ANGLE" , 0, true );
2368 createSMESHAction( 6015, "WARP", "ICON_WARP" , 0, true );
2369 createSMESHAction( 6016, "SKEW", "ICON_SKEW", 0, true );
2370 createSMESHAction( 6017, "ASPECT_3D", "ICON_ASPECT_3D", 0, true );
2371 createSMESHAction( 6018, "LENGTH_2D", "ICON_LENGTH_2D", 0, true );
2372 createSMESHAction( 6019, "CONNECTION_2D", "ICON_CONNECTION_2D", 0, true );
2373 createSMESHAction( 6009, "VOLUME_3D", "ICON_VOLUME_3D", 0, true );
2374 createSMESHAction( 400, "NODE", "ICON_DLG_NODE" );
2375 createSMESHAction( 401, "EDGE", "ICON_DLG_EDGE" );
2376 createSMESHAction( 4021, "TRIANGLE", "ICON_DLG_TRIANGLE" );
2377 createSMESHAction( 4022, "QUAD", "ICON_DLG_QUADRANGLE" );
2378 createSMESHAction( 4023, "POLYGON", "ICON_DLG_POLYGON" );
2379 createSMESHAction( 4031, "TETRA", "ICON_DLG_TETRAS" );
2380 createSMESHAction( 4032, "HEXA", "ICON_DLG_HEXAS" );
2381 createSMESHAction( 4041, "REMOVE_NODES", "ICON_DLG_REM_NODE" );
2382 createSMESHAction( 4042, "REMOVE_ELEMENTS", "ICON_DLG_REM_ELEMENT" );
2383 createSMESHAction( 4051, "RENUM_NODES", "ICON_DLG_RENUMBERING_NODES" );
2384 createSMESHAction( 4052, "RENUM_ELEMENTS", "ICON_DLG_RENUMBERING_ELEMENTS" );
2385 createSMESHAction( 4061, "TRANS", "ICON_SMESH_TRANSLATION_VECTOR" );
2386 createSMESHAction( 4062, "ROT", "ICON_DLG_MESH_ROTATION" );
2387 createSMESHAction( 4063, "SYM", "ICON_SMESH_SYMMETRY_PLANE" );
2388 createSMESHAction( 4064, "SEW", "ICON_SMESH_SEWING_FREEBORDERS" );
2389 createSMESHAction( 4065, "MERGE", "ICON_SMESH_MERGE_NODES" );
2390 createSMESHAction( 4066, "MERGE_ELEMENTS", "ICON_DLG_MERGE_ELEMENTS" );
2391 createSMESHAction( 4067, "MESH_THROU_POINT","ICON_DLG_MESH_THROU_POINT" );
2392 createSMESHAction( 406, "MOVE", "ICON_DLG_MOVE_NODE" );
2393 createSMESHAction( 407, "INV", "ICON_DLG_MESH_DIAGONAL" );
2394 createSMESHAction( 408, "UNION2", "ICON_UNION2TRI" );
2395 createSMESHAction( 409, "ORIENT", "ICON_DLG_MESH_ORIENTATION" );
2396 createSMESHAction( 410, "UNION", "ICON_UNIONTRI" );
2397 createSMESHAction( 411, "CUT", "ICON_CUTQUAD" );
2398 createSMESHAction( 412, "SMOOTH", "ICON_DLG_SMOOTHING" );
2399 createSMESHAction( 413, "EXTRUSION", "ICON_EXTRUSION" );
2400 createSMESHAction( 414, "REVOLUTION", "ICON_REVOLUTION" );
2401 createSMESHAction( 415, "MAP", "ICON_MAP" );
2402 createSMESHAction( 416, "EXTRUSION_ALONG", "ICON_EXTRUSION_ALONG" );
2403 createSMESHAction( 417, "CONV_TO_QUAD", "ICON_CONV_TO_QUAD" );
2404 createSMESHAction( 200, "RESET" );
2405 createSMESHAction( 201, "SCALAR_BAR_PROP" );
2406 createSMESHAction( 211, "WIRE", "ICON_WIRE", 0, true );
2407 createSMESHAction( 212, "SHADE", "ICON_SHADE", 0, true );
2408 createSMESHAction( 213, "SHRINK", "ICON_SHRINK", 0, true );
2409 createSMESHAction( 214, "UPDATE", "ICON_UPDATE" );
2410 createSMESHAction( 215, "NODES", "ICON_POINTS", 0, true );
2411 createSMESHAction( 217, "EDGES", "ICON_DLG_EDGE", 0, true );
2412 createSMESHAction( 218, "FACES", "ICON_DLG_TRIANGLE", 0, true );
2413 createSMESHAction( 219, "VOLUMES", "ICON_DLG_TETRAS", 0, true );
2414 createSMESHAction( 220, "ALL" );
2415 createSMESHAction( 1100, "EDIT_HYPO" );
2416 createSMESHAction( 1101, "RENAME", "", Key_F2 );
2417 createSMESHAction( 1102, "UNASSIGN" );
2418 createSMESHAction( 9010, "NUM_NODES", "", 0, true );
2419 createSMESHAction( 9011, "NUM_ELEMENTS", "", 0, true );
2420 createSMESHAction( 1131, "DISPMODE" );
2421 createSMESHAction( 1132, "COLORS" );
2422 createSMESHAction( 1133, "TRANSP" );
2423 createSMESHAction( 1134, "CLIP" );
2424 createSMESHAction( 1135, "DISP_ENT" );
2425 createSMESHAction( 2000, "CTRL" );
2427 createSMESHAction( 300, "ERASE" );
2428 createSMESHAction( 301, "DISPLAY" );
2429 createSMESHAction( 302, "DISPLAY_ONLY" );
2430 createSMESHAction( 4033, "POLYHEDRON", "ICON_DLG_POLYHEDRON" );
2431 createSMESHAction( 4034, "QUADRATIC_EDGE", "ICON_DLG_QUADRATIC_EDGE" );
2432 createSMESHAction( 4035, "QUADRATIC_TRIANGLE", "ICON_DLG_QUADRATIC_TRIANGLE" );
2433 createSMESHAction( 4036, "QUADRATIC_QUADRANGLE", "ICON_DLG_QUADRATIC_QUADRANGLE" );
2434 createSMESHAction( 4037, "QUADRATIC_TETRAHEDRON", "ICON_DLG_QUADRATIC_TETRAHEDRON" );
2435 createSMESHAction( 4038, "QUADRATIC_PYRAMID", "ICON_DLG_QUADRATIC_PYRAMID" );
2436 createSMESHAction( 4039, "QUADRATIC_PENTAHEDRON", "ICON_DLG_QUADRATIC_PENTAHEDRON" );
2437 createSMESHAction( 4040, "QUADRATIC_HEXAHEDRON", "ICON_DLG_QUADRATIC_HEXAHEDRON" );
2439 // ----- create menu --------------
2440 int fileId = createMenu( tr( "MEN_FILE" ), -1, 1 ),
2441 editId = createMenu( tr( "MEN_EDIT" ), -1, 3 ),
2442 toolsId = createMenu( tr( "MEN_TOOLS" ), -1, 5, 50 ),
2443 meshId = createMenu( tr( "MEN_MESH" ), -1, 70, 10 ),
2444 ctrlId = createMenu( tr( "MEN_CTRL" ), -1, 60, 10 ),
2445 modifyId = createMenu( tr( "MEN_MODIFY" ), -1, 40, 10 ),
2446 viewId = createMenu( tr( "MEN_VIEW" ), -1, 2 );
2448 createMenu( separator(), fileId );
2450 int importId = createMenu( tr( "MEN_IMPORT" ), fileId, 11, 10 ),
2451 exportId = createMenu( tr( "MEN_EXPORT" ), fileId, 12, 10 ),
2452 addId = createMenu( tr( "MEN_ADD" ), modifyId, 402 ),
2453 removeId = createMenu( tr( "MEN_REMOVE" ), modifyId, 403 ),
2454 renumId = createMenu( tr( "MEN_RENUM" ), modifyId, 404 ),
2455 transfId = createMenu( tr( "MEN_TRANSF" ), modifyId, 405 );
2457 createMenu( 111, importId, -1 );
2458 createMenu( 112, importId, -1 );
2459 createMenu( 113, importId, -1 );
2461 createMenu( 121, exportId, -1 );
2462 createMenu( 122, exportId, -1 );
2463 createMenu( 123, exportId, -1 );
2464 createMenu( 140, exportId, -1 ); // export to stl STL
2466 createMenu( separator(), fileId, 10 );
2468 createMenu( 33, editId, -1 );
2470 createMenu( 5105, toolsId, -1 );
2472 createMenu( 702, meshId, -1 );
2473 createMenu( 703, meshId, -1 );
2474 createMenu( 704, meshId, -1 );
2475 createMenu( 710, meshId, -1 );
2476 createMenu( separator(), meshId, -1 );
2477 createMenu( 701, meshId, -1 );
2478 createMenu( separator(), meshId, -1 );
2479 createMenu( 801, meshId, -1 );
2480 createMenu( 802, meshId, -1 );
2481 createMenu( 803, meshId, -1 );
2482 createMenu( separator(), meshId, -1 );
2483 createMenu( 810, meshId, -1 );
2484 createMenu( 811, meshId, -1 );
2485 createMenu( 812, meshId, -1 );
2486 createMenu( separator(), meshId, -1 );
2487 createMenu( 813, meshId, -1 );
2488 createMenu( separator(), meshId, -1 );
2489 createMenu( 900, meshId, -1 );
2490 createMenu( 902, meshId, -1 );
2491 createMenu( separator(), meshId, -1 );
2493 createMenu( 6003, ctrlId, -1 );
2494 createMenu( 6001, ctrlId, -1 );
2495 createMenu( 6004, ctrlId, -1 );
2496 createMenu( separator(), ctrlId, -1 );
2497 createMenu( 6002, ctrlId, -1 );
2498 createMenu( 6018, ctrlId, -1 );
2499 createMenu( 6019, ctrlId, -1 );
2500 createMenu( 6011, ctrlId, -1 );
2501 createMenu( 6012, ctrlId, -1 );
2502 createMenu( 6013, ctrlId, -1 );
2503 createMenu( 6014, ctrlId, -1 );
2504 createMenu( 6015, ctrlId, -1 );
2505 createMenu( 6016, ctrlId, -1 );
2506 createMenu( separator(), ctrlId, -1 );
2507 createMenu( 6017, ctrlId, -1 );
2508 createMenu( 6009, ctrlId, -1 );
2509 createMenu( separator(), ctrlId, -1 );
2511 createMenu( 400, addId, -1 );
2512 createMenu( 401, addId, -1 );
2513 createMenu( 4021, addId, -1 );
2514 createMenu( 4022, addId, -1 );
2515 createMenu( 4023, addId, -1 );
2516 createMenu( 4031, addId, -1 );
2517 createMenu( 4032, addId, -1 );
2518 createMenu( 4033, addId, -1 );
2519 createMenu( separator(), addId, -1 );
2520 createMenu( 4034, addId, -1 );
2521 createMenu( 4035, addId, -1 );
2522 createMenu( 4036, addId, -1 );
2523 createMenu( 4037, addId, -1 );
2524 createMenu( 4038, addId, -1 );
2525 createMenu( 4039, addId, -1 );
2526 createMenu( 4040, addId, -1 );
2528 createMenu( 4041, removeId, -1 );
2529 createMenu( 4042, removeId, -1 );
2531 createMenu( 4051, renumId, -1 );
2532 createMenu( 4052, renumId, -1 );
2534 createMenu( 4061, transfId, -1 );
2535 createMenu( 4062, transfId, -1 );
2536 createMenu( 4063, transfId, -1 );
2537 createMenu( 4064, transfId, -1 );
2538 createMenu( 4065, transfId, -1 );
2539 createMenu( 4066, transfId, -1 );
2541 createMenu( 406, modifyId, -1 );
2542 createMenu( 4067,modifyId, -1 );
2543 createMenu( 407, modifyId, -1 );
2544 createMenu( 408, modifyId, -1 );
2545 createMenu( 409, modifyId, -1 );
2546 createMenu( 410, modifyId, -1 );
2547 createMenu( 411, modifyId, -1 );
2548 createMenu( 412, modifyId, -1 );
2549 createMenu( 413, modifyId, -1 );
2550 createMenu( 416, modifyId, -1 );
2551 createMenu( 414, modifyId, -1 );
2552 createMenu( 415, modifyId, -1 );
2553 createMenu( 417, modifyId, -1 );
2555 createMenu( 214, viewId, -1 );
2557 // ----- create toolbars --------------
2558 int meshTb = createTool( tr( "TB_MESH" ) ),
2559 ctrlTb = createTool( tr( "TB_CTRL" ) ),
2560 addRemTb = createTool( tr( "TB_ADD_REMOVE" ) ),
2561 modifyTb = createTool( tr( "TB_MODIFY" ) ),
2562 dispModeTb = createTool( tr( "TB_DISP_MODE" ) );
2564 createTool( 702, meshTb );
2565 createTool( 703, meshTb );
2566 createTool( 704, meshTb );
2567 createTool( 710, meshTb );
2568 createTool( separator(), meshTb );
2569 createTool( 701, meshTb );
2570 createTool( separator(), meshTb );
2571 createTool( 801, meshTb );
2572 createTool( 802, meshTb );
2573 createTool( 803, meshTb );
2574 createTool( separator(), meshTb );
2575 createTool( 900, meshTb );
2576 createTool( 902, meshTb );
2577 createTool( separator(), meshTb );
2579 createTool( 6001, ctrlTb );
2580 createTool( 6003, ctrlTb );
2581 createTool( 6004, ctrlTb );
2582 createTool( separator(), ctrlTb );
2583 createTool( 6002, ctrlTb );
2584 createTool( 6018, ctrlTb );
2585 createTool( 6019, ctrlTb );
2586 createTool( 6011, ctrlTb );
2587 createTool( 6012, ctrlTb );
2588 createTool( 6013, ctrlTb );
2589 createTool( 6014, ctrlTb );
2590 createTool( 6015, ctrlTb );
2591 createTool( 6016, ctrlTb );
2592 createTool( separator(), ctrlTb );
2593 createTool( 6017, ctrlTb );
2594 createTool( 6009, ctrlTb );
2595 createTool( separator(), ctrlTb );
2597 createTool( 400, addRemTb );
2598 createTool( 401, addRemTb );
2599 createTool( 4021, addRemTb );
2600 createTool( 4022, addRemTb );
2601 createTool( 4023, addRemTb );
2602 createTool( 4031, addRemTb );
2603 createTool( 4032, addRemTb );
2604 createTool( 4033, addRemTb );
2605 createTool( separator(), addRemTb );
2606 createTool( 4034, addRemTb );
2607 createTool( 4035, addRemTb );
2608 createTool( 4036, addRemTb );
2609 createTool( 4037, addRemTb );
2610 createTool( 4038, addRemTb );
2611 createTool( 4039, addRemTb );
2612 createTool( 4040, addRemTb );
2613 createTool( separator(), addRemTb );
2614 createTool( 4041, addRemTb );
2615 createTool( 4042, addRemTb );
2616 createTool( separator(), addRemTb );
2617 createTool( 4051, addRemTb );
2618 createTool( 4052, addRemTb );
2619 createTool( separator(), addRemTb );
2620 createTool( 4061, addRemTb );
2621 createTool( 4062, addRemTb );
2622 createTool( 4063, addRemTb );
2623 createTool( 4064, addRemTb );
2624 createTool( 4065, addRemTb );
2625 createTool( 4066, addRemTb );
2626 createTool( separator(), addRemTb );
2628 createTool( 406, modifyTb );
2629 createTool( 4067,modifyTb );
2630 createTool( 407, modifyTb );
2631 createTool( 408, modifyTb );
2632 createTool( 409, modifyTb );
2633 createTool( 410, modifyTb );
2634 createTool( 411, modifyTb );
2635 createTool( 412, modifyTb );
2636 createTool( 413, modifyTb );
2637 createTool( 416, modifyTb );
2638 createTool( 414, modifyTb );
2639 createTool( 415, modifyTb );
2640 createTool( 417, modifyTb );
2642 createTool( 214, dispModeTb );
2646 QString OB = "'ObjectBrowser'",
2647 View = "'" + SVTK_Viewer::Type() + "'",
2649 mesh = pat.arg( SMESHGUI_Selection::typeName( MESH ) ),
2650 group = pat.arg( SMESHGUI_Selection::typeName( GROUP ) ),
2651 hypo = pat.arg( SMESHGUI_Selection::typeName( HYPOTHESIS ) ),
2652 algo = pat.arg( SMESHGUI_Selection::typeName( ALGORITHM ) ),
2653 elems = QString( "'%1' '%2' '%3' '%4' '%5' '%6'" ).
2654 arg( SMESHGUI_Selection::typeName( SUBMESH_VERTEX ) ).
2655 arg( SMESHGUI_Selection::typeName( SUBMESH_EDGE ) ).
2656 arg( SMESHGUI_Selection::typeName( SUBMESH_FACE ) ).
2657 arg( SMESHGUI_Selection::typeName( SUBMESH_SOLID ) ).
2658 arg( SMESHGUI_Selection::typeName( SUBMESH_COMPOUND ) ).
2659 arg( SMESHGUI_Selection::typeName( SUBMESH ) ),
2661 mesh_group = mesh + " " + subMesh + " " + group,
2662 hyp_alg = hypo + " " + algo;
2664 // popup for object browser
2666 createPopupItem( 704, OB, mesh, "&& isComputable"); // EDIT_MESHSUBMESH
2667 createPopupItem( 704, OB, subMesh, "&& isComputable" ); // EDIT_MESHSUBMESH
2668 createPopupItem( 803, OB, group ); // EDIT_GROUP
2669 popupMgr()->insert( separator(), -1, 0 );
2670 createPopupItem( 701, OB, mesh, "&& isComputable" ); // COMPUTE
2671 createPopupItem( 214, OB, mesh_group ); // UPDATE
2672 createPopupItem( 900, OB, mesh_group ); // ADV_INFO
2673 createPopupItem( 902, OB, mesh ); // STD_INFO
2674 popupMgr()->insert( separator(), -1, 0 );
2675 createPopupItem( 801, OB, mesh ); // CREATE_GROUP
2676 createPopupItem( 802, OB, subMesh ); // CONSTRUCT_GROUP
2677 popupMgr()->insert( separator(), -1, 0 );
2678 createPopupItem( 1100, OB, hypo, "" /*"&& $hasReference={false}"*/ ); // EDIT HYPOTHESIS
2679 createPopupItem( 1102, OB, hyp_alg ); // REMOVE HYPOTHESIS / ALGORITHMS
2680 createPopupItem( 1101, OB, mesh_group + " " + hyp_alg, "" /*"&& $hasReference={false}"*/ ); // RENAME
2681 popupMgr()->insert( separator(), -1, 0 );
2683 QString only_one_non_empty = QString( " && %1=1 && numberOfNodes>0" ).arg( QtxPopupMgr::Selection::defSelCountParam() );
2684 createPopupItem( 125, OB, mesh, only_one_non_empty ); // EXPORT_MED
2685 createPopupItem( 126, OB, mesh, only_one_non_empty ); // EXPORT_UNV
2686 createPopupItem( 141, OB, mesh, only_one_non_empty ); // EXPORT_STL
2687 //createPopupItem( 33, OB, subMesh + " " + group ); // DELETE
2688 createPopupItem( 33, OB, mesh_group + " " + hyp_alg ); // DELETE
2689 popupMgr()->insert( separator(), -1, 0 );
2692 createPopupItem( 803, View, group ); // EDIT_GROUP
2693 createPopupItem( 804, View, elems ); // ADD
2694 createPopupItem( 805, View, elems ); // REMOVE
2695 popupMgr()->insert( separator(), -1, 0 );
2696 createPopupItem( 214, View, mesh_group ); // UPDATE
2697 createPopupItem( 900, View, mesh_group ); // ADV_INFO
2698 createPopupItem( 902, View, mesh ); // STD_INFO
2699 popupMgr()->insert( separator(), -1, 0 );
2703 isInvisible("not( isVisible )"),
2704 isEmpty("numberOfNodes = 0"),
2705 isNotEmpty("numberOfNodes <> 0"),
2707 // has nodes, edges, etc in VISIBLE! actor
2708 hasNodes("(numberOfNodes > 0 )"),//&& isVisible)"),
2709 hasElems("(count( elemTypes ) > 0)"),
2710 hasDifferentElems("(count( elemTypes ) > 1)"),
2711 hasEdges("({'Edge'} in elemTypes)"),
2712 hasFaces("({'Face'} in elemTypes)"),
2713 hasVolumes("({'Volume'} in elemTypes)");
2715 QString lc = QtxPopupMgr::Selection::defEquality();
2716 QString aClient = QString( "%1client in {%2}" ).arg( lc ).arg( "'VTKViewer'" );
2717 QString aType = QString( "%1type in {%2}" ).arg( QtxPopupMgr::Selection::defEquality() );
2718 aType = aType.arg( mesh_group );
2719 QString aMeshInVTK = aClient + "&&" + aType;
2721 //-------------------------------------------------
2723 //-------------------------------------------------
2724 anId = popupMgr()->insert( tr( "MEN_NUM" ), -1, -1 );
2726 popupMgr()->insert( action( 9010 ), anId, -1 );
2727 popupMgr()->setRule( action( 9010 ), aMeshInVTK + "&& isVisible &&" + hasNodes, true );
2728 popupMgr()->setRule( action( 9010 ), "{'Point'} in labeledTypes", false );
2730 popupMgr()->insert( action( 9011 ), anId, -1 );
2731 popupMgr()->setRule( action( 9011 ), aMeshInVTK + "&& isVisible &&" + hasElems, true );
2732 popupMgr()->setRule( action( 9011 ), "{'Cell'} in labeledTypes", false );
2734 popupMgr()->insert( separator(), -1, -1 );
2736 //-------------------------------------------------
2738 //-------------------------------------------------
2739 anId = popupMgr()->insert( tr( "MEN_DISPMODE" ), -1, -1 );
2741 popupMgr()->insert( action( 211 ), anId, -1 ); // WIRE
2742 popupMgr()->setRule( action( 211 ), aMeshInVTK + "&&" + hasElems, true );
2743 popupMgr()->setRule( action( 211 ), "displayMode = 'eEdge'", false );
2745 popupMgr()->insert( action( 212 ), anId, -1 ); // SHADE
2746 popupMgr()->setRule( action( 212 ),aMeshInVTK+ "&& (" + hasFaces + "||" + hasVolumes + ")",true);
2747 popupMgr()->setRule( action( 212 ), "displayMode = 'eSurface'", false );
2749 popupMgr()->insert( action( 215 ), anId, -1 ); // POINTS
2750 popupMgr()->setRule( action( 215 ), aMeshInVTK + "&&" + hasNodes, true );
2751 popupMgr()->setRule( action( 215 ), "displayMode = 'ePoint'", false );
2753 popupMgr()->insert( separator(), anId, -1 );
2755 popupMgr()->insert( action( 213 ), anId, -1 ); // SHRINK
2756 popupMgr()->setRule( action( 213 ), aMeshInVTK + "&& shrinkMode <> 'IsNotShrinkable' && displayMode <> 'ePoint'",true);
2757 popupMgr()->setRule( action( 213 ), "shrinkMode = 'IsShrunk'", false );
2759 //-------------------------------------------------
2761 //-------------------------------------------------
2762 QString aDiffElemsInVTK = aMeshInVTK + "&&" + hasDifferentElems;
2764 anId = popupMgr()->insert( tr( "MEN_DISP_ENT" ), -1, -1 );
2766 popupMgr()->insert( action( 217 ), anId, -1 ); // EDGES
2767 popupMgr()->setRule( action( 217 ), aDiffElemsInVTK + "&& isVisible &&" + hasEdges, true );
2768 popupMgr()->setRule( action( 217 ), "{'Edge'} in entityMode", false );
2770 popupMgr()->insert( action( 218 ), anId, -1 ); // FACES
2771 popupMgr()->setRule( action( 218 ), aDiffElemsInVTK + "&& isVisible &&" + hasFaces, true );
2772 popupMgr()->setRule( action( 218 ), "{'Face'} in entityMode", false );
2774 popupMgr()->insert( action( 219 ), anId, -1 ); // VOLUMES
2775 popupMgr()->setRule( action( 219 ), aDiffElemsInVTK + "&& isVisible &&" + hasVolumes, true );
2776 popupMgr()->setRule( action( 219 ), "{'Volume'} in entityMode", false );
2778 popupMgr()->insert( separator(), anId, -1 );
2780 popupMgr()->insert( action( 220 ), anId, -1 ); // ALL
2781 popupMgr()->setRule( action( 220 ), aDiffElemsInVTK + "&& isVisible && not( elemTypes in entityMode )", true );
2783 //-------------------------------------------------
2785 //-------------------------------------------------
2786 popupMgr()->insert( action( 1132 ), -1, -1 );
2787 popupMgr()->setRule( action( 1132 ), aMeshInVTK + "&& isVisible", true );
2789 //-------------------------------------------------
2791 //-------------------------------------------------
2792 popupMgr()->insert( action( 1133 ), -1, -1 );
2793 popupMgr()->setRule( action( 1133 ), aMeshInVTK + "&& isVisible", true );
2795 //-------------------------------------------------
2797 //-------------------------------------------------
2798 popupMgr()->insert( action( 1134 ), -1, -1 );
2799 popupMgr()->setRule( action( 1134 ), aMeshInVTK + "&& isVisible", true );
2801 popupMgr()->insert( separator(), -1, -1 );
2803 //-------------------------------------------------
2805 //-------------------------------------------------
2807 aMeshInVtkHasEdges = aMeshInVTK + "&&" + hasEdges,
2808 aMeshInVtkHasFaces = aMeshInVTK + "&&" + hasFaces,
2809 aMeshInVtkHasVolumes = aMeshInVTK + "&&" + hasVolumes;
2811 anId = popupMgr()->insert( tr( "MEN_CTRL" ), -1, -1 );
2813 popupMgr()->insert( action( 200 ), anId, -1 ); // RESET
2814 popupMgr()->setRule( action( 200 ), aMeshInVTK + "&& controlMode <> 'eNone'", true );
2816 popupMgr()->insert( separator(), anId, -1 );
2818 popupMgr()->insert( action( 6003 ), anId, -1 ); // FREE_BORDER
2819 popupMgr()->setRule( action( 6003 ), aMeshInVtkHasEdges, true );
2820 popupMgr()->setRule( action( 6003 ), "controlMode = 'eFreeBorders'", false );
2822 popupMgr()->insert( action( 6001 ), anId, -1 ); // LENGTH
2823 popupMgr()->setRule( action( 6001 ), aMeshInVtkHasEdges, true );
2824 popupMgr()->setRule( action( 6001 ), "controlMode = 'eLength'", false );
2826 popupMgr()->insert( action( 6004 ), anId, -1 ); // CONNECTION
2827 popupMgr()->setRule( action( 6004 ), aMeshInVtkHasEdges, true );
2828 popupMgr()->setRule( action( 6004 ), "controlMode = 'eMultiConnection'", false );
2830 popupMgr()->insert( separator(), anId, -1 );
2832 popupMgr()->insert( action( 6002 ), anId, -1 ); // FREE_EDGE
2833 popupMgr()->setRule( action( 6002 ), aMeshInVtkHasFaces, true );
2834 popupMgr()->setRule( action( 6002 ), "controlMode = 'eFreeEdges'", false );
2836 popupMgr()->insert( action( 6018 ), anId, -1 ); // LENGTH_2D
2837 popupMgr()->setRule( action( 6018 ), aMeshInVtkHasFaces, true );
2838 popupMgr()->setRule( action( 6018 ), "controlMode = 'eLength2D'", false );
2840 popupMgr()->insert( action( 6019 ), anId, -1 ); // CONNECTION_2D
2841 popupMgr()->setRule( action( 6019 ), aMeshInVtkHasFaces, true );
2842 popupMgr()->setRule( action( 6019 ), "controlMode = 'eMultiConnection2D'", false );
2844 popupMgr()->insert( action( 6011 ), anId, -1 ); // AREA
2845 popupMgr()->setRule( action( 6011 ), aMeshInVtkHasFaces, true );
2846 popupMgr()->setRule( action( 6011 ), "controlMode = 'eArea'", false );
2848 popupMgr()->insert( action( 6012 ), anId, -1 ); // TAPER
2849 popupMgr()->setRule( action( 6012 ), aMeshInVtkHasFaces, true );
2850 popupMgr()->setRule( action( 6012 ), "controlMode = 'eTaper'", false );
2852 popupMgr()->insert( action( 6013 ), anId, -1 ); // ASPECT
2853 popupMgr()->setRule( action( 6013 ), aMeshInVtkHasFaces, true );
2854 popupMgr()->setRule( action( 6013 ), "controlMode = 'eAspectRatio'", false );
2856 popupMgr()->insert( action( 6014 ), anId, -1 ); // MIN_ANG
2857 popupMgr()->setRule( action( 6014 ), aMeshInVtkHasFaces, true );
2858 popupMgr()->setRule( action( 6014 ), "controlMode = 'eMinimumAngle'", false );
2860 popupMgr()->insert( action( 6015 ), anId, -1 ); // WARP
2861 popupMgr()->setRule( action( 6015 ), aMeshInVtkHasFaces, true );
2862 popupMgr()->setRule( action( 6015 ), "controlMode = 'eWarping'", false );
2864 popupMgr()->insert( action( 6016 ), anId, -1 ); // SKEW
2865 popupMgr()->setRule( action( 6016 ), aMeshInVtkHasFaces, true );
2866 popupMgr()->setRule( action( 6016 ), "controlMode = 'eSkew'", false );
2868 popupMgr()->insert( separator(), anId, -1 );
2870 popupMgr()->insert( action( 6017 ), anId, -1 ); // ASPECT_3D
2871 popupMgr()->setRule( action( 6017 ), aMeshInVtkHasVolumes, true );
2872 popupMgr()->setRule( action( 6017 ), "controlMode = 'eAspectRatio3D'", false );
2874 popupMgr()->insert ( action( 6009 ), anId, -1 ); // VOLUME_3D
2875 popupMgr()->setRule( action( 6009 ), aMeshInVtkHasVolumes, true );
2876 popupMgr()->setRule( action( 6009 ), "controlMode = 'eVolume3D'", false );
2878 popupMgr()->insert( separator(), anId, -1 );
2880 popupMgr()->insert( action( 201 ), anId, -1 ); // SCALAR_BAR_PROP
2881 popupMgr()->setRule( action( 201 ), aMeshInVTK + "&& controlMode <> 'eNone'", true );
2883 popupMgr()->insert( separator(), -1, -1 );
2885 //-------------------------------------------------
2887 //-------------------------------------------------
2888 aClient = "($client in {'VTKViewer' 'ObjectBrowser'})";
2889 QString anActiveVTK = QString("activeView = '%1'").arg(SVTK_Viewer::Type());
2890 QString aSelCount = QString( "%1 > 0" ).arg( QtxPopupMgr::Selection::defSelCountParam() );
2892 QString aRule = "$component={'SMESH'} and ( type='Component' or (" + aClient + " and " +
2893 aType + " and " + aSelCount + " and " + anActiveVTK + " and " + isNotEmpty + " %1 ) )";
2894 popupMgr()->insert( action( 301 ), -1, -1 ); // DISPLAY
2895 popupMgr()->setRule( action( 301 ), aRule.arg( "and (not isVisible)" ), true);
2897 popupMgr()->insert( action( 300 ), -1, -1 ); // ERASE
2898 popupMgr()->setRule( action( 300 ), aRule.arg( "and isVisible" ), true );
2900 popupMgr()->insert( action( 302 ), -1, -1 ); // DISPLAY_ONLY
2901 popupMgr()->setRule( action( 302 ), aRule.arg( "" ), true );
2903 popupMgr()->insert( separator(), -1, -1 );
2905 connect( application(), SIGNAL( viewManagerActivated( SUIT_ViewManager* ) ),
2906 this, SLOT( onViewManagerActivated( SUIT_ViewManager* ) ) );
2909 bool SMESHGUI::activateModule( SUIT_Study* study )
2911 bool res = SalomeApp_Module::activateModule( study );
2913 setMenuShown( true );
2914 setToolShown( true );
2916 // Reset actions accelerator keys
2917 action(111)->setAccel(QKeySequence(CTRL + Key_B)); // Import DAT
2918 action(112)->setAccel(QKeySequence(CTRL + Key_U)); // Import UNV
2919 action(113)->setAccel(QKeySequence(CTRL + Key_M)); // Import MED
2924 bool SMESHGUI::deactivateModule( SUIT_Study* study )
2926 setMenuShown( false );
2927 setToolShown( false );
2929 EmitSignalCloseAllDialogs();
2931 // Unset actions accelerator keys
2932 action(111)->setAccel(QKeySequence()); // Import DAT
2933 action(112)->setAccel(QKeySequence()); // Import UNV
2934 action(113)->setAccel(QKeySequence()); // Import MED
2936 return SalomeApp_Module::deactivateModule( study );
2939 void SMESHGUI::OnGUIEvent()
2941 const QObject* obj = sender();
2942 if ( !obj || !obj->inherits( "QAction" ) )
2944 int id = actionId((QAction*)obj);
2949 SMESH::SMESH_Gen_var SMESHGUI::GetSMESHGen()
2951 _PTR(Study) aStudy = SMESH::GetActiveStudyDocument(); //Document OCAF de l'etude active
2952 if ( CORBA::is_nil( myComponentSMESH ) )
2954 SMESHGUI aGUI; //SRN BugID: IPAL9186: Create an instance of SMESHGUI to initialize myComponentSMESH
2956 aGUI.myComponentSMESH->SetCurrentStudy(_CAST(Study,aStudy)->GetStudy());
2957 return aGUI.myComponentSMESH;
2960 myComponentSMESH->SetCurrentStudy(_CAST(Study,aStudy)->GetStudy());
2961 return myComponentSMESH;
2964 QString SMESHGUI::engineIOR() const
2966 CORBA::ORB_var anORB = getApp()->orb();
2967 CORBA::String_var anIOR = anORB->object_to_string(GetSMESHGen());
2968 return QString( anIOR.in() );
2971 void SMESHGUI::contextMenuPopup( const QString& client, QPopupMenu* menu, QString& /*title*/ )
2973 SMESHGUI_Selection sel;
2974 sel.init( client, selectionMgr() );
2975 popupMgr()->updatePopup( menu, &sel );
2978 void SMESHGUI::windows( QMap<int, int>& aMap ) const
2980 aMap.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::DockLeft );
2981 aMap.insert( SalomeApp_Application::WT_PyConsole, Qt::DockBottom );
2984 void SMESHGUI::viewManagers( QStringList& list ) const
2986 list.append( SVTK_Viewer::Type() );
2989 void SMESHGUI::onViewManagerActivated( SUIT_ViewManager* mgr )
2991 if ( dynamic_cast<SVTK_ViewManager*>( mgr ) )
2992 SMESH::UpdateSelectionProp( this );
2995 void SMESHGUI::createPreferences()
2997 int genTab = addPreference( tr( "PREF_TAB_GENERAL" ) );
2999 int updateGroup = addPreference( tr( "PREF_GROUP_UPDATE" ), genTab );
3000 addPreference( tr( "PREF_AUTO_UPDATE" ), updateGroup, LightApp_Preferences::Bool, "SMESH", "auto_update" );
3002 int qaGroup = addPreference( tr( "PREF_GROUP_QUALITY" ), genTab );
3003 addPreference( tr( "PREF_DISPLAY_ENTITY" ), qaGroup, LightApp_Preferences::Bool, "SMESH", "display_entity" );
3004 addPreference( tr( "PREF_PRECISION_USE" ), qaGroup, LightApp_Preferences::Bool, "SMESH", "use_precision" );
3006 int precGroup = addPreference( tr( "PREF_GROUP_PRECISION" ), genTab );
3007 setPreferenceProperty( precGroup, "columns", 1 );
3009 int prec = addPreference( tr( "PREF_PRECISION_VALUE" ), precGroup, LightApp_Preferences::IntSpin, "SMESH", "controls_precision" );
3011 setPreferenceProperty( prec, "min", 0 );
3012 setPreferenceProperty( prec, "max", 16 );
3014 int dispgroup = addPreference( tr( "PREF_DISPLAY_MODE" ), genTab );
3015 int dispmode = addPreference( tr( "PREF_DISPLAY_MODE" ), dispgroup, LightApp_Preferences::Selector, "SMESH", "display_mode" );
3017 modes.append( "Wireframe" );
3018 modes.append( "Shading" );
3019 modes.append( "Nodes" );
3020 modes.append( "Shrink" );
3021 QValueList<QVariant> indices;
3022 indices.append( 0 );
3023 indices.append( 1 );
3024 indices.append( 2 );
3025 indices.append( 3 );
3026 setPreferenceProperty( dispmode, "strings", modes );
3027 setPreferenceProperty( dispmode, "indexes", indices );
3029 int exportgroup = addPreference( tr( "PREF_GROUP_EXPORT" ), genTab );
3030 addPreference( tr( "PREF_AUTO_GROUPS" ), exportgroup, LightApp_Preferences::Bool, "SMESH", "auto_groups" );
3031 addPreference( tr( "PREF_RENUMBER" ), exportgroup, LightApp_Preferences::Bool, "SMESH", "renumbering" );
3033 int meshTab = addPreference( tr( "PREF_TAB_MESH" ) );
3034 int nodeGroup = addPreference( tr( "PREF_GROUP_NODES" ), meshTab );
3036 addPreference( tr( "PREF_COLOR" ), nodeGroup, LightApp_Preferences::Color, "SMESH", "node_color" );
3037 int nodeSz = addPreference( tr( "PREF_SIZE" ), nodeGroup, LightApp_Preferences::IntSpin, "SMESH", "node_size" );
3039 setPreferenceProperty( nodeSz, "min", 1 );
3040 setPreferenceProperty( nodeSz, "max", 5 );
3042 int elemGroup = addPreference( tr( "PREF_GROUP_ELEMENTS" ), meshTab );
3044 addPreference( tr( "PREF_FILL" ), elemGroup, LightApp_Preferences::Color, "SMESH", "fill_color" );
3045 addPreference( tr( "PREF_OUTLINE" ), elemGroup, LightApp_Preferences::Color, "SMESH", "outline_color" );
3046 addPreference( tr( "PREF_BACKFACE" ), elemGroup, LightApp_Preferences::Color, "SMESH", "backface_color" );
3047 addPreference( "", elemGroup, LightApp_Preferences::Space );
3049 int elemW = addPreference( tr( "PREF_WIDTH" ), elemGroup, LightApp_Preferences::IntSpin, "SMESH", "element_width" );
3050 int shrink = addPreference( tr( "PREF_SHRINK_COEFF" ), elemGroup, LightApp_Preferences::IntSpin, "SMESH", "shrink_coeff" );
3052 setPreferenceProperty( elemW, "min", 1 );
3053 setPreferenceProperty( elemW, "max", 5 );
3055 setPreferenceProperty( shrink, "min", 0 );
3056 setPreferenceProperty( shrink, "max", 100 );
3058 int selTab = addPreference( tr( "PREF_TAB_SELECTION" ) );
3060 int selGroup = addPreference( tr( "PREF_GROUP_SELECTION" ), selTab );
3062 addPreference( tr( "PREF_OBJECT_COLOR" ), selGroup, LightApp_Preferences::Color, "SMESH", "selection_object_color" );
3063 addPreference( tr( "PREF_ELEMENT_COLOR" ), selGroup, LightApp_Preferences::Color, "SMESH", "selection_element_color" );
3064 int selW = addPreference( tr( "PREF_WIDTH" ), selGroup, LightApp_Preferences::IntSpin, "SMESH", "selection_width" );
3066 setPreferenceProperty( selW, "min", 1 );
3067 setPreferenceProperty( selW, "max", 5 );
3069 int preGroup = addPreference( tr( "PREF_GROUP_PRESELECTION" ), selTab );
3071 addPreference( tr( "PREF_HIGHLIGHT_COLOR" ), preGroup, LightApp_Preferences::Color, "SMESH", "highlight_color" );
3072 int preW = addPreference( tr( "PREF_WIDTH" ), preGroup, LightApp_Preferences::IntSpin, "SMESH", "highlight_width" );
3074 setPreferenceProperty( preW, "min", 1 );
3075 setPreferenceProperty( preW, "max", 5 );
3077 int precSelGroup = addPreference( tr( "PREF_GROUP_PRECISION" ), selTab );
3079 addPreference( tr( "PREF_NODES" ), precSelGroup, LightApp_Preferences::Double, "SMESH", "selection_precision_node" );
3080 addPreference( tr( "PREF_ELEMENTS" ), precSelGroup, LightApp_Preferences::Double, "SMESH", "selection_precision_element" );
3081 addPreference( tr( "PREF_OBJECTS" ), precSelGroup, LightApp_Preferences::Double, "SMESH", "selection_precision_object" );
3083 int sbarTab = addPreference( tr( "SMESH_SCALARBAR" ) );
3084 int fontGr = addPreference( tr( "SMESH_FONT_SCALARBAR" ), sbarTab );
3086 int tfont = addPreference( tr( "SMESH_TITLE" ), fontGr, LightApp_Preferences::Font, "SMESH", "scalar_bar_title_font" );
3087 addPreference( tr( "PREF_TITLE_COLOR" ), fontGr, LightApp_Preferences::Color, "SMESH", "scalar_bar_title_color" );
3088 int lfont = addPreference( tr( "SMESH_LABELS" ), fontGr, LightApp_Preferences::Font, "SMESH", "scalar_bar_label_font" );
3089 addPreference( tr( "PREF_LABELS_COLOR" ), fontGr, LightApp_Preferences::Color, "SMESH", "scalar_bar_label_color" );
3092 fam.append( tr( "SMESH_FONT_ARIAL" ) );
3093 fam.append( tr( "SMESH_FONT_COURIER" ) );
3094 fam.append( tr( "SMESH_FONT_TIMES" ) );
3095 int wflag = ( QtxListResourceEdit::FontItem::All & ( ~( QtxListResourceEdit::FontItem::Size | QtxListResourceEdit::FontItem::UserSize ) ) );
3097 setPreferenceProperty( tfont, "families", fam );
3098 setPreferenceProperty( tfont, "system", false );
3099 setPreferenceProperty( tfont, "widget_flags", wflag );
3100 setPreferenceProperty( lfont, "families", fam );
3101 setPreferenceProperty( lfont, "system", false );
3102 setPreferenceProperty( lfont, "widget_flags", wflag );
3104 int colorsLabelsGr = addPreference( tr( "SMESH_LABELS_COLORS_SCALARBAR" ), sbarTab );
3106 int numcol = addPreference( tr( "SMESH_NUMBEROFCOLORS" ), colorsLabelsGr, LightApp_Preferences::IntSpin, "SMESH", "scalar_bar_num_colors" );
3107 setPreferenceProperty( numcol, "min", 2 );
3108 setPreferenceProperty( numcol, "max", 256 );
3110 int numlab = addPreference( tr( "SMESH_NUMBEROFLABELS" ), colorsLabelsGr, LightApp_Preferences::IntSpin, "SMESH", "scalar_bar_num_labels" );
3111 setPreferenceProperty( numlab, "min", 2 );
3112 setPreferenceProperty( numlab, "max", 65 );
3114 int orientGr = addPreference( tr( "SMESH_ORIENTATION" ), sbarTab );
3115 int orient = addPreference( tr( "SMESH_ORIENTATION" ), orientGr, LightApp_Preferences::Selector, "SMESH", "scalar_bar_orientation" );
3116 QStringList orients;
3117 orients.append( tr( "SMESH_VERTICAL" ) );
3118 orients.append( tr( "SMESH_HORIZONTAL" ) );
3119 indices.clear(); indices.append( 0 ); indices.append( 1 );
3120 setPreferenceProperty( orient, "strings", orients );
3121 setPreferenceProperty( orient, "indexes", indices );
3123 int posVSizeGr = addPreference( tr( "SMESH_POSITION_SIZE_SCALARBAR" ) + " " + tr( "SMESH_VERTICAL" ), sbarTab );
3124 int xv = addPreference( tr( "SMESH_X_SCALARBAR" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_x" );
3125 int yv = addPreference( tr( "SMESH_Y_SCALARBAR" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_y" );
3126 int wv = addPreference( tr( "SMESH_WIDTH" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_width" );
3127 int hv = addPreference( tr( "SMESH_HEIGHT" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_height" );
3128 setPreferenceProperty( xv, "step", 0.1 );
3129 setPreferenceProperty( xv, "min", 0.0 );
3130 setPreferenceProperty( xv, "max", 1.0 );
3131 setPreferenceProperty( yv, "step", 0.1 );
3132 setPreferenceProperty( yv, "min", 0.0 );
3133 setPreferenceProperty( yv, "max", 1.0 );
3134 setPreferenceProperty( wv, "step", 0.1 );
3135 setPreferenceProperty( wv, "min", 0.0 );
3136 setPreferenceProperty( wv, "max", 1.0 );
3137 setPreferenceProperty( hv, "min", 0.0 );
3138 setPreferenceProperty( hv, "max", 1.0 );
3139 setPreferenceProperty( hv, "step", 0.1 );
3141 int posHSizeGr = addPreference( tr( "SMESH_POSITION_SIZE_SCALARBAR" ) + " " + tr( "SMESH_HORIZONTAL" ), sbarTab );
3142 int xh = addPreference( tr( "SMESH_X_SCALARBAR" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_x" );
3143 int yh = addPreference( tr( "SMESH_Y_SCALARBAR" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_y" );
3144 int wh = addPreference( tr( "SMESH_WIDTH" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_width" );
3145 int hh = addPreference( tr( "SMESH_HEIGHT" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_height" );
3146 setPreferenceProperty( xv, "min", 0.0 );
3147 setPreferenceProperty( xv, "max", 1.0 );
3148 setPreferenceProperty( xv, "step", 0.1 );
3149 setPreferenceProperty( xh, "min", 0.0 );
3150 setPreferenceProperty( xh, "max", 1.0 );
3151 setPreferenceProperty( xh, "step", 0.1 );
3152 setPreferenceProperty( yh, "min", 0.0 );
3153 setPreferenceProperty( yh, "max", 1.0 );
3154 setPreferenceProperty( yh, "step", 0.1 );
3155 setPreferenceProperty( wh, "min", 0.0 );
3156 setPreferenceProperty( wh, "max", 1.0 );
3157 setPreferenceProperty( wh, "step", 0.1 );
3158 setPreferenceProperty( hh, "min", 0.0 );
3159 setPreferenceProperty( hh, "max", 1.0 );
3160 setPreferenceProperty( hh, "step", 0.1 );
3163 void SMESHGUI::preferencesChanged( const QString& sect, const QString& name )
3165 if( sect=="SMESH" ){
3166 float sbX1,sbY1,sbW,sbH;
3167 float aTol = 1.00000009999999;
3168 std::string aWarning;
3169 SUIT_ResourceMgr* aResourceMgr = SMESH::GetResourceMgr(this);
3170 if( name=="selection_object_color" || name=="selection_element_color" ||
3171 name=="selection_width" || name=="highlight_color" || name=="highlight_width" ||
3172 name=="selection_precision_node" || name=="selection_precision_element" ||
3173 name=="selection_precision_object")
3174 SMESH::UpdateSelectionProp( this );
3175 else if (name == QString("scalar_bar_vertical_x") || name == QString("scalar_bar_vertical_width")){
3176 sbX1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_x", sbX1);
3177 sbW = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_width", sbW);
3178 if(sbX1+sbW > aTol){
3179 aWarning = "Origin and Size Vertical: X+Width > 1\n";
3182 aResourceMgr->setValue("SMESH", "scalar_bar_vertical_x", sbX1);
3183 aResourceMgr->setValue("SMESH", "scalar_bar_vertical_width", sbW);
3186 else if(name == QString("scalar_bar_vertical_y") || name == QString("scalar_bar_vertical_height")){
3187 sbY1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_y", sbY1);
3188 sbH = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_height",sbH);
3189 if(sbY1+sbH > aTol){
3190 aWarning = "Origin and Size Vertical: Y+Height > 1\n";
3191 aResourceMgr->setValue("SMESH", "scalar_bar_vertical_y", sbY1);
3192 aResourceMgr->setValue("SMESH", "scalar_bar_vertical_height",sbH);
3195 else if(name == QString("scalar_bar_horizontal_x") || name == QString("scalar_bar_horizontal_width")){
3196 sbX1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_x", sbX1);
3197 sbW = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_width", sbW);
3198 if(sbX1+sbW > aTol){
3199 aWarning = "Origin and Size Horizontal: X+Width > 1\n";
3202 aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_x", sbX1);
3203 aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_width", sbW);
3206 else if(name == QString("scalar_bar_horizontal_y") || name == QString("scalar_bar_horizontal_height")){
3207 sbY1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_y", sbY1);
3208 sbH = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_height",sbH);
3209 if(sbY1+sbH > aTol){
3210 aWarning = "Origin and Size Horizontal: Y+Height > 1\n";
3213 aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_y", sbY1);
3214 aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_height",sbH);
3218 if(aWarning.size() != 0){
3219 aWarning += "The default values are applied instead.";
3220 SUIT_MessageBox::warn1(SMESHGUI::desktop(),
3221 QObject::tr("SMESH_ERR_SCALARBAR_PARAMS"),
3222 QObject::tr(aWarning.c_str()),
3223 QObject::tr("SMESH_BUT_OK"));
3228 //================================================================================
3230 * \brief Update something in accordance with update flags
3231 * \param theFlags - update flags
3233 * Update viewer or/and object browser etc. in accordance with update flags ( see
3234 * LightApp_UpdateFlags enumeration ).
3236 //================================================================================
3237 void SMESHGUI::update( const int flags )
3239 if ( flags & UF_Viewer | flags & UF_Forced )
3240 SMESH::UpdateView();
3242 SalomeApp_Module::update( flags );
3245 //================================================================================
3247 * \brief Set default selection mode
3249 * SLOT called when operation commited. Sets default selection mode
3251 //================================================================================
3252 void SMESHGUI::onOperationCommited( SUIT_Operation* )
3254 SVTK_ViewWindow* vtkWnd =
3255 dynamic_cast<SVTK_ViewWindow*>( application()->desktop()->activeWindow() );
3257 vtkWnd->SetSelectionMode( ActorSelection );
3260 //================================================================================
3262 * \brief Set default selection mode
3264 * SLOT called when operation aborted. Sets default selection mode
3266 //================================================================================
3267 void SMESHGUI::onOperationAborted( SUIT_Operation* )
3269 SVTK_ViewWindow* vtkWnd =
3270 dynamic_cast<SVTK_ViewWindow*>( application()->desktop()->activeWindow() );
3272 vtkWnd->SetSelectionMode( ActorSelection );
3275 //================================================================================
3277 * \brief Creates operation with given identifier
3278 * \param id - identifier of operation to be started
3279 * \return Pointer on created operation or NULL if operation is not created
3281 * Virtual method redefined from the base class creates operation with given id.
3282 * It is called called automatically from startOperation method of base class.
3284 //================================================================================
3285 LightApp_Operation* SMESHGUI::createOperation( const int id ) const
3287 LightApp_Operation* op = 0;
3288 // to do : create operation here
3291 case 701: // Compute mesh
3292 op = new SMESHGUI_ComputeOp();
3294 case 702: // Create mesh
3295 op = new SMESHGUI_MeshOp( true, true );
3297 case 703: // Create sub-mesh
3298 op = new SMESHGUI_MeshOp( true, false );
3300 case 704: // Edit mesh/sub-mesh
3301 op = new SMESHGUI_MeshOp( false );
3303 case 417: //convert to quadratic
3304 op = new SMESHGUI_ConvToQuadOp();
3306 case 4067: // make mesh pass through point
3307 op = new SMESHGUI_MakeNodeAtPointOp();
3314 op = SalomeApp_Module::createOperation( id );
3318 //================================================================================
3320 * \brief Stops current operations and starts a given one
3321 * \param id - The id of the operation to start
3323 //================================================================================
3325 void SMESHGUI::switchToOperation(int id)
3327 if ( _PTR(Study) aStudy = SMESH::GetActiveStudyDocument() )
3328 activeStudy()->abortAllOperations();
3329 startOperation( id );
3332 LightApp_Displayer* SMESHGUI::displayer()
3335 myDisplayer = new SMESHGUI_Displayer( getApp() );