Salome HOME
d481b7d9ca0848397e22b028e7f2d9fc359bbcd0
[modules/smesh.git] / src / SMESHGUI / SMESHGUI.cxx
1 //  SMESH SMESHGUI : GUI for SMESH component
2 //
3 //  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
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.
10 //
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.
15 //
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
19 //
20 //  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
21 //
22 //  File   : SMESHGUI.cxx
23 //  Author : Nicolas REJNERI
24 //  Module : SMESH
25 //  $Header$
26
27 #include "SMESHGUI.h"
28
29 #include "SMESHGUI_NodesDlg.h"
30 #include "SMESHGUI_TransparencyDlg.h"
31 #include "SMESHGUI_ClippingDlg.h"
32 #include "SMESHGUI_GroupDlg.h"
33 #include "SMESHGUI_RemoveNodesDlg.h"
34 #include "SMESHGUI_RemoveElementsDlg.h"
35 #include "SMESHGUI_MeshInfosDlg.h"
36 #include "SMESHGUI_StandardMeshInfosDlg.h"
37 #include "SMESHGUI_Preferences_ColorDlg.h"
38 #include "SMESHGUI_Preferences_ScalarBarDlg.h"
39 #include "SMESHGUI_Preferences_SelectionDlg.h"
40 #include "SMESHGUI_Hypotheses.h"
41 #include "SMESHGUI_MoveNodesDlg.h"
42 #include "SMESHGUI_AddMeshElementDlg.h"
43 #include "SMESHGUI_EditHypothesesDlg.h"
44 #include "SMESHGUI_CreateHypothesesDlg.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_MergeNodesDlg.h"
61 #include "SMESHGUI_EditMeshDlg.h"
62 #include "SMESHGUI_MeshPatternDlg.h"
63 #include "SMESHGUI_PrecisionDlg.h"
64 #include "SMESHGUI_Selection.h"
65 #include "SMESHGUI_CreatePolyhedralVolumeDlg.h"
66 #include "SMESHGUI_MeshOp.h"
67 #include "SMESHGUI_Displayer.h"
68
69 #include "SMESHGUI_Utils.h"
70 #include "SMESHGUI_GEOMGenUtils.h"
71 #include "SMESHGUI_MeshUtils.h"
72 #include "SMESHGUI_GroupUtils.h"
73 #include "SMESHGUI_FilterUtils.h"
74 #include "SMESHGUI_PatternUtils.h"
75 #include "SMESHGUI_VTKUtils.h"
76 #include "SMESHGUI_HypothesesUtils.h"
77
78 #include "SMESH_Actor.h"
79 #include "SMESH_Object.h"
80 #include "SMESH_TypeFilter.hxx"
81
82 #include "SalomeApp_Tools.h"
83 #include "SalomeApp_Study.h"
84 #include "SalomeApp_NameDlg.h"
85 #include "SalomeApp_DataOwner.h"
86 #include "SalomeApp_Application.h"
87 #include "SalomeApp_Preferences.h"
88 #include "SalomeApp_VTKSelector.h"
89 #include "SalomeApp_Operation.h"
90 #include "SalomeApp_UpdateFlags.h"
91
92 #include "SalomeApp_ImportOperation.h"
93
94 #include <SVTK_ViewWindow.h>
95 #include <SVTK_ViewModel.h>
96 #include <SVTK_InteractorStyle.h>
97 #include <SVTK_RenderWindowInteractor.h>
98
99 #include <VTKViewer_ViewManager.h>
100
101 #include "OB_Browser.h"
102
103 #include "SUIT_Tools.h"
104 #include "SUIT_MessageBox.h"
105 #include "SUIT_ResourceMgr.h"
106 #include "SUIT_FileDlg.h"
107 #include "SUIT_Desktop.h"
108 #include "SUIT_ResourceMgr.h"
109 #include "SUIT_OverrideCursor.h"
110 #include "SUIT_Study.h"
111 #include "SUIT_Session.h"
112
113 #include "QtxPopupMgr.h"
114
115 #include "SALOME_ListIO.hxx"
116 #include "SALOME_ListIteratorOfListIO.hxx"
117 #include "SALOME_InteractiveObject.hxx"
118 #include "SALOME_NamingService.hxx"
119 #include "SALOME_LifeCycleCORBA.hxx"
120
121 #include "SALOMEconfig.h"
122 #include CORBA_CLIENT_HEADER(SALOMEDS_Attributes)
123
124 // QT Includes
125 #define  INCLUDE_MENUITEM_DEF
126 #include <qpopupmenu.h>
127 #include <qstring.h>
128 #include <qwidget.h>
129 #include <qaction.h>
130
131 // BOOST Includes
132 #include <boost/shared_ptr.hpp>
133
134 // VTK Includes
135 #include <vtkRenderer.h>
136 #include <vtkRenderWindow.h>
137 #include <vtkActorCollection.h>
138 #include <vtkScalarBarActor.h>
139 #include <vtkUnstructuredGrid.h>
140
141 #include "utilities.h"
142
143 #include "SALOMEDS_Study.hxx"
144 #include "SALOMEDSClient_StudyBuilder.hxx"
145 #include "SALOMEDSClient_SComponent.hxx"
146
147 using namespace std;
148
149 namespace{
150   // Decalarations
151   //=============================================================
152   void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,
153                             int theCommandID);
154
155   void ExportMeshToFile(int theCommandID);
156
157   void SetDisplayMode(int theCommandID);
158
159   void SetDisplayEntity(int theCommandID);
160
161   void Control( int theCommandID );
162
163
164   // Definitions
165   //=============================================================
166   void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,
167                             int theCommandID)
168   {
169     QStringList filter;
170     string myExtension;
171
172     if(theCommandID == 113){
173       filter.append(QObject::tr("MED files (*.med)"));
174       filter.append(QObject::tr("All files (*)"));
175     }else if (theCommandID == 112){
176       filter.append(QObject::tr("IDEAS files (*.unv)"));
177     }else if (theCommandID == 111){
178       filter.append(QObject::tr("DAT files (*.dat)"));
179     }
180     QString filename = SUIT_FileDlg::getFileName(SMESHGUI::desktop(),
181                                                 "",
182                                                 filter,
183                                                 QObject::tr("Import mesh"),
184                                                 true);
185     if(!filename.isEmpty()) {
186       SUIT_OverrideCursor wc;
187       _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
188       theComponentMesh->SetCurrentStudy( _CAST(Study,aStudy)->GetStudy() );
189
190       try {
191         SMESH::mesh_array_var aMeshes = new SMESH::mesh_array;
192         switch ( theCommandID ) {
193         case 112:
194           {
195             aMeshes->length( 1 );
196             aMeshes[0] = theComponentMesh->CreateMeshesFromUNV(filename.latin1());
197             break;
198           }
199         case 113:
200           {
201             SMESH::DriverMED_ReadStatus res;
202             aMeshes = theComponentMesh->CreateMeshesFromMED(filename.latin1(),res);
203             if ( res != SMESH::DRS_OK ) {
204               wc.suspend();
205               SUIT_MessageBox::warn1(SMESHGUI::desktop(),
206                                     QObject::tr("SMESH_WRN_WARNING"),
207                                     QObject::tr(QString("SMESH_DRS_%1").arg(res)),
208                                     QObject::tr("SMESH_BUT_OK"));
209               aMeshes->length( 0 );
210               wc.resume();
211             }
212             break;
213           }
214         }
215
216         bool isEmpty = false;
217         for ( int i = 0, iEnd = aMeshes->length(); i < iEnd; i++ ) {
218           _PTR(SObject) aMeshSO = SMESH::FindSObject( aMeshes[i] );
219           if ( aMeshSO ) {
220             _PTR(StudyBuilder) aBuilder = aStudy->NewBuilder();
221             _PTR(AttributePixMap) aPixmap = aBuilder->FindOrCreateAttribute( aMeshSO, "AttributePixMap" );
222             aPixmap->SetPixMap("ICON_SMESH_TREE_MESH_IMPORTED");
223             if ( theCommandID == 112 ) // mesh names aren't taken from the file for UNV import
224               SMESH::SetName( aMeshSO, QFileInfo(filename).fileName() );
225           } else
226             isEmpty = true;
227         }
228
229         if ( isEmpty ) {
230           wc.suspend();
231           SUIT_MessageBox::warn1(SMESHGUI::desktop(),
232                                 QObject::tr("SMESH_WRN_WARNING"),
233                                 QObject::tr("SMESH_DRS_EMPTY"),
234                                 QObject::tr("SMESH_BUT_OK"));
235           wc.resume();
236         }
237
238         SMESHGUI::GetSMESHGUI()->updateObjBrowser();
239       }
240       catch (const SALOME::SALOME_Exception& S_ex){
241         wc.suspend();
242         SalomeApp_Tools::QtCatchCorbaException(S_ex);
243         wc.resume();
244       }
245     }
246   }
247
248
249   void ExportMeshToFile( int theCommandID )
250   {
251     SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
252     SALOME_ListIO selected;
253     if( aSel )
254       aSel->selectedObjects( selected );
255
256     if(selected.Extent()){
257       Handle(SALOME_InteractiveObject) anIObject = selected.First();
258       SMESH::SMESH_Mesh_var aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(anIObject);
259       if ( !aMesh->_is_nil() ) {
260         QString aFilter, aTitle = QObject::tr("Export mesh");
261         QMap<QString, SMESH::MED_VERSION> aFilterMap;
262         switch ( theCommandID ) {
263         case 125:
264         case 122:
265           aFilterMap.insert( QObject::tr("MED 2.1 (*.med)"), SMESH::MED_V2_1 );
266           aFilterMap.insert( QObject::tr("MED 2.2 (*.med)"), SMESH::MED_V2_2 );
267           break;
268         case 124:
269         case 121:
270           aFilter = QObject::tr("DAT files (*.dat)");
271           break;
272         case 126:
273         case 123: {
274           if(aMesh->NbPyramids()){
275             int aRet = SUIT_MessageBox::warn2(SMESHGUI::desktop(),
276                                              QObject::tr("SMESH_WRN_WARNING"),
277                                              QObject::tr("SMESH_EXPORT_UNV").arg(anIObject->getName()),
278                                              QObject::tr("SMESH_BUT_YES"),
279                                              QObject::tr("SMESH_BUT_NO"),
280                                              0,1,0);
281             if(aRet)
282               return;
283           }
284           aFilter = QObject::tr("IDEAS files (*.unv)");
285           break;
286         default:
287           return;
288         }}
289
290         QString aFilename;
291         SMESH::MED_VERSION aFormat;
292
293         if ( theCommandID != 122 && theCommandID != 125 )
294           aFilename = SUIT_FileDlg::getFileName(SMESHGUI::desktop(), "", aFilter, aTitle, false);
295         else
296           {
297             QStringList filters;
298             for ( QMap<QString, SMESH::MED_VERSION>::const_iterator it = aFilterMap.begin(); it != aFilterMap.end(); ++it )
299               filters.push_back( it.key() );
300
301             SUIT_FileDlg* fd = new SUIT_FileDlg( SMESHGUI::desktop(), false, true, true );
302             fd->setCaption( aTitle );
303             fd->setFilters( filters );
304             bool is_ok = false;
305             while(!is_ok){
306               fd->exec();
307               aFilename = fd->selectedFile();
308               aFormat = aFilterMap[fd->selectedFilter()];
309               is_ok = true;
310               if( !aFilename.isEmpty()
311                   && (aMesh->NbPolygons()>0 or aMesh->NbPolyhedrons()>0)
312                   && aFormat==SMESH::MED_V2_1){
313                 int aRet = SUIT_MessageBox::warn2(SMESHGUI::desktop(),
314                                                   QObject::tr("SMESH_WRN_WARNING"),
315                                                   QObject::tr("SMESH_EXPORT_MED_V2_1").arg(anIObject->getName()),
316                                                   QObject::tr("SMESH_BUT_YES"),
317                                                   QObject::tr("SMESH_BUT_NO"),
318                                                   0,1,0);
319                 if(aRet){
320                   is_ok = false;
321                 }
322               }
323             }
324             delete fd;
325           }
326         if ( !aFilename.isEmpty() ) {
327           // Check whether the file already exists and delete it if yes
328           QFile aFile( aFilename );
329           if ( aFile.exists() )
330             aFile.remove();
331           SUIT_OverrideCursor wc;
332           switch ( theCommandID ) {
333           case 125:
334           case 122:
335             aMesh->ExportToMED( aFilename.latin1(), false, aFormat ); // currently, automatic groups are never created
336             break;
337           case 124:
338           case 121:
339             aMesh->ExportDAT( aFilename.latin1() );
340             break;
341           case 126:
342           case 123:
343             aMesh->ExportUNV( aFilename.latin1() );
344             break;
345           default:
346             break;
347           }
348         }
349       }
350     }
351   }
352
353   inline void InverseEntityMode(unsigned int& theOutputMode,
354                                 unsigned int theMode)
355   {
356     bool anIsNotPresent = ~theOutputMode & theMode;
357     if(anIsNotPresent)
358       theOutputMode |= theMode;
359     else
360       theOutputMode &= ~theMode;
361   }
362
363   void SetDisplayEntity(int theCommandID){
364     SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
365     SALOME_ListIO selected;
366     if( aSel )
367       aSel->selectedObjects( selected );
368
369     if(selected.Extent() >= 1){
370       SALOME_ListIteratorOfListIO It( selected );
371       for(; It.More(); It.Next()){
372         Handle(SALOME_InteractiveObject) IObject = It.Value();
373         if(IObject->hasEntry()){
374           if(SMESH_Actor *anActor = SMESH::FindActorByEntry(IObject->getEntry())){
375             unsigned int aMode = anActor->GetEntityMode();
376             switch(theCommandID){
377             case 217:
378               InverseEntityMode(aMode,SMESH_Actor::eEdges);
379               break;
380             case 218:
381               InverseEntityMode(aMode,SMESH_Actor::eFaces);
382               break;
383             case 219:
384               InverseEntityMode(aMode,SMESH_Actor::eVolumes);
385               break;
386             case 220:
387               aMode = SMESH_Actor::eAllEntity;
388               break;
389             }
390             if(aMode)
391               anActor->SetEntityMode(aMode);
392           }
393         }
394       }
395     }
396   }
397
398   void SetDisplayMode(int theCommandID){
399     SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
400     SALOME_ListIO selected;
401     if( aSel )
402       aSel->selectedObjects( selected );
403
404     if(selected.Extent() >= 1){
405       switch(theCommandID){
406       case 1134:{
407         SMESHGUI::GetSMESHGUI()->EmitSignalDeactivateDialog();
408         new SMESHGUI_ClippingDlg( SMESHGUI::GetSMESHGUI(), "", false );
409         return;
410       }
411       case 1133:{
412         SMESHGUI::GetSMESHGUI()->EmitSignalDeactivateDialog();
413         new SMESHGUI_TransparencyDlg( SMESHGUI::GetSMESHGUI(), "", false );
414         return;
415       }}
416       SALOME_ListIteratorOfListIO It( selected );
417       for(; It.More(); It.Next()){
418         Handle(SALOME_InteractiveObject) IObject = It.Value();
419         if(IObject->hasEntry()){
420           if(SMESH_Actor *anActor = SMESH::FindActorByEntry(IObject->getEntry())){
421             switch(theCommandID){
422             case 211:
423               anActor->SetRepresentation(SMESH_Actor::eEdge);
424               break;
425             case 212:
426               anActor->SetRepresentation(SMESH_Actor::eSurface);
427               break;
428             case 213:
429               if(anActor->IsShrunk())
430                 anActor->UnShrink();
431               else
432                 anActor->SetShrink();
433               break;
434             case 215:
435               anActor->SetRepresentation(SMESH_Actor::ePoint);
436               break;
437             case 1132:{
438               float color[3];
439               anActor->GetSufaceColor(color[0], color[1], color[2]);
440               int c0 = int (color[0] * 255);
441               int c1 = int (color[1] * 255);
442               int c2 = int (color[2] * 255);
443               QColor c(c0, c1, c2);
444
445               float edgecolor[3];
446               anActor->GetEdgeColor(edgecolor[0], edgecolor[1], edgecolor[2]);
447               c0 = int (edgecolor[0] * 255);
448               c1 = int (edgecolor[1] * 255);
449               c2 = int (edgecolor[2] * 255);
450               QColor e(c0, c1, c2);
451
452               float backfacecolor[3];
453               anActor->GetBackSufaceColor(backfacecolor[0], backfacecolor[1], backfacecolor[2]);
454               c0 = int (backfacecolor[0] * 255);
455               c1 = int (backfacecolor[1] * 255);
456               c2 = int (backfacecolor[2] * 255);
457               QColor b(c0, c1, c2);
458
459               float nodecolor[3];
460               anActor->GetNodeColor(nodecolor[0], nodecolor[1], nodecolor[2]);
461               c0 = int (nodecolor[0] * 255);
462               c1 = int (nodecolor[1] * 255);
463               c2 = int (nodecolor[2] * 255);
464               QColor n(c0, c1, c2);
465
466               int Edgewidth = (int)anActor->GetLineWidth();
467               if(Edgewidth == 0)
468                 Edgewidth = 1;
469               int intValue = int(anActor->GetNodeSize());
470               float Shrink = anActor->GetShrinkFactor();
471
472               SMESHGUI_Preferences_ColorDlg *aDlg =
473                 new SMESHGUI_Preferences_ColorDlg( SMESHGUI::GetSMESHGUI(), "" );
474               aDlg->SetColor(1, c);
475               aDlg->SetColor(2, e);
476               aDlg->SetColor(3, n);
477               aDlg->SetColor(4, b);
478               aDlg->SetIntValue(1, Edgewidth);
479               aDlg->SetIntValue(2, intValue);
480               aDlg->SetIntValue(3, int(Shrink*100.));
481               if(aDlg->exec()){
482                 QColor color = aDlg->GetColor(1);
483                 QColor edgecolor = aDlg->GetColor(2);
484                 QColor nodecolor = aDlg->GetColor(3);
485                 QColor backfacecolor = aDlg->GetColor(4);
486                 /* actor color and backface color */
487                 anActor->SetSufaceColor(float (color.red()) / 255.,
488                                          float (color.green()) / 255.,
489                                          float (color.blue()) / 255.);
490                 anActor->SetBackSufaceColor(float (backfacecolor.red()) / 255.,
491                                              float (backfacecolor.green()) / 255.,
492                                              float (backfacecolor.blue()) / 255.);
493
494                 /* edge color */
495                 anActor->SetEdgeColor(float (edgecolor.red()) / 255.,
496                                        float (edgecolor.green()) / 255.,
497                                        float (edgecolor.blue()) / 255.);
498
499                 /* Shrink factor and size edges */
500                 anActor->SetShrinkFactor(aDlg->GetIntValue(3) / 100.);
501                 anActor->SetLineWidth(aDlg->GetIntValue(1));
502
503                 /* Nodes color and size */
504                 anActor->SetNodeColor(float (nodecolor.red()) / 255.,
505                                float (nodecolor.green()) / 255.,
506                                        float (nodecolor.blue()) / 255.);
507                 anActor->SetNodeSize(aDlg->GetIntValue(2));
508
509                 delete aDlg;
510               }
511               break;
512             }}
513           }
514         }
515       }
516       SMESH::RepaintCurrentView();
517     }
518   }
519
520   void Control( int theCommandID )
521   {
522     SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
523     SALOME_ListIO selected;
524     if( aSel )
525       aSel->selectedObjects( selected );
526
527     if( !selected.IsEmpty() ){
528       Handle(SALOME_InteractiveObject) anIO = selected.First();
529       if(!anIO.IsNull()){
530         QString aTitle;
531         SMESH_Actor::eControl aControl = SMESH_Actor::eNone;
532         if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIO->getEntry())){
533           switch ( theCommandID ){
534           case 6001:
535             aTitle = QObject::tr( "LENGTH_EDGES" );
536             aControl = SMESH_Actor::eLength;
537             break;
538           case 6018:
539             aTitle = QObject::tr( "LENGTH2D_EDGES" );
540             aControl = SMESH_Actor::eLength2D;
541             break;
542           case 6002:
543             aTitle = QObject::tr( "FREE_EDGES" );
544             aControl = SMESH_Actor::eFreeEdges;
545             break;
546           case 6003:
547             aTitle = QObject::tr( "FREE_BORDERS" );
548             aControl = SMESH_Actor::eFreeBorders;
549             break;
550           case 6004:
551             aTitle = QObject::tr( "MULTI_BORDERS" );
552             aControl = SMESH_Actor::eMultiConnection;
553             break;
554           case 6019:
555             aTitle = QObject::tr( "MULTI2D_BORDERS" );
556             aControl = SMESH_Actor::eMultiConnection2D;
557             break;
558           case 6011:
559             aTitle = QObject::tr( "AREA_ELEMENTS" );
560             aControl = SMESH_Actor::eArea;
561             break;
562           case 6012:
563             aTitle = QObject::tr( "TAPER_ELEMENTS" );
564             aControl = SMESH_Actor::eTaper;
565             break;
566           case 6013:
567             aTitle = QObject::tr( "ASPECTRATIO_ELEMENTS" );
568             aControl = SMESH_Actor::eAspectRatio;
569             break;
570           case 6017:
571             aTitle = QObject::tr( "ASPECTRATIO_3D_ELEMENTS" );
572             aControl = SMESH_Actor::eAspectRatio3D;
573             break;
574           case 6014:
575             aTitle = QObject::tr( "MINIMUMANGLE_ELEMENTS" );
576             aControl = SMESH_Actor::eMinimumAngle;
577             break;
578           case 6015:
579             aTitle = QObject::tr( "WARP_ELEMENTS" );
580             aControl = SMESH_Actor::eWarping;
581             break;
582           case 6016:
583             aTitle = QObject::tr( "SKEW_ELEMENTS" );
584             aControl = SMESH_Actor::eSkew;
585             break;
586           }
587           anActor->SetControlMode(aControl);
588           anActor->GetScalarBarActor()->SetTitle(aTitle.latin1());
589           SMESH::RepaintCurrentView();
590         }
591       }
592     }
593   }
594
595
596   bool CheckOIType(const Handle(SALOME_InteractiveObject) & theIO,
597                    MeshObjectType                           theType,
598                    const QString                            theInTypeName,
599                    QString &                                theOutTypeName)
600   {
601     SMESH_TypeFilter aTypeFilter( theType );
602     QString entry;
603     if( !theIO.IsNull() )
604     {
605       entry = theIO->getEntry();
606       SalomeApp_DataOwner owner( entry );
607       if ( aTypeFilter.isOk( &owner )) {
608         theOutTypeName = theInTypeName;
609         return true;
610       }
611     }
612     return false;
613   }
614
615
616   QString CheckTypeObject(const Handle(SALOME_InteractiveObject) & theIO)
617   {
618     _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
619     _PTR(SObject) aSObj = aStudy->FindObjectID(theIO->getEntry());
620     if (aSObj) {
621       _PTR(SComponent) aSComp = aSObj->GetFatherComponent();
622       CORBA::String_var anID = aSComp->GetID().c_str();
623       if (!strcmp(anID.in(),theIO->getEntry()))
624         return "Component";
625     }
626
627     QString aTypeName;
628     if (
629         CheckOIType ( theIO, HYPOTHESIS,    "Hypothesis", aTypeName ) ||
630         CheckOIType ( theIO, ALGORITHM,     "Algorithm",  aTypeName ) ||
631         CheckOIType ( theIO, MESH,          "Mesh",       aTypeName ) ||
632         CheckOIType ( theIO, SUBMESH,       "SubMesh",    aTypeName ) ||
633         CheckOIType ( theIO, GROUP,         "Group",      aTypeName )
634         )
635       return aTypeName;
636
637     return "NoType";
638   }
639
640
641   QString CheckHomogeneousSelection()
642   {
643     //SUIT_Study* aStudy = SMESH::GetActiveStudy();
644     SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
645     SALOME_ListIO selected;
646     if( aSel )
647       aSel->selectedObjects( selected );
648
649     QString RefType = CheckTypeObject(selected.First());
650     SALOME_ListIteratorOfListIO It(selected);
651     for (; It.More(); It.Next())
652       {
653         Handle(SALOME_InteractiveObject) IObject = It.Value();
654         QString Type = CheckTypeObject(IObject);
655         if (Type.compare(RefType) != 0)
656           return "Heterogeneous Selection";
657       }
658
659     return RefType;
660   }
661
662
663   void SMESHGUI::OnEditDelete()
664   {
665     // VSR 17/11/04: check if all objects selected belong to SMESH component --> start
666     SalomeApp_SelectionMgr* aSel = SMESHGUI::selectionMgr();
667     SALOME_ListIO selected; aSel->selectedObjects( selected );
668
669     QString aParentComponent = QString::null;
670     for( SALOME_ListIteratorOfListIO anIt( selected ); anIt.More(); anIt.Next() )
671     {
672       QString cur = anIt.Value()->getComponentDataType();
673       if( aParentComponent.isNull() )
674         aParentComponent = cur;
675       else if( !aParentComponent.isEmpty() && aParentComponent!=cur )
676         aParentComponent = "";
677     }
678
679     if ( aParentComponent != SMESHGUI::GetSMESHGUI()->name() )  {
680       SUIT_MessageBox::warn1 ( SMESHGUI::desktop(),
681                               QObject::tr("ERR_ERROR"),
682                               QObject::tr("NON_SMESH_OBJECTS_SELECTED").arg( SMESHGUI::GetSMESHGUI()->moduleName() ),
683                               QObject::tr("BUT_OK") );
684       return;
685     }
686     // VSR 17/11/04: check if all objects selected belong to SMESH component <-- finish
687     if (SUIT_MessageBox::warn2
688         (SMESHGUI::desktop(),
689          QObject::tr("SMESH_WRN_WARNING"),
690          QObject::tr("SMESH_REALLY_DELETE"),
691          QObject::tr("SMESH_BUT_YES"), QObject::tr("SMESH_BUT_NO"), 1, 0, 0) != 1)
692       return;
693
694     SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
695     SUIT_ViewManager* vm = anApp->activeViewManager();
696     int nbSf = vm->getViewsCount();
697
698     _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
699     _PTR(StudyBuilder) aStudyBuilder = aStudy->NewBuilder();
700     _PTR(GenericAttribute) anAttr;
701     _PTR(AttributeIOR) anIOR;
702
703     SALOME_ListIteratorOfListIO It(selected);
704
705     aStudyBuilder->NewCommand();  // There is a transaction
706     for(; It.More(); It.Next()){
707       Handle(SALOME_InteractiveObject) IObject = It.Value();
708       if(IObject->hasEntry()){
709         _PTR(SObject) SO = aStudy->FindObjectID(IObject->getEntry());
710
711         // disable removal of "SMESH" component object
712         if(SO->FindAttribute(anAttr, "AttributeIOR")){
713           anIOR = anAttr;
714           if ( !strcmp( (char*)anIOR->Value().c_str(), engineIOR().latin1() ) )
715             continue;
716         }
717
718         /* Erase child graphical objects */
719         _PTR(ChildIterator) it = aStudy->NewChildIterator(SO);
720         for(it->InitEx(true); it->More(); it->Next()){
721           _PTR(SObject) CSO = it->Value();
722           if(CSO->FindAttribute(anAttr, "AttributeIOR")){
723             anIOR = anAttr;
724
725             QPtrVector<SUIT_ViewWindow> aViews = vm->getViews();
726             for(int i = 0; i < nbSf; i++){
727               SUIT_ViewWindow *sf = aViews[i];
728               CORBA::String_var anEntry = CSO->GetID().c_str();
729               if(SMESH_Actor* anActor = SMESH::FindActorByEntry(sf,anEntry.in())){
730                 SMESH::RemoveActor(sf,anActor);
731               }
732             }
733           }
734         }
735
736         /* Erase main graphical object */
737         QPtrVector<SUIT_ViewWindow> aViews = vm->getViews();
738         for(int i = 0; i < nbSf; i++){
739           SUIT_ViewWindow *sf = aViews[i];
740           if(SMESH_Actor* anActor = SMESH::FindActorByEntry(sf,IObject->getEntry())){
741             SMESH::RemoveActor(sf,anActor);
742           }
743         }
744
745         // Remove object(s) from data structures
746         _PTR(SObject) obj = aStudy->FindObjectID(IObject->getEntry());
747         if(obj){
748           SMESH::SMESH_GroupBase_var aGroup = SMESH::SMESH_GroupBase::_narrow( SMESH::SObjectToObject( obj ) );
749           SMESH::SMESH_subMesh_var   aSubMesh = SMESH::SMESH_subMesh::_narrow( SMESH::SObjectToObject( obj ) );
750           QString objType = CheckTypeObject(IObject);
751           if ( !aGroup->_is_nil() ) {                          // DELETE GROUP
752             SMESH::SMESH_Mesh_var aMesh = aGroup->GetMesh();
753             aMesh->RemoveGroup( aGroup );
754           }
755           else if ( !aSubMesh->_is_nil() ) {                   // DELETE SUBMESH
756             SMESH::SMESH_Mesh_var aMesh = aSubMesh->GetFather();
757             aMesh->RemoveSubMesh( aSubMesh );
758           }
759           else if ( objType == "Hypothesis" || objType == "Algorithm" ) {// DELETE HYPOTHESIS
760             SMESH::RemoveHypothesisOrAlgorithmOnMesh(IObject);
761             aStudyBuilder->RemoveObjectWithChildren( obj );
762           }
763           else {// default action: remove SObject from the study
764             // san - it's no use opening a transaction here until UNDO/REDO is provided in SMESH
765             //SUIT_Operation *op = new SALOMEGUI_ImportOperation(myActiveStudy);
766             //op->start();
767             aStudyBuilder->RemoveObjectWithChildren( obj );
768             //op->finish();
769           }
770         }
771
772       } /* IObject->hasEntry() */
773     } /* more/next */
774     aStudyBuilder->CommitCommand();
775
776     /* Clear any previous selection */
777     SALOME_ListIO l1;
778     aSel->setSelectedObjects( l1 );
779
780     SMESHGUI::GetSMESHGUI()->updateObjBrowser();
781   }
782 }
783
784 extern "C" {
785   Standard_EXPORT CAM_Module* createModule()
786   {
787     return new SMESHGUI();
788   }
789 }
790
791 SMESH::SMESH_Gen_var SMESHGUI::myComponentSMESH = SMESH::SMESH_Gen::_nil();
792
793 //=============================================================================
794 /*!
795  *
796  */
797 //=============================================================================
798 SMESHGUI::SMESHGUI() :
799 SalomeApp_Module( "SMESH" )
800 {
801   if ( CORBA::is_nil( myComponentSMESH ) )
802   {
803     SALOME_LifeCycleCORBA* ls = new SALOME_LifeCycleCORBA( getApp()->namingService() );
804     Engines::Component_var comp = ls->FindOrLoad_Component( "FactoryServer", "SMESH" );
805     myComponentSMESH = SMESH::SMESH_Gen::_narrow( comp );
806   }
807
808   myActiveDialogBox = 0 ;
809   myState = -1 ;
810   myDisplayer = 0;
811
812   SMESH::GetFilterManager();
813   SMESH::GetPattern();
814
815   /* load resources for all available meshers */
816   SMESH::InitAvailableHypotheses();
817 }
818
819 //=============================================================================
820 /*!
821  *
822  */
823 //=============================================================================
824 SMESHGUI::~SMESHGUI()
825 {
826   SMESH::GetFilterManager()->Destroy();
827 }
828
829 //=============================================================================
830 /*!
831  *
832  */
833 //=============================================================================
834 SalomeApp_SelectionMgr* SMESHGUI::selectionMgr()
835 {
836   SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
837   if( anApp )
838     return dynamic_cast<SalomeApp_SelectionMgr*>( anApp->selectionMgr() );
839   else
840     return 0;
841 }
842
843 bool SMESHGUI::automaticUpdate()
844 {
845   SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
846   if ( !resMgr )
847     return false;
848
849   return resMgr->booleanValue( "SMESH", "auto_update", false );
850 }
851
852 //=============================================================================
853 /*!
854  *
855  */
856 //=============================================================================
857 SUIT_ResourceMgr* SMESHGUI::resourceMgr()
858 {
859   return dynamic_cast<SUIT_ResourceMgr*>( SUIT_Session::session()->resourceMgr() );
860 }
861
862 //=============================================================================
863 /*!
864  *
865  */
866 //=============================================================================
867 SMESHGUI* SMESHGUI::GetSMESHGUI()
868 {
869   SMESHGUI* smeshMod = 0;
870   SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>(SUIT_Session::session()->activeApplication());
871   if ( app )
872   {
873     CAM_Module* module = app->module( "Mesh" );
874     smeshMod = dynamic_cast<SMESHGUI*>( module );
875   }
876
877   if ( smeshMod && smeshMod->application() && smeshMod->application()->activeStudy() )
878   {
879     SalomeApp_Study* study = dynamic_cast<SalomeApp_Study*>( smeshMod->application()->activeStudy() );
880     if ( study )
881     {
882       _PTR(Study) aStudy = study->studyDS();
883       if ( aStudy )
884         GetSMESHGen()->SetCurrentStudy( _CAST(Study,aStudy)->GetStudy() );
885     }
886   }
887
888   return smeshMod;
889 }
890
891 extern "C"
892 {
893   Standard_EXPORT SMESHGUI* GetComponentGUI()
894   {
895     return SMESHGUI::GetSMESHGUI();
896   }
897 }
898
899 //=============================================================================
900 /*!
901  *
902  */
903 //=============================================================================
904 void SMESHGUI::SetState(int aState)
905 {
906   myState = aState;
907 }
908
909 //=============================================================================
910 /*!
911  *
912  */
913 //=============================================================================
914 void SMESHGUI::ResetState()
915 {
916   myState = -1;
917 }
918
919 //=============================================================================
920 /*!
921  *
922  */
923 //=============================================================================
924 void SMESHGUI::EmitSignalDeactivateDialog()
925 {
926   emit SignalDeactivateActiveDialog();
927 }
928
929 //=============================================================================
930 /*!
931  *
932  */
933 //=============================================================================
934 void SMESHGUI::EmitSignalStudyFrameChanged()
935 {
936   emit SignalStudyFrameChanged();
937 }
938
939 //=============================================================================
940 /*!
941  *
942  */
943 //=============================================================================
944 void SMESHGUI::EmitSignalCloseAllDialogs()
945 {
946   emit SignalCloseAllDialogs();
947 }
948
949 //=============================================================================
950 /*!
951  *
952  */
953 //=============================================================================
954 QDialog *SMESHGUI::GetActiveDialogBox()
955 {
956   return myActiveDialogBox;
957 }
958
959 //=============================================================================
960 /*!
961  *
962  */
963 //=============================================================================
964 void SMESHGUI::SetActiveDialogBox(QDialog * aDlg)
965 {
966   myActiveDialogBox = (QDialog *) aDlg;
967   return;
968 }
969
970 //=============================================================================
971 /*!
972  *
973  */
974 //=============================================================================
975 SUIT_Desktop* SMESHGUI::desktop()
976 {
977   SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
978   if( app )
979     return app->desktop();
980   else
981     return 0;
982 }
983
984 //=============================================================================
985 /*!
986  *
987  */
988 //=============================================================================
989 SalomeApp_Study* SMESHGUI::activeStudy()
990 {
991   SUIT_Application* app = SUIT_Session::session()->activeApplication();
992   if( app )
993     return dynamic_cast<SalomeApp_Study*>( app->activeStudy() );
994   else
995     return NULL;
996 }
997
998 //=============================================================================
999 /*!
1000  *
1001  */
1002 //=============================================================================
1003 bool SMESHGUI::DefineDlgPosition(QWidget * aDlg, int &x, int &y)
1004 {
1005   /* Here the position is on the bottom right corner - 10 */
1006   // aDlg->resize(QSize().expandedTo(aDlg->minimumSizeHint()));
1007   aDlg->adjustSize();
1008   SUIT_Desktop *PP = desktop();
1009   x = abs(PP->x() + PP->size().width() - aDlg->size().width() - 10);
1010   y = abs(PP->y() + PP->size().height() - aDlg->size().height() - 10);
1011   return true;
1012 }
1013
1014 //=============================================================================
1015 /*!
1016  *
1017  */
1018 //=============================================================================
1019 static int isStudyLocked(_PTR(Study) theStudy){
1020   return theStudy->GetProperties()->IsLocked();
1021 }
1022
1023 static bool checkLock(_PTR(Study) theStudy) {
1024   if (isStudyLocked(theStudy)) {
1025     SUIT_MessageBox::warn1 ( SMESHGUI::desktop(),
1026                            QObject::tr("WRN_WARNING"),
1027                            QObject::tr("WRN_STUDY_LOCKED"),
1028                            QObject::tr("BUT_OK") );
1029     return true;
1030   }
1031   return false;
1032 }
1033
1034 //=======================================================================
1035 //function : CheckActiveStudyLocked
1036 //purpose  :
1037 //=======================================================================
1038
1039 bool SMESHGUI::isActiveStudyLocked()
1040 {
1041   _PTR(Study) aStudy = activeStudy()->studyDS();
1042   return checkLock( aStudy );
1043 }
1044
1045 //=============================================================================
1046 /*!
1047  *
1048  */
1049 //=============================================================================
1050 bool SMESHGUI::OnGUIEvent( int theCommandID )
1051 {
1052   SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( application() );
1053   if( !anApp )
1054     return false;
1055
1056   _PTR(Study) aStudy = SMESH::GetActiveStudyDocument(); //Document OCAF de l'etude active
1057   SUIT_ResourceMgr* mgr = resourceMgr();
1058   if( !mgr )
1059     return false;
1060
1061   SUIT_ViewWindow* view = application()->desktop()->activeWindow();
1062   SVTK_ViewWindow* vtkwnd = dynamic_cast<SVTK_ViewWindow*>( view );
1063
1064   //QAction* act = action( theCommandID );
1065
1066   switch (theCommandID) {
1067   case 33:                                      // DELETE
1068     if(checkLock(aStudy)) break;
1069     OnEditDelete();
1070     break;
1071
1072   case 113:                                     // IMPORT
1073   case 112:
1074   case 111:
1075     {
1076       if(checkLock(aStudy)) break;
1077       ::ImportMeshesFromFile(GetSMESHGen(),theCommandID);
1078       break;
1079     }
1080
1081   case 122:                                     // EXPORT MED
1082   case 121:
1083   case 123:
1084   case 124:
1085   case 125:
1086   case 126:
1087     {
1088       ::ExportMeshToFile(theCommandID);
1089       break;
1090     }
1091
1092   case 200:                                     // SCALAR BAR
1093     {
1094       SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1095       SALOME_ListIO selected;
1096       if( aSel )
1097         aSel->selectedObjects( selected );
1098
1099       if( selected.Extent() ) {
1100         Handle(SALOME_InteractiveObject) anIO = selected.First();
1101         if( anIO->hasEntry() ) {
1102           if( SMESH_Actor* anActor = SMESH::FindActorByEntry( anIO->getEntry() ) ) {
1103             anActor->SetControlMode( SMESH_Actor::eNone );
1104           }
1105         }
1106       }
1107       break;
1108     }
1109   case 201:
1110     {
1111       SMESHGUI_Preferences_ScalarBarDlg::ScalarBarProperties( this );
1112       break;
1113     }
1114
1115   case 1134: // Clipping
1116   case 1133: // Tranparency
1117   case 1132: // Colors / Size
1118
1119     // Display Mode
1120   case 215: // Nodes
1121   case 213: // Nodes
1122   case 212: // Nodes
1123   case 211: // Nodes
1124     ::SetDisplayMode(theCommandID);
1125   break;
1126
1127     // Display Entity
1128   case 217: // Edges
1129   case 218: // Faces
1130   case 219: // Volumes
1131   case 220: // All Entity
1132     ::SetDisplayEntity(theCommandID);
1133   break;
1134
1135   case 214:                                     // UPDATE
1136     {
1137       if(checkLock(aStudy)) break;
1138       SMESH::UpdateView();
1139
1140       SALOME_ListIO l;
1141       SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1142       aSel->setSelectedObjects( l );
1143       break;
1144     }
1145
1146   case 300:                                     // ERASE
1147   case 301:                                     // DISPLAY
1148   case 302:                                     // DISPLAY ONLY
1149     {
1150       SMESH::EDisplaing anAction;
1151       switch (theCommandID) {
1152       case 300: anAction = SMESH::eErase; break;
1153       case 301: anAction = SMESH::eDisplay; break;
1154       case 302: anAction = SMESH::eDisplayOnly; break;
1155       }
1156
1157       SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1158       SALOME_ListIO sel_objects, to_process;
1159       if (aSel)
1160         aSel->selectedObjects( sel_objects );
1161
1162       SALOME_ListIteratorOfListIO anIt( sel_objects );
1163       for( ; anIt.More(); anIt.Next() )
1164       {
1165         Handle( SALOME_InteractiveObject ) obj = anIt.Value();
1166         if( obj->hasEntry() )
1167         {
1168           _PTR(SObject) SO = activeStudy()->studyDS()->FindObjectID( obj->getEntry() );
1169           if( SO && QString( SO->GetID().c_str() ) == SO->GetFatherComponent()->GetID().c_str() )
1170           { //component is selected
1171             _PTR(SComponent) SC( SO->GetFatherComponent() );
1172             _PTR(ChildIterator) anIter ( activeStudy()->studyDS()->NewChildIterator( SC ) );
1173             anIter->InitEx( true );
1174             while( anIter->More() )
1175             {
1176               _PTR(SObject) valSO ( anIter->Value() );
1177               _PTR(SObject) refSO;
1178               if( !valSO->ReferencedObject( refSO ) )
1179               {
1180                 QString id = valSO->GetID().c_str(),
1181                         comp = SC->ComponentDataType().c_str(),
1182                         val = valSO->GetName().c_str();
1183
1184                 Handle( SALOME_InteractiveObject ) new_obj = 
1185                   new SALOME_InteractiveObject( id.latin1(), comp.latin1(), val.latin1() );
1186                 to_process.Append( new_obj );
1187               }
1188               anIter->Next();       
1189             }
1190             continue;
1191           }
1192         }
1193         to_process.Append( obj );
1194       }
1195
1196       if (vtkwnd) {
1197         SALOME_ListIteratorOfListIO It( to_process );
1198         for (; It.More(); It.Next()) {
1199           Handle(SALOME_InteractiveObject) IOS = It.Value();
1200           if (IOS->hasEntry()) {
1201             SMESH::UpdateView(anAction, IOS->getEntry());
1202             if (anAction == SMESH::eDisplayOnly)
1203               anAction = SMESH::eDisplay;
1204           }
1205         }
1206       }
1207
1208       if (anAction == SMESH::eErase) {
1209         SALOME_ListIO l1;
1210         aSel->setSelectedObjects( l1 );
1211       }
1212       else
1213         aSel->setSelectedObjects( to_process );
1214       break;
1215     }
1216
1217   case 400:                                     // NODES
1218     {
1219       if(checkLock(aStudy)) break;
1220
1221       if ( vtkwnd ) {
1222         EmitSignalDeactivateDialog();
1223
1224         new SMESHGUI_NodesDlg(this);
1225       }
1226       else {
1227         SUIT_MessageBox::warn1(desktop(),
1228                               tr("SMESH_WRN_WARNING"),
1229                               tr("SMESH_WRN_VIEWER_VTK"),
1230                               tr("SMESH_BUT_OK"));
1231       }
1232       break;
1233     }
1234
1235   case 2151:  // FILTER
1236   {
1237     if ( vtkwnd )
1238     {
1239       EmitSignalDeactivateDialog();
1240       new SMESHGUI_FilterDlg( this, SMESH::EDGE );
1241     }
1242     break;
1243   }
1244
1245   case 406:                                     // MOVE NODE
1246     {
1247       if ( !vtkwnd )
1248       {
1249         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1250           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1251         break;
1252       }
1253
1254       if(checkLock(aStudy)) break;
1255       new SMESHGUI_MoveNodesDlg(this);
1256       break;
1257     }
1258
1259   case 701:                                     // COMPUTE MESH
1260     {
1261       if(checkLock(aStudy)) break;
1262       if ( vtkwnd ) {
1263         SalomeApp_SelectionMgr *Sel = selectionMgr();
1264         SALOME_ListIO selected; Sel->selectedObjects( selected );
1265
1266         int nbSel = selected.Extent();
1267         if (nbSel != 1){
1268           break;
1269         }
1270
1271         SMESH::SMESH_Mesh_var aMesh;
1272         SMESH::SMESH_subMesh_var aSubMesh;
1273         Handle(SALOME_InteractiveObject) IObject = selected.First();
1274         if (IObject->hasEntry()){
1275           _PTR(SObject) aMeshSObj = aStudy->FindObjectID(IObject->getEntry());
1276           GEOM::GEOM_Object_var aShapeObject = SMESH::GetShapeOnMeshOrSubMesh( aMeshSObj );
1277           if ( aShapeObject->_is_nil() ) {
1278             // imported mesh
1279             break;
1280           }
1281           if( aMeshSObj ) {
1282             SMESH::SMESH_Mesh_var aMesh = SMESH::SObjectToInterface<SMESH::SMESH_Mesh>(aMeshSObj);
1283             SMESH::SMESH_subMesh_var aSubMesh = SMESH::SObjectToInterface<SMESH::SMESH_subMesh>(aMeshSObj);
1284
1285             if (!aMesh->_is_nil()){
1286               GEOM::GEOM_Object_var refShapeObject = SMESH::GetShapeOnMeshOrSubMesh(aMeshSObj);
1287               if (!refShapeObject->_is_nil()) {
1288                 if(!GetSMESHGen()->IsReadyToCompute(aMesh,refShapeObject)){
1289                   SUIT_MessageBox::warn1(desktop(),
1290                                         tr("SMESH_WRN_WARNING"),
1291                                         tr("SMESH_WRN_MISSING_PARAMETERS"),
1292                                         tr("SMESH_BUT_OK"));
1293                   break;
1294                 }
1295                 try{
1296                   if (GetSMESHGen()->Compute(aMesh,refShapeObject))
1297                     SMESH::ModifiedMesh(aMeshSObj,true);
1298                   // TO Do : change icon of all submeshes
1299                   else
1300                     SUIT_MessageBox::warn1(desktop(),
1301                                           tr("SMESH_WRN_WARNING"),
1302                                           tr("SMESH_WRN_COMPUTE_FAILED"),
1303                                           tr("SMESH_BUT_OK"));
1304                 }
1305                 catch(const SALOME::SALOME_Exception & S_ex){
1306                   SalomeApp_Tools::QtCatchCorbaException(S_ex);
1307                 }
1308               }
1309             }else if(!aSubMesh->_is_nil()){
1310               aMesh = aSubMesh->GetFather();
1311               GEOM::GEOM_Object_var refShapeObject = SMESH::GetShapeOnMeshOrSubMesh(aMeshSObj);
1312               if(!refShapeObject->_is_nil()){
1313                 bool compute = GetSMESHGen()->IsReadyToCompute(aMesh,refShapeObject);
1314                 if(!compute){
1315                   SUIT_MessageBox::warn1(desktop(),
1316                                         tr("SMESH_WRN_WARNING"),
1317                                         tr("SMESH_WRN_MISSING_PARAMETERS"),
1318                                         tr("SMESH_BUT_OK"));
1319                   break;
1320                 }
1321                 try{
1322                   if ( GetSMESHGen()->Compute(aMesh,refShapeObject) )
1323                     SMESH::ModifiedMesh(aMeshSObj,true);
1324                   // TO Do : change icon of all submeshes
1325                   else
1326                     SUIT_MessageBox::warn1(desktop(),
1327                                           tr("SMESH_WRN_WARNING"),
1328                                           tr("SMESH_WRN_COMPUTE_FAILED"),
1329                                           tr("SMESH_BUT_OK"));
1330                 }catch(const SALOME::SALOME_Exception & S_ex){
1331                   SalomeApp_Tools::QtCatchCorbaException(S_ex);
1332                 }
1333               }
1334             }
1335           }
1336         }
1337         CORBA::Long anId = aStudy->StudyId();
1338         TVisualObjPtr aVisualObj = SMESH::GetVisualObj(anId,IObject->getEntry());
1339         if ( automaticUpdate() && aVisualObj){
1340           aVisualObj->Update();
1341           SMESH_Actor* anActor = SMESH::FindActorByEntry(IObject->getEntry());
1342           if(!anActor){
1343             anActor = SMESH::CreateActor(aStudy,IObject->getEntry());
1344             if(anActor){
1345               SMESH::DisplayActor(view,anActor); //apo
1346               SMESH::FitAll();
1347             }
1348           }
1349           SMESH::RepaintCurrentView();
1350         }
1351       }else{
1352         SUIT_MessageBox::warn1(desktop(),
1353                               tr("SMESH_WRN_WARNING"),
1354                               tr("SMESH_WRN_VIEWER_VTK"),
1355                               tr("SMESH_BUT_OK"));
1356       }
1357       updateObjBrowser();
1358       break;
1359     }
1360
1361   case 702:  // Create mesh
1362     startOperation( 702 );
1363     break;
1364   case 703:  // Create sub-mesh
1365     startOperation( 703 );
1366     break;
1367   case 704: // Edit mesh/sub-mesh
1368     startOperation( 704 );
1369     break;
1370   case 407: // DIAGONAL INVERSION
1371   case 408: // Delete diagonal
1372     {
1373       if ( !vtkwnd )
1374       {
1375         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1376           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1377         break;
1378       }
1379
1380       if ( checkLock( aStudy ) )
1381         break;
1382
1383       /*Standard_Boolean aRes;
1384       SMESH::SMESH_Mesh_var aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(IObject);
1385       if ( aMesh->_is_nil() )
1386       {
1387         SUIT_MessageBox::warn1(GetDesktop(), tr( "SMESH_WRN_WARNING" ),
1388           tr( "SMESH_BAD_SELECTION" ), tr( "SMESH_BUT_OK" ) );
1389         break;
1390       }
1391       */
1392       EmitSignalDeactivateDialog();
1393       if ( theCommandID == 407 )
1394         new SMESHGUI_TrianglesInversionDlg(this);
1395       else
1396         new SMESHGUI_UnionOfTwoTrianglesDlg(this);
1397       break;
1398     }
1399     case 409: // Change orientation
1400     case 410: // Union of triangles
1401     case 411: // Cutting of quadrangles
1402     {
1403       if ( !vtkwnd )
1404       {
1405         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1406           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1407         break;
1408       }
1409
1410       if ( checkLock( aStudy ) )
1411         break;
1412
1413       EmitSignalDeactivateDialog();
1414       SMESHGUI_MultiEditDlg* aDlg = NULL;
1415       if ( theCommandID == 409 )
1416         aDlg = new SMESHGUI_ChangeOrientationDlg(this);
1417       else if ( theCommandID == 410 )
1418         aDlg = new SMESHGUI_UnionOfTrianglesDlg(this);
1419       else
1420         aDlg = new SMESHGUI_CuttingOfQuadsDlg(this);
1421
1422       int x, y ;
1423       DefineDlgPosition( aDlg, x, y );
1424       aDlg->move( x, y );
1425       aDlg->show();
1426       break;
1427     }
1428   case 412: // Smoothing
1429     {
1430       if(checkLock(aStudy)) break;
1431       if( vtkwnd ) {
1432         EmitSignalDeactivateDialog();
1433         new SMESHGUI_SmoothingDlg( this );
1434       }
1435       else {
1436         SUIT_MessageBox::warn1(desktop(),
1437                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1438                               tr("SMESH_BUT_OK"));
1439       }
1440       break;
1441     }
1442   case 413: // Extrusion
1443     {
1444       if (checkLock(aStudy)) break;
1445       if (vtkwnd) {
1446         EmitSignalDeactivateDialog();
1447         new SMESHGUI_ExtrusionDlg ( this );
1448       } else {
1449         SUIT_MessageBox::warn1(desktop(),
1450                                tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1451                                tr("SMESH_BUT_OK"));
1452       }
1453       break;
1454     }
1455   case 414: // Revolution
1456     {
1457       if(checkLock(aStudy)) break;
1458       if( vtkwnd ) {
1459         EmitSignalDeactivateDialog();
1460         new SMESHGUI_RevolutionDlg( this );
1461       }
1462       else {
1463         SUIT_MessageBox::warn1(desktop(),
1464                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1465                               tr("SMESH_BUT_OK"));
1466       }
1467       break;
1468     }
1469   case 415: // Pattern mapping
1470     {
1471       if ( checkLock( aStudy ) )
1472         break;
1473       if ( vtkwnd )
1474       {
1475         EmitSignalDeactivateDialog();
1476         new SMESHGUI_MeshPatternDlg( this );
1477       }
1478       else {
1479         SUIT_MessageBox::warn1(desktop(),
1480                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1481                               tr("SMESH_BUT_OK"));
1482       }
1483       break;
1484     }
1485   case 416: // Extrusion along a path
1486     {
1487       if (checkLock(aStudy)) break;
1488       if (vtkwnd) {
1489         EmitSignalDeactivateDialog();
1490         new SMESHGUI_ExtrusionAlongPathDlg( this );
1491       } else {
1492         SUIT_MessageBox::warn1(desktop(),
1493                                tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1494                                tr("SMESH_BUT_OK"));
1495       }
1496       break;
1497     }
1498   case 801:                                     // CREATE GROUP
1499     {
1500       if ( !vtkwnd )
1501       {
1502         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1503           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1504         break;
1505       }
1506
1507       if(checkLock(aStudy)) break;
1508       EmitSignalDeactivateDialog();
1509       SMESH::SMESH_Mesh_var aMesh = SMESH::SMESH_Mesh::_nil();
1510
1511       SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1512       SALOME_ListIO selected;
1513       if( aSel )
1514         aSel->selectedObjects( selected );
1515
1516       int nbSel = selected.Extent();
1517       if (nbSel == 1) {
1518         // check if mesh is selected
1519         aMesh = SMESH::GetMeshByIO( selected.First() );
1520       }
1521       SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, "", aMesh);
1522       aDlg->show();
1523       break;
1524     }
1525
1526   case 802:                                     // CONSTRUCT GROUP
1527     {
1528       if ( !vtkwnd )
1529       {
1530         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1531           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1532         break;
1533       }
1534
1535       if(checkLock(aStudy)) break;
1536       EmitSignalDeactivateDialog();
1537
1538       SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1539       SALOME_ListIO selected;
1540       if( aSel )
1541         aSel->selectedObjects( selected );
1542
1543       int nbSel = selected.Extent();
1544       if (nbSel == 1) {
1545         // check if submesh is selected
1546         Handle(SALOME_InteractiveObject) IObject = selected.First();
1547         if (IObject->hasEntry()) {
1548           _PTR(SObject) aSObj = aStudy->FindObjectID(IObject->getEntry());
1549           if( aSObj ) {
1550             SMESH::SMESH_subMesh_var aSubMesh = SMESH::SMESH_subMesh::_narrow( SMESH::SObjectToObject( aSObj ) );
1551             if (!aSubMesh->_is_nil()) {
1552               try {
1553                 SMESH::SMESH_Mesh_var aMesh = aSubMesh->GetFather();
1554                 // get submesh elements list by types
1555                 SMESH::long_array_var aNodes = aSubMesh->GetElementsByType(SMESH::NODE);
1556                 SMESH::long_array_var aEdges = aSubMesh->GetElementsByType(SMESH::EDGE);
1557                 SMESH::long_array_var aFaces = aSubMesh->GetElementsByType(SMESH::FACE);
1558                 SMESH::long_array_var aVolumes = aSubMesh->GetElementsByType(SMESH::VOLUME);
1559                 // create group for each type o elements
1560                 QString aName = IObject->getName();
1561                 if (aNodes->length() > 0) {
1562                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::NODE, aName + "_Nodes");
1563                   aGroup->Add(aNodes.inout());
1564                 }
1565                 if (aEdges->length() > 0) {
1566                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::EDGE, aName + "_Edges");
1567                   aGroup->Add(aEdges.inout());
1568                 }
1569                 if (aFaces->length() > 0) {
1570                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::FACE, aName + "_Faces");
1571                   aGroup->Add(aFaces.inout());
1572                 }
1573                 if (aVolumes->length() > 0) {
1574                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::VOLUME, aName + "_Volumes");
1575                   aGroup->Add(aVolumes.inout());
1576                 }
1577                 updateObjBrowser();
1578
1579               }catch(const SALOME::SALOME_Exception & S_ex){
1580                 SalomeApp_Tools::QtCatchCorbaException(S_ex);
1581               }
1582             }
1583           }
1584         }
1585       }
1586       break;
1587     }
1588
1589   case 803:                                     // EDIT GROUP
1590     {
1591       if ( !vtkwnd )
1592       {
1593         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1594           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1595         break;
1596       }
1597
1598       if(checkLock(aStudy)) break;
1599       EmitSignalDeactivateDialog();
1600
1601       SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1602       SALOME_ListIO selected;
1603       if( aSel )
1604         aSel->selectedObjects( selected );
1605
1606       SALOME_ListIteratorOfListIO It (selected);
1607       int nbSelectedGroups = 0;
1608       for ( ; It.More(); It.Next() )
1609       {
1610         SMESH::SMESH_Group_var aGroup =
1611           SMESH::IObjectToInterface<SMESH::SMESH_Group>(It.Value());
1612         if (!aGroup->_is_nil()) {
1613           nbSelectedGroups++;
1614           SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, "", aGroup);
1615           aDlg->show();
1616         }
1617       }
1618       if (nbSelectedGroups == 0)
1619         {
1620           SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, "", SMESH::SMESH_Group::_nil());
1621           aDlg->show();
1622         }
1623       break;
1624     }
1625
1626   case 804:                                     // Add elements to group
1627     {
1628       if(checkLock(aStudy)) break;
1629       if (myState == 800) {
1630         SMESHGUI_GroupDlg *aDlg = (SMESHGUI_GroupDlg*) myActiveDialogBox;
1631         if (aDlg) aDlg->onAdd();
1632       }
1633       break;
1634     }
1635
1636   case 805:                                     // Remove elements from group
1637     {
1638       if(checkLock(aStudy)) break;
1639       if (myState == 800) {
1640         SMESHGUI_GroupDlg *aDlg = (SMESHGUI_GroupDlg*) myActiveDialogBox;
1641         if (aDlg) aDlg->onRemove();
1642       }
1643       break;
1644     }
1645
1646     case 810: // Union Groups
1647     case 811: // Intersect groups
1648     case 812: // Cut groups
1649     {
1650       if ( !vtkwnd )
1651       {
1652         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1653           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1654         break;
1655       }
1656
1657       if ( checkLock( aStudy ) )
1658         break;
1659
1660       EmitSignalDeactivateDialog();
1661
1662       int aMode;
1663       if      ( theCommandID == 810 ) aMode = SMESHGUI_GroupOpDlg::UNION;
1664       else if ( theCommandID == 811 ) aMode = SMESHGUI_GroupOpDlg::INTERSECT;
1665       else                            aMode = SMESHGUI_GroupOpDlg::CUT;
1666
1667       ( new SMESHGUI_GroupOpDlg( this, aMode ) )->show();
1668       break;
1669     }
1670
1671     case 813: // Delete groups with their contents
1672     {
1673       if ( !vtkwnd )
1674       {
1675         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1676           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1677         break;
1678       }
1679
1680       if ( checkLock( aStudy ) )
1681         break;
1682
1683       EmitSignalDeactivateDialog();
1684
1685       new SMESHGUI_DeleteGroupDlg( this );
1686       break;
1687     }
1688
1689   case 900:                                     // MESH INFOS
1690     {
1691       EmitSignalDeactivateDialog();
1692       SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1693       SALOME_ListIO selected;
1694       if( aSel )
1695         aSel->selectedObjects( selected );
1696
1697       if ( selected.Extent() > 1 ) { // a dlg for each IO
1698         SALOME_ListIO IOs;
1699         SALOME_ListIteratorOfListIO It (selected);
1700         for ( ; It.More(); It.Next() ) {
1701           IOs.Clear(); IOs.Append( It.Value() );
1702           aSel->setSelectedObjects( IOs );
1703           new SMESHGUI_MeshInfosDlg(this, "", false);
1704         }
1705         // restore selection
1706         aSel->setSelectedObjects( selected );
1707       }
1708       else
1709         new SMESHGUI_MeshInfosDlg(this, "", false);
1710       break;
1711     }
1712
1713   case 902:                                     // STANDARD MESH INFOS
1714     {
1715       EmitSignalDeactivateDialog();
1716       SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1717       SALOME_ListIO selected;
1718       if( aSel )
1719         aSel->selectedObjects( selected );
1720
1721       if ( selected.Extent() > 1 ) { // a dlg for each IO
1722         SALOME_ListIO IOs;
1723         SALOME_ListIteratorOfListIO It (selected);
1724         for ( ; It.More(); It.Next() ) {
1725           IOs.Clear();
1726           IOs.Append( It.Value() );
1727           aSel->setSelectedObjects( IOs );
1728           new SMESHGUI_StandardMeshInfosDlg( this, "", false);
1729         }
1730         // restore selection
1731         aSel->setSelectedObjects( selected );
1732       }
1733       else
1734         new SMESHGUI_StandardMeshInfosDlg( this, "", false);
1735       break;
1736     }
1737
1738   case 1100:                                    // EDIT HYPOTHESIS
1739     {
1740       if(checkLock(aStudy)) break;
1741
1742       SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1743       SALOME_ListIO selected;
1744       if( aSel )
1745         aSel->selectedObjects( selected );
1746
1747       int nbSel = selected.Extent();
1748
1749       if (nbSel == 1) {
1750         SMESH::SMESH_Hypothesis_var Hyp = SMESH::IObjectToInterface<SMESH::SMESH_Hypothesis>(selected.First());
1751
1752         /* Look for all mesh objects that have this hypothesis affected in order to flag as ModifiedMesh */
1753         /* At end below '...->updateObjBrowser(true)' will change icon of mesh objects                   */
1754         /* Warning : however by internal mechanism all subMeshes icons are changed !                     */
1755         if ( !Hyp->_is_nil() )
1756         {
1757           char* sName = Hyp->GetName();
1758           SMESHGUI_GenericHypothesisCreator* aCreator = SMESH::GetHypothesisCreator(sName);
1759           if (aCreator)
1760           {
1761             aCreator->EditHypothesis(Hyp);
1762           }
1763           else
1764           {
1765             // report error
1766           }
1767         }
1768       }
1769       updateObjBrowser( true );
1770       break;
1771     }
1772
1773   case 1101:                                    // RENAME
1774     {
1775       if ( checkLock( aStudy ) )
1776         break;
1777
1778       SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1779       SALOME_ListIO selected;
1780       if( aSel )
1781         aSel->selectedObjects( selected );
1782
1783       SALOME_ListIteratorOfListIO It( selected );
1784       for ( ; It.More(); It.Next() )
1785       {
1786         Handle(SALOME_InteractiveObject) IObject = It.Value();
1787         _PTR(SObject) obj = aStudy->FindObjectID( IObject->getEntry() );
1788         _PTR(GenericAttribute) anAttr;
1789         _PTR(AttributeName) aName;
1790         if ( obj )
1791         {
1792           if ( obj->FindAttribute(anAttr, "AttributeName") )
1793           {
1794             aName = anAttr;
1795             QString newName = QString(aName->Value().c_str());
1796             newName = SalomeApp_NameDlg::getName( desktop(), newName );
1797             if ( !newName.isEmpty() )
1798             {
1799               //old source: aStudy->renameIObject( IObject, newName );
1800               aName->SetValue( newName.latin1() );
1801
1802               // if current object is group update group's name
1803               SMESH::SMESH_GroupBase_var aGroup =
1804                 SMESH::IObjectToInterface<SMESH::SMESH_GroupBase>(IObject);
1805               if (!aGroup->_is_nil() )
1806                 aGroup->SetName( newName.latin1() );
1807
1808               updateObjBrowser();
1809             }
1810           }
1811         }
1812       }
1813       break;
1814     }
1815
1816   case 1102:                                    // REMOVE HYPOTHESIS / ALGORITHMS
1817     {
1818       if(checkLock(aStudy)) break;
1819       SUIT_OverrideCursor wc;
1820
1821       SalomeApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1822       SALOME_ListIO selected;
1823       if( aSel )
1824         aSel->selectedObjects( selected );
1825
1826       SALOME_ListIteratorOfListIO It(selected);
1827       for (int i = 0; It.More(); It.Next(), i++) {
1828         Handle(SALOME_InteractiveObject) IObject = It.Value();
1829         SMESH::RemoveHypothesisOrAlgorithmOnMesh(IObject);
1830       }
1831       SALOME_ListIO l1;
1832       aSel->setSelectedObjects( l1 );
1833       updateObjBrowser();
1834       break;
1835     }
1836
1837   case 401:                                     // GEOM::EDGE
1838   case 4021:                                    // TRIANGLE
1839   case 4022:                                    // QUAD
1840   case 4023:                                    // POLYGON
1841   case 4031:                                    // TETRA
1842   case 4032:                                    // HEXA
1843     {
1844       if(checkLock(aStudy)) break;
1845       if ( vtkwnd ) {
1846         EmitSignalDeactivateDialog();
1847         SMDSAbs_ElementType type    = SMDSAbs_Edge;
1848         int                 nbNodes = 2;
1849         switch (theCommandID) {
1850         case 4021:                                      // TRIANGLE
1851           type = SMDSAbs_Face; nbNodes = 3; break;
1852         case 4022:                                      // QUAD
1853           type = SMDSAbs_Face; nbNodes = 4; break;
1854         case 4031:                                      // TETRA
1855           type = SMDSAbs_Volume; nbNodes = 4; break;
1856         case 4023:                                      // POLYGON
1857           type = SMDSAbs_Face; nbNodes = 5; break;     // 5 - identificator for POLYGON
1858         case 4032:                                      // HEXA
1859           type = SMDSAbs_Volume; nbNodes = 8; break;
1860         case 4033:                                      // POLYHEDRE
1861           type = SMDSAbs_Volume; nbNodes = 9; break; // 9 - identificator for POLYHEDRE
1862         default:;
1863         }
1864         new SMESHGUI_AddMeshElementDlg( this, "", type, nbNodes);
1865       }
1866       else {
1867         SUIT_MessageBox::warn1(desktop(),
1868                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1869                               tr("SMESH_BUT_OK"));
1870       }
1871       break;
1872     }
1873   case 4033:                                    // POLYHEDRON
1874     {
1875       if(checkLock(aStudy)) break;
1876       if ( vtkwnd ) {
1877         EmitSignalDeactivateDialog();
1878         new SMESHGUI_CreatePolyhedralVolumeDlg(this, "", FALSE );
1879       }
1880       else {
1881         SUIT_MessageBox::warn1(SMESHGUI::desktop(),
1882                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1883                               tr("SMESH_BUT_OK"));
1884       }
1885       break;
1886     }
1887   case 4041:                                    // REMOVES NODES
1888     {
1889       if(checkLock(aStudy)) break;
1890       if ( vtkwnd ) {
1891         EmitSignalDeactivateDialog();
1892         new SMESHGUI_RemoveNodesDlg(this);
1893       }
1894       else {
1895         SUIT_MessageBox::warn1(desktop(),
1896                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1897                               tr("SMESH_BUT_OK"));
1898       }
1899       break;
1900     }
1901   case 4042:                                    // REMOVES ELEMENTS
1902     {
1903       if(checkLock(aStudy)) break;
1904       if( vtkwnd ) {
1905         EmitSignalDeactivateDialog();
1906         new SMESHGUI_RemoveElementsDlg(this);
1907       }
1908       else
1909         {
1910           SUIT_MessageBox::warn1(desktop(),
1911                                 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1912                                 tr("SMESH_BUT_OK"));
1913         }
1914       break;
1915     }
1916   case 4051:                                    // RENUMBERING NODES
1917     {
1918       if(checkLock(aStudy)) break;
1919       if( vtkwnd ) {
1920         EmitSignalDeactivateDialog();
1921         new SMESHGUI_RenumberingDlg( this, "", 0);
1922       }
1923       else
1924         {
1925           SUIT_MessageBox::warn1(desktop(),
1926                                 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1927                                 tr("SMESH_BUT_OK"));
1928         }
1929       break;
1930     }
1931   case 4052:                                    // RENUMBERING ELEMENTS
1932     {
1933       if(checkLock(aStudy)) break;
1934       if ( vtkwnd ) {
1935         EmitSignalDeactivateDialog();
1936         new SMESHGUI_RenumberingDlg( this, "", 1);
1937       }
1938       else
1939         {
1940           SUIT_MessageBox::warn1(desktop(),
1941                                 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1942                                 tr("SMESH_BUT_OK"));
1943         }
1944       break;
1945     }
1946   case 4061:                                   // TRANSLATION
1947     {
1948       if(checkLock(aStudy)) break;
1949       if ( vtkwnd ) {
1950         EmitSignalDeactivateDialog();
1951         new SMESHGUI_TranslationDlg( this );
1952       }
1953       else {
1954         SUIT_MessageBox::warn1(desktop(),
1955                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1956                               tr("SMESH_BUT_OK"));
1957       }
1958       break;
1959     }
1960   case 4062:                                   // ROTATION
1961     {
1962       if(checkLock(aStudy)) break;
1963       if( vtkwnd ) {
1964         EmitSignalDeactivateDialog();
1965         new SMESHGUI_RotationDlg( this );
1966       }
1967       else {
1968         SUIT_MessageBox::warn1(desktop(),
1969                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1970                               tr("SMESH_BUT_OK"));
1971       }
1972       break;
1973     }
1974   case 4063:                                   // SYMMETRY
1975     {
1976       if(checkLock(aStudy)) break;
1977       if(vtkwnd) {
1978         EmitSignalDeactivateDialog();
1979         new SMESHGUI_SymmetryDlg( this );
1980       }
1981       else {
1982         SUIT_MessageBox::warn1(desktop(),
1983                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1984                               tr("SMESH_BUT_OK"));
1985       }
1986       break;
1987     }
1988   case 4064:                                   // SEWING
1989     {
1990       if(checkLock(aStudy)) break;
1991       if(vtkwnd) {
1992         EmitSignalDeactivateDialog();
1993         new SMESHGUI_SewingDlg( this );
1994       }
1995       else {
1996         SUIT_MessageBox::warn1(desktop(),
1997                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1998                               tr("SMESH_BUT_OK"));
1999       }
2000       break;
2001     }
2002   case 4065:                                   // MERGE NODES
2003     {
2004       if(checkLock(aStudy)) break;
2005       if(vtkwnd) {
2006         EmitSignalDeactivateDialog();
2007         new SMESHGUI_MergeNodesDlg( this );
2008       }
2009       else {
2010         SUIT_MessageBox::warn1(desktop(),
2011                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2012                               tr("SMESH_BUT_OK"));
2013       }
2014       break;
2015     }
2016   case 4066: // MERGE EQUAL ELEMENTS
2017     {
2018       if (checkLock(aStudy)) break;
2019       if (vtkwnd) {
2020         EmitSignalDeactivateDialog();
2021         new SMESHGUI_EditMeshDlg(this,
2022                                  "SMESH_MERGE_ELEMENTS_TITLE",
2023                                  "ICON_DLG_MERGE_ELEMENTS",
2024                                  1); // MergeEqualElemets
2025       } else {
2026         SUIT_MessageBox::warn1(desktop(),
2027                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2028                               tr("SMESH_BUT_OK"));
2029       }
2030       break;
2031     }
2032
2033   case 5105: // Library of selection filters
2034   {
2035     static QValueList<int> aTypes;
2036     if ( aTypes.isEmpty() )
2037     {
2038       aTypes.append( SMESH::NODE );
2039       aTypes.append( SMESH::EDGE );
2040       aTypes.append( SMESH::FACE );
2041       aTypes.append( SMESH::VOLUME );
2042     }
2043     new SMESHGUI_FilterLibraryDlg( this, SMESH::GetDesktop( this ), aTypes, SMESHGUI_FilterLibraryDlg::EDIT );
2044   }
2045   break;
2046
2047   case 6017:                                    // CONTROLS
2048   case 6016:
2049   case 6015:
2050   case 6014:
2051   case 6013:
2052   case 6012:
2053   case 6011:
2054   case 6001:
2055   case 6018:
2056   case 6019:
2057   case 6002:
2058   case 6003:
2059   case 6004:
2060     if ( vtkwnd ) {
2061
2062       SalomeApp_SelectionMgr* mgr = selectionMgr();
2063       SALOME_ListIO selected; mgr->selectedObjects( selected );
2064
2065       if ( selected.Extent() == 1 && selected.First()->hasEntry() ) {
2066         _PTR(SObject) SO = aStudy->FindObjectID( selected.First()->getEntry() );
2067         if ( SO ) {
2068           CORBA::Object_var aObject = SMESH::SObjectToObject( SO );
2069           SMESH::SMESH_Mesh_var      aMesh    = SMESH::SMESH_Mesh::_narrow( aObject );
2070           SMESH::SMESH_subMesh_var   aSubMesh = SMESH::SMESH_subMesh::_narrow( aObject );
2071           SMESH::SMESH_GroupBase_var aGroup   = SMESH::SMESH_GroupBase::_narrow( aObject );
2072           if ( !aMesh->_is_nil() || !aSubMesh->_is_nil() || !aGroup->_is_nil() ) {
2073             ::Control( theCommandID );
2074             break;
2075           }
2076         }
2077       }
2078       SUIT_MessageBox::warn1(desktop(),
2079                             tr( "SMESH_WRN_WARNING" ),
2080                             tr( "SMESH_BAD_SELECTION" ),
2081                             tr( "SMESH_BUT_OK" ) );
2082       break;
2083     }
2084     else {
2085       SUIT_MessageBox::warn1(desktop(),
2086                             tr( "SMESH_WRN_WARNING" ),
2087                             tr( "NOT_A_VTK_VIEWER" ),
2088                             tr( "SMESH_BUT_OK" ) );
2089     }
2090     break;
2091   case 9010:
2092     {
2093       SalomeApp_SelectionMgr* mgr = selectionMgr();
2094       SALOME_ListIO selected; mgr->selectedObjects( selected );
2095
2096       if (selected.Extent() == 1)       {
2097         Handle(SALOME_InteractiveObject) anIObject = selected.First();
2098         if(anIObject->hasEntry())
2099           if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
2100             anActor->SetPointsLabeled( !anActor->GetPointsLabeled() );
2101           }
2102       }
2103       break;
2104     }
2105   case 9011:
2106     {
2107       SalomeApp_SelectionMgr* mgr = selectionMgr();
2108       SALOME_ListIO selected; mgr->selectedObjects( selected );
2109
2110       if (selected.Extent() == 1)       {
2111         Handle(SALOME_InteractiveObject) anIObject = selected.First();
2112         if(anIObject->hasEntry())
2113           if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
2114             anActor->SetCellsLabeled( !anActor->GetCellsLabeled() );
2115           }
2116       }
2117       break;
2118     }
2119   }
2120
2121   anApp->updateActions(); //SRN: To update a Save button in the toolbar
2122   //updateObjBrowser();
2123   return true;
2124 }
2125
2126 //=============================================================================
2127 /*!
2128  *
2129  */
2130 //=============================================================================
2131 bool SMESHGUI::OnMousePress( QMouseEvent * pe, SUIT_ViewWindow * wnd )
2132 {
2133   return false;
2134 }
2135
2136 //=============================================================================
2137 /*!
2138  *
2139  */
2140 //=============================================================================
2141 bool SMESHGUI::OnMouseMove( QMouseEvent * pe, SUIT_ViewWindow * wnd )
2142 {
2143   return true;
2144 }
2145
2146 //=============================================================================
2147 /*!
2148  *
2149  */
2150 //=============================================================================
2151 bool SMESHGUI::OnKeyPress( QKeyEvent * pe, SUIT_ViewWindow * wnd )
2152 {
2153   return true;
2154 }
2155
2156 //=============================================================================
2157 /*! Method:  BuildPresentation(const Handle(SALOME_InteractiveObject)& theIO)
2158  *  Purpose: ensures that the actor for the given <theIO> exists in the active VTK view
2159  */
2160 //=============================================================================
2161 void SMESHGUI::BuildPresentation( const Handle(SALOME_InteractiveObject) & theIO,
2162                                   SUIT_ViewWindow* wnd )
2163 {
2164   if(theIO->hasEntry()){
2165     //SUIT_ViewWindow* wnd = SMESH::GetActiveWindow();
2166     SMESH::UpdateView(wnd,SMESH::eDisplay,theIO->getEntry());
2167   }
2168 }
2169
2170 //=======================================================================
2171 // function : createSMESHAction
2172 // purpose  :
2173 //=======================================================================
2174 void SMESHGUI::createSMESHAction( const int id, const QString& po_id, const QString& icon_id, const int key, const bool toggle  )
2175 {
2176   QIconSet icon;
2177   QWidget* parent = application()->desktop();
2178   SUIT_ResourceMgr* resMgr = resourceMgr();
2179   QPixmap pix;
2180   if ( icon_id.length() )
2181     pix = resMgr->loadPixmap( "SMESH", tr( icon_id ) );
2182   else
2183     pix = resMgr->loadPixmap( "SMESH", tr( QString( "ICO_" )+po_id ), false );
2184   if ( !pix.isNull() )
2185     icon = QIconSet( pix );
2186
2187   QString tooltip    = tr( QString( "TOP_" )+po_id ),
2188           menu       = tr( QString( "MEN_" )+po_id ),
2189           status_bar = tr( QString( "STB_" )+po_id );
2190
2191   createAction( id, tooltip, icon, menu, status_bar, key, parent, toggle, this, SLOT( OnGUIEvent() )  );
2192 }
2193
2194 //=======================================================================
2195 // function : createPopupItem
2196 // purpose  :
2197 //=======================================================================
2198 void SMESHGUI::createPopupItem( const int id,
2199                                 const QString& clients,
2200                                 const QString& types,
2201                                 const QString& theRule,
2202                                 const int pId )
2203 {
2204   int parentId = pId;
2205   if( pId!=-1 )
2206     parentId = popupMgr()->actionId( action( pId ) );
2207
2208   if( !popupMgr()->contains( popupMgr()->actionId( action( id ) ) ) )
2209     popupMgr()->insert( action( id ), parentId, 0 );
2210
2211   QChar lc = QtxPopupMgr::Selection::defEquality();
2212   QString rule = "(%1) and (%2) and (%3)";
2213   rule = rule.arg( QString( "%1>0" ).arg( QtxPopupMgr::Selection::defSelCountParam() ) );
2214   rule = rule.arg( QString( "%1client in {%2}" ).arg( lc ).arg( clients ) );
2215   rule = rule.arg( QString( "%1type in {%2}" ).arg( lc ).arg( types ) );
2216   rule += theRule;
2217
2218   bool cont = myRules.contains( id );
2219   if( cont )
2220     rule = QString( "%1 or (%2)" ).arg( myRules[ id ] ).arg( rule );
2221
2222   popupMgr()->setRule( action( id ), rule, true );
2223   myRules[ id ] = QString( cont ? "%1" : "(%1)" ).arg( rule );
2224 }
2225
2226 //=======================================================================
2227 // function : initialize
2228 // purpose  :
2229 //=======================================================================
2230 void SMESHGUI::initialize( CAM_Application* app )
2231 {
2232   SalomeApp_Module::initialize( app );
2233
2234 //   SUIT_ResourceMgr* mgr = app->resourceMgr();
2235 //   if ( mgr )
2236   /* Automatic Update flag */
2237 //     myAutomaticUpdate = mgr->booleanValue( "SMESH", "AutomaticUpdate", myAutomaticUpdate );
2238
2239   // ----- create actions --------------
2240
2241   createSMESHAction(  111, "DAT", "", (CTRL+Key_B) );
2242   createSMESHAction(  112, "UNV", "", (CTRL+Key_U) );
2243   createSMESHAction(  113, "MED", "", (CTRL+Key_M) );
2244   createSMESHAction(  114, "NUM" );
2245   createSMESHAction(  121, "DAT" );
2246   createSMESHAction(  122, "MED" );
2247   createSMESHAction(  123, "UNV" );
2248   createSMESHAction(  124, "EXPORT_DAT" );
2249   createSMESHAction(  125, "EXPORT_MED" );
2250   createSMESHAction(  126, "EXPORT_UNV" );
2251   createSMESHAction(   33, "DELETE",          "ICON_DELETE" );
2252   createSMESHAction( 5105, "SEL_FILTER_LIB" );
2253   createSMESHAction(  701, "COMPUTE",         "ICON_COMPUTE" );
2254   createSMESHAction(  702, "CREATE_MESH",     "ICON_DLG_INIT_MESH" );
2255   createSMESHAction(  703, "CREATE_SUBMESH",  "ICON_DLG_ADD_SUBMESH" );
2256   createSMESHAction(  704, "EDIT_MESHSUBMESH","ICON_DLG_EDIT_MESH" );
2257   createSMESHAction(  801, "CREATE_GROUP",    "ICON_SMESH_TREE_GROUP" );
2258   createSMESHAction(  802, "CONSTRUCT_GROUP", "ICON_CONSTRUCT_GROUP" );
2259   createSMESHAction(  803, "EDIT_GROUP",      "ICON_EDIT_GROUP" );
2260   createSMESHAction(  804, "ADD" );
2261   createSMESHAction(  805, "REMOVE" );
2262   createSMESHAction(  810, "UN_GROUP",        "ICON_UNION" );
2263   createSMESHAction(  811, "INT_GROUP",       "ICON_INTERSECT" );
2264   createSMESHAction(  812, "CUT_GROUP",       "ICON_CUT" );
2265   createSMESHAction(  813, "DEL_GROUP",       "ICON_DEL_GROUP" );
2266   createSMESHAction(  900, "ADV_INFO",        "ICON_ADV_INFO" );
2267   createSMESHAction(  902, "STD_INFO",        "ICON_STD_INFO" );
2268   createSMESHAction( 6001, "LENGTH",          "ICON_LENGTH" ,       0, true );
2269   createSMESHAction( 6002, "FREE_EDGE",       "ICON_FREE_EDGE" ,    0, true );
2270   createSMESHAction( 6003, "FREE_BORDER",     "ICON_FREE_EDGE_2D" , 0, true );
2271   createSMESHAction( 6004, "CONNECTION",      "ICON_CONNECTION" ,   0, true );
2272   createSMESHAction( 6011, "AREA",            "ICON_AREA" ,         0, true );
2273   createSMESHAction( 6012, "TAPER",           "ICON_TAPER" ,        0, true );
2274   createSMESHAction( 6013, "ASPECT",          "ICON_ASPECT" ,       0, true );
2275   createSMESHAction( 6014, "MIN_ANG",         "ICON_ANGLE" ,        0, true );
2276   createSMESHAction( 6015, "WARP",            "ICON_WARP" ,         0, true );
2277   createSMESHAction( 6016, "SKEW",            "ICON_SKEW",          0, true );
2278   createSMESHAction( 6017, "ASPECT_3D",       "ICON_ASPECT_3D",     0, true );
2279   createSMESHAction( 6018, "LENGTH_2D",       "ICON_LENGTH_2D",     0, true );
2280   createSMESHAction( 6019, "CONNECTION_2D",   "ICON_CONNECTION_2D", 0, true );
2281   createSMESHAction(  400, "NODE",            "ICON_DLG_NODE" );
2282   createSMESHAction(  401, "EDGE",            "ICON_DLG_EDGE" );
2283   createSMESHAction( 4021, "TRIANGLE",        "ICON_DLG_TRIANGLE" );
2284   createSMESHAction( 4022, "QUAD",            "ICON_DLG_QUADRANGLE" );
2285   createSMESHAction( 4023, "POLYGON",         "ICON_DLG_POLYGON" );
2286   createSMESHAction( 4031, "TETRA",           "ICON_DLG_TETRAS" );
2287   createSMESHAction( 4032, "HEXA",            "ICON_DLG_HEXAS" );
2288   createSMESHAction( 4041, "REMOVE_NODES",    "ICON_DLG_REM_NODE" );
2289   createSMESHAction( 4042, "REMOVE_ELEMENTS", "ICON_DLG_REM_ELEMENT" );
2290   createSMESHAction( 4051, "RENUM_NODES",     "ICON_DLG_RENUMBERING_NODES" );
2291   createSMESHAction( 4052, "RENUM_ELEMENTS",  "ICON_DLG_RENUMBERING_ELEMENTS" );
2292   createSMESHAction( 4061, "TRANS",           "ICON_SMESH_TRANSLATION_VECTOR" );
2293   createSMESHAction( 4062, "ROT",             "ICON_DLG_ROTATION" );
2294   createSMESHAction( 4063, "SYM",             "ICON_SMESH_SYMMETRY_PLANE" );
2295   createSMESHAction( 4064, "SEW",             "ICON_SMESH_SEWING_FREEBORDERS" );
2296   createSMESHAction( 4065, "MERGE",           "ICON_SMESH_MERGE_NODES" );
2297   createSMESHAction( 4066, "MERGE_ELEMENTS",  "ICON_DLG_MERGE_ELEMENTS" );
2298   createSMESHAction(  406, "MOVE",            "ICON_DLG_MOVE_NODE" );
2299   createSMESHAction(  407, "INV",             "ICON_DLG_MESH_DIAGONAL" );
2300   createSMESHAction(  408, "UNION2",          "ICON_UNION2TRI" );
2301   createSMESHAction(  409, "ORIENT",          "ICON_DLG_MESH_ORIENTATION" );
2302   createSMESHAction(  410, "UNION",           "ICON_UNIONTRI" );
2303   createSMESHAction(  411, "CUT",             "ICON_CUTQUAD" );
2304   createSMESHAction(  412, "SMOOTH",          "ICON_DLG_SMOOTHING" );
2305   createSMESHAction(  413, "EXTRUSION",       "ICON_EXTRUSION" );
2306   createSMESHAction(  414, "REVOLUTION",      "ICON_REVOLUTION" );
2307   createSMESHAction(  415, "MAP",             "ICON_MAP" );
2308   createSMESHAction(  416, "EXTRUSION_ALONG", "ICON_EXTRUSION_ALONG" );
2309   createSMESHAction(  200, "RESET" );
2310   createSMESHAction(  201, "SCALAR_BAR_PROP" );
2311   createSMESHAction(  211, "WIRE",           "ICON_WIRE", 0, true );
2312   createSMESHAction(  212, "SHADE",          "ICON_SHADE", 0, true );
2313   createSMESHAction(  213, "SHRINK",         "ICON_SHRINK", 0, true );
2314   createSMESHAction(  214, "UPDATE",         "ICON_UPDATE" );
2315   createSMESHAction(  215, "NODES",          "ICON_POINTS", 0, true );
2316   createSMESHAction(  217, "EDGES",          "ICON_DLG_EDGE", 0, true );
2317   createSMESHAction(  218, "FACES",          "ICON_DLG_TRIANGLE", 0, true );
2318   createSMESHAction(  219, "VOLUMES",        "ICON_DLG_TETRAS", 0, true );
2319   createSMESHAction(  220, "ALL" );
2320   createSMESHAction( 1100, "EDIT_HYPO" );
2321   createSMESHAction( 1101, "RENAME" );
2322   createSMESHAction( 1102, "UNASSIGN" );
2323   createSMESHAction( 9010, "NUM_NODES", "", 0, true );
2324   createSMESHAction( 9011, "NUM_ELEMENTS", "", 0, true );
2325   createSMESHAction( 1131, "DISPMODE" );
2326   createSMESHAction( 1132, "COLORS" );
2327   createSMESHAction( 1133, "TRANSP" );
2328   createSMESHAction( 1134, "CLIP" );
2329   createSMESHAction( 1135, "DISP_ENT" );
2330   createSMESHAction( 2000, "CTRL" );
2331
2332   createSMESHAction( 300, "ERASE" );
2333   createSMESHAction( 301, "DISPLAY" );
2334   createSMESHAction( 302, "DISPLAY_ONLY" );
2335   createSMESHAction( 4033, "POLYHEDRON", "ICON_DLG_POLYHEDRON" );
2336
2337   // ----- create menu --------------
2338   int fileId   = createMenu( tr( "MEN_FILE" ),   -1,  1 ),
2339       editId   = createMenu( tr( "MEN_EDIT" ),   -1,  3 ),
2340       toolsId  = createMenu( tr( "MEN_TOOLS" ),  -1,  5, 50 ),
2341       meshId   = createMenu( tr( "MEN_MESH" ),   -1, 70, 10 ),
2342       ctrlId   = createMenu( tr( "MEN_CTRL" ),   -1, 60, 10 ),
2343       modifyId = createMenu( tr( "MEN_MODIFY" ), -1, 40, 10 ),
2344       viewId   = createMenu( tr( "MEN_VIEW" ),   -1,  2 );
2345
2346   createMenu( separator(), fileId );
2347
2348   int importId = createMenu( tr( "MEN_IMPORT" ), fileId, 11, 10 ),
2349       exportId = createMenu( tr( "MEN_EXPORT" ), fileId, 12, 10 ),
2350       addId    = createMenu( tr( "MEN_ADD" ),    modifyId, 402 ),
2351       removeId = createMenu( tr( "MEN_REMOVE" ), modifyId, 403 ),
2352       renumId  = createMenu( tr( "MEN_RENUM" ),  modifyId, 404 ),
2353       transfId = createMenu( tr( "MEN_TRANSF" ), modifyId, 405 );
2354
2355   createMenu( 111, importId, -1 );
2356   createMenu( 112, importId, -1 );
2357   createMenu( 113, importId, -1 );
2358
2359   createMenu( 121, exportId, -1 );
2360   createMenu( 122, exportId, -1 );
2361   createMenu( 123, exportId, -1 );
2362
2363   createMenu( separator(), fileId, 10 );
2364
2365   createMenu( 33, editId, -1 );
2366
2367   createMenu( 5105, toolsId, -1 );
2368
2369   createMenu( 702, meshId, -1 );
2370   createMenu( 703, meshId, -1 );
2371   createMenu( 704, meshId, -1 );
2372   createMenu( separator(), meshId, -1 );
2373   createMenu( 701, meshId, -1 );
2374   createMenu( separator(), meshId, -1 );
2375   createMenu( 801, meshId, -1 );
2376   createMenu( 802, meshId, -1 );
2377   createMenu( 803, meshId, -1 );
2378   createMenu( separator(), meshId, -1 );
2379   createMenu( 810, meshId, -1 );
2380   createMenu( 811, meshId, -1 );
2381   createMenu( 812, meshId, -1 );
2382   createMenu( separator(), meshId, -1 );
2383   createMenu( 813, meshId, -1 );
2384   createMenu( separator(), meshId, -1 );
2385   createMenu( 900, meshId, -1 );
2386   createMenu( 902, meshId, -1 );
2387   createMenu( separator(), meshId, -1 );
2388
2389   createMenu( 6003, ctrlId, -1 );
2390   createMenu( 6001, ctrlId, -1 );
2391   createMenu( 6004, ctrlId, -1 );
2392   createMenu( separator(), ctrlId, -1 );
2393   createMenu( 6002, ctrlId, -1 );
2394   createMenu( 6018, ctrlId, -1 );
2395   createMenu( 6019, ctrlId, -1 );
2396   createMenu( 6011, ctrlId, -1 );
2397   createMenu( 6012, ctrlId, -1 );
2398   createMenu( 6013, ctrlId, -1 );
2399   createMenu( 6014, ctrlId, -1 );
2400   createMenu( 6015, ctrlId, -1 );
2401   createMenu( 6016, ctrlId, -1 );
2402   createMenu( separator(), ctrlId, -1 );
2403   createMenu( 6017, ctrlId, -1 );
2404   createMenu( separator(), ctrlId, -1 );
2405
2406   createMenu( 400, addId, -1 );
2407   createMenu( 401, addId, -1 );
2408   createMenu( 4021, addId, -1 );
2409   createMenu( 4022, addId, -1 );
2410   createMenu( 4023, addId, -1 );
2411   createMenu( 4031, addId, -1 );
2412   createMenu( 4032, addId, -1 );
2413   createMenu( 4033, addId, -1 );
2414
2415   createMenu( 4041, removeId, -1 );
2416   createMenu( 4042, removeId, -1 );
2417
2418   createMenu( 4051, renumId, -1 );
2419   createMenu( 4052, renumId, -1 );
2420
2421   createMenu( 4061, transfId, -1 );
2422   createMenu( 4062, transfId, -1 );
2423   createMenu( 4063, transfId, -1 );
2424   createMenu( 4064, transfId, -1 );
2425   createMenu( 4065, transfId, -1 );
2426   createMenu( 4066, transfId, -1 );
2427
2428   createMenu( 406, modifyId, -1 );
2429   createMenu( 407, modifyId, -1 );
2430   createMenu( 408, modifyId, -1 );
2431   createMenu( 409, modifyId, -1 );
2432   createMenu( 410, modifyId, -1 );
2433   createMenu( 411, modifyId, -1 );
2434   createMenu( 412, modifyId, -1 );
2435   createMenu( 413, modifyId, -1 );
2436   createMenu( 416, modifyId, -1 );
2437   createMenu( 414, modifyId, -1 );
2438   createMenu( 415, modifyId, -1 );
2439
2440   createMenu( 214, viewId, -1 );
2441
2442   // ----- create toolbars --------------
2443   int meshTb     = createTool( tr( "TB_MESH" ) ),
2444       ctrlTb     = createTool( tr( "TB_CTRL" ) ),
2445       addRemTb   = createTool( tr( "TB_ADD_REMOVE" ) ),
2446       modifyTb   = createTool( tr( "TB_MODIFY" ) ),
2447       dispModeTb = createTool( tr( "TB_DISP_MODE" ) );
2448
2449   createTool( 702, meshTb );
2450   createTool( 703, meshTb );
2451   createTool( 704, meshTb );
2452   createTool( separator(), meshTb );
2453   createTool( 701, meshTb );
2454   createTool( separator(), meshTb );
2455   createTool( 801, meshTb );
2456   createTool( 802, meshTb );
2457   createTool( 803, meshTb );
2458   createTool( separator(), meshTb );
2459   createTool( 900, meshTb );
2460   createTool( 902, meshTb );
2461   createTool( separator(), meshTb );
2462
2463   createTool( 6001, ctrlTb );
2464   createTool( 6003, ctrlTb );
2465   createTool( 6004, ctrlTb );
2466   createTool( separator(), ctrlTb );
2467   createTool( 6002, ctrlTb );
2468   createTool( 6018, ctrlTb );
2469   createTool( 6019, ctrlTb );
2470   createTool( 6011, ctrlTb );
2471   createTool( 6012, ctrlTb );
2472   createTool( 6013, ctrlTb );
2473   createTool( 6014, ctrlTb );
2474   createTool( 6015, ctrlTb );
2475   createTool( 6016, ctrlTb );
2476   createTool( separator(), ctrlTb );
2477   createTool( 6017, ctrlTb );
2478   createTool( separator(), ctrlTb );
2479
2480   createTool( 400, addRemTb );
2481   createTool( 401, addRemTb );
2482   createTool( 4021, addRemTb );
2483   createTool( 4022, addRemTb );
2484   createTool( 4023, addRemTb );
2485   createTool( 4031, addRemTb );
2486   createTool( 4032, addRemTb );
2487   createTool( 4033, addRemTb );
2488   createTool( separator(), addRemTb );
2489   createTool( 4041, addRemTb );
2490   createTool( 4042, addRemTb );
2491   createTool( separator(), addRemTb );
2492   createTool( 4051, addRemTb );
2493   createTool( 4052, addRemTb );
2494   createTool( separator(), addRemTb );
2495   createTool( 4061, addRemTb );
2496   createTool( 4062, addRemTb );
2497   createTool( 4063, addRemTb );
2498   createTool( 4064, addRemTb );
2499   createTool( 4065, addRemTb );
2500   createTool( 4066, addRemTb );
2501   createTool( separator(), addRemTb );
2502
2503   createTool( 406, modifyTb );
2504   createTool( 407, modifyTb );
2505   createTool( 408, modifyTb );
2506   createTool( 409, modifyTb );
2507   createTool( 410, modifyTb );
2508   createTool( 411, modifyTb );
2509   createTool( 412, modifyTb );
2510   createTool( 413, modifyTb );
2511   createTool( 416, modifyTb );
2512   createTool( 414, modifyTb );
2513   createTool( 415, modifyTb );
2514
2515   createTool( 214, dispModeTb );
2516
2517
2518   myRules.clear();
2519   QString OB = "'ObjectBrowser'",
2520           View = "'" + SVTK_Viewer::Type() + "'",
2521           pat = "'%1'",
2522           mesh    = pat.arg( SMESHGUI_Selection::typeName( MESH ) ),
2523           group   = pat.arg( SMESHGUI_Selection::typeName( GROUP ) ),
2524           hypo    = pat.arg( SMESHGUI_Selection::typeName( HYPOTHESIS ) ),
2525           algo    = pat.arg( SMESHGUI_Selection::typeName( ALGORITHM ) ),
2526           elems   = QString( "'%1' '%2' '%3' '%4' '%5'" ).
2527                        arg( SMESHGUI_Selection::typeName( SUBMESH_VERTEX ) ).
2528                        arg( SMESHGUI_Selection::typeName( SUBMESH_EDGE ) ).
2529                        arg( SMESHGUI_Selection::typeName( SUBMESH_FACE ) ).
2530                        arg( SMESHGUI_Selection::typeName( SUBMESH_SOLID ) ).
2531                        arg( SMESHGUI_Selection::typeName( SUBMESH_COMPOUND ) ),
2532           subMesh = elems,
2533           mesh_group = mesh + " " + subMesh + " " + group,
2534           hyp_alg = hypo + " " + algo;
2535
2536   // popup for object browser
2537
2538   createPopupItem( 704, OB, mesh, "&& isComputable");      // EDIT_MESHSUBMESH
2539   createPopupItem( 704, OB, subMesh, "&& isComputable" );  // EDIT_MESHSUBMESH
2540   createPopupItem( 803, OB, group );                       // EDIT_GROUP
2541   popupMgr()->insert( separator(), -1, 0 );
2542   createPopupItem( 701, OB, mesh, "&& isComputable" );     // COMPUTE
2543   createPopupItem( 214, OB, mesh_group );                  // UPDATE
2544   createPopupItem( 900, OB, mesh_group );                  // ADV_INFO
2545   createPopupItem( 902, OB, mesh );                        // STD_INFO
2546   popupMgr()->insert( separator(), -1, 0 );
2547   createPopupItem( 801, OB, mesh );                        // CREATE_GROUP
2548   createPopupItem( 802, OB, subMesh );                     // CONSTRUCT_GROUP
2549   popupMgr()->insert( separator(), -1, 0 );
2550   createPopupItem( 1100, OB, hypo, "&& $hasReference={false}" );   // EDIT HYPOTHESIS
2551   createPopupItem( 1102, OB, hyp_alg ); // REMOVE HYPOTHESIS / ALGORITHMS
2552   createPopupItem( 1101, OB, mesh_group + " " + hyp_alg, "&& $hasReference={false}" ); // RENAME
2553   popupMgr()->insert( separator(), -1, 0 );
2554   createPopupItem( 125, OB, mesh );                        // EXPORT_MED
2555   createPopupItem( 126, OB, mesh );                        // EXPORT_UNV
2556   createPopupItem( 33, OB, subMesh + " " + group );        // DELETE
2557   popupMgr()->insert( separator(), -1, 0 );
2558
2559   // popup for viewer
2560   createPopupItem( 803, View, group ); // EDIT_GROUP
2561   createPopupItem( 804, View, elems ); // ADD
2562   createPopupItem( 805, View, elems ); // REMOVE
2563   popupMgr()->insert( separator(), -1, 0 );
2564   createPopupItem( 214, View, mesh_group ); // UPDATE
2565   createPopupItem( 900, View, mesh_group ); // ADV_INFO
2566   createPopupItem( 902, View, mesh );       // STD_INFO
2567   popupMgr()->insert( separator(), -1, 0 );
2568
2569   int anId;
2570   QString
2571     isInvisible("not( isVisible )"),
2572     isEmpty("numberOfNodes = 0"),
2573     isNotEmpty("numberOfNodes <> 0"),
2574
2575     // has nodes, edges, etc in VISIBLE! actor
2576     hasNodes("(numberOfNodes > 0 )"),//&& isVisible)"),
2577     hasElems("(count( elemTypes ) > 0)"),
2578     hasDifferentElems("(count( elemTypes ) > 1)"),
2579     hasEdges("({'Edge'} in elemTypes)"),
2580     hasFaces("({'Face'} in elemTypes)"),
2581     hasVolumes("({'Volume'} in elemTypes)");
2582
2583   QString lc = QtxPopupMgr::Selection::defEquality();
2584   QString aClient = QString( "%1client in {%2}" ).arg( lc ).arg( "'VTKViewer'" );
2585   QString aType = QString( "%1type in {%2}" ).arg( QtxPopupMgr::Selection::defEquality() );
2586   aType = aType.arg( mesh_group );
2587   QString aMeshInVTK = aClient + "&&" + aType;
2588
2589   //-------------------------------------------------
2590   // Numbering
2591   //-------------------------------------------------
2592   anId = popupMgr()->insert( tr( "MEN_NUM" ), -1, -1 );
2593
2594   popupMgr()->insert( action( 9010 ), anId, -1 );
2595   popupMgr()->setRule( action( 9010 ), aMeshInVTK + "&& isVisible &&" + hasNodes, true );
2596   popupMgr()->setRule( action( 9010 ), "{'Point'} in labeledTypes", false );
2597
2598   popupMgr()->insert( action( 9011 ), anId, -1 );
2599   popupMgr()->setRule( action( 9011 ), aMeshInVTK + "&& isVisible &&" + hasElems, true );
2600   popupMgr()->setRule( action( 9011 ), "{'Cell'} in labeledTypes", false );
2601
2602   popupMgr()->insert( separator(), -1, -1 );
2603
2604   //-------------------------------------------------
2605   // Display Mode
2606   //-------------------------------------------------
2607   anId = popupMgr()->insert( tr( "MEN_DISPMODE" ), -1, -1 );
2608
2609   popupMgr()->insert( action( 211 ), anId, -1 ); // WIRE
2610   popupMgr()->setRule( action( 211 ), aMeshInVTK + "&&" + hasElems, true );
2611   popupMgr()->setRule( action( 211 ), "displayMode = 'eEdge'", false );
2612
2613   popupMgr()->insert( action( 212 ), anId, -1 ); // SHADE
2614   popupMgr()->setRule( action( 212 ),aMeshInVTK+ "&& (" + hasFaces + "||" + hasVolumes + ")",true);
2615   popupMgr()->setRule( action( 212 ), "displayMode = 'eSurface'", false );
2616
2617   popupMgr()->insert( action( 215 ), anId, -1 ); // POINTS
2618   popupMgr()->setRule( action( 215 ), aMeshInVTK + "&&" + hasNodes, true );
2619   popupMgr()->setRule( action( 215 ), "displayMode = 'ePoint'", false );
2620
2621   popupMgr()->insert( separator(), anId, -1 );
2622
2623   popupMgr()->insert( action( 213 ), anId, -1 ); // SHRINK
2624   popupMgr()->setRule( action( 213 ), aMeshInVTK + "&& shrinkMode <> 'IsNotShrinkable' && displayMode <> 'ePoint'",true);
2625   popupMgr()->setRule( action( 213 ), "shrinkMode = 'IsShrunk'", false );
2626
2627   //-------------------------------------------------
2628   // Display Entity
2629   //-------------------------------------------------
2630   QString aDiffElemsInVTK = aMeshInVTK + "&&" + hasDifferentElems;
2631
2632   anId = popupMgr()->insert( tr( "MEN_DISP_ENT" ), -1, -1 );
2633
2634   popupMgr()->insert( action( 217 ), anId, -1 ); // EDGES
2635   popupMgr()->setRule( action( 217 ), aDiffElemsInVTK + "&& isVisible &&" + hasEdges, true );
2636   popupMgr()->setRule( action( 217 ), "{'Edge'} in entityMode", false );
2637
2638   popupMgr()->insert( action( 218 ), anId, -1 ); // FACES
2639   popupMgr()->setRule( action( 218 ), aDiffElemsInVTK + "&& isVisible &&" + hasFaces, true );
2640   popupMgr()->setRule( action( 218 ), "{'Face'} in entityMode", false );
2641
2642   popupMgr()->insert( action( 219 ), anId, -1 ); // VOLUMES
2643   popupMgr()->setRule( action( 219 ), aDiffElemsInVTK + "&& isVisible &&" + hasVolumes, true );
2644   popupMgr()->setRule( action( 219 ), "{'Volume'} in entityMode", false );
2645
2646   popupMgr()->insert( separator(), anId, -1 );
2647
2648   popupMgr()->insert( action( 220 ), anId, -1 ); // ALL
2649   popupMgr()->setRule( action( 220 ), aDiffElemsInVTK + "&& isVisible && not( elemTypes in entityMode )", true );
2650
2651   //-------------------------------------------------
2652   // Color / Size
2653   //-------------------------------------------------
2654   popupMgr()->insert( action( 1132 ), -1, -1 );
2655   popupMgr()->setRule( action( 1132 ), aMeshInVTK + "&& isVisible", true );
2656
2657   //-------------------------------------------------
2658   // Transparency
2659   //-------------------------------------------------
2660   popupMgr()->insert( action( 1133 ), -1, -1 );
2661   popupMgr()->setRule( action( 1133 ), aMeshInVTK + "&& isVisible", true );
2662
2663   //-------------------------------------------------
2664   // Clipping
2665   //-------------------------------------------------
2666   popupMgr()->insert( action( 1134 ), -1, -1 );
2667   popupMgr()->setRule( action( 1134 ), aMeshInVTK + "&& isVisible", true );
2668
2669   popupMgr()->insert( separator(), -1, -1 );
2670
2671   //-------------------------------------------------
2672   // Controls
2673   //-------------------------------------------------
2674   QString
2675     aMeshInVtkHasEdges = aMeshInVTK + "&&" + hasEdges,
2676     aMeshInVtkHasFaces = aMeshInVTK + "&&" + hasFaces,
2677     aMeshInVtkHasVolumes = aMeshInVTK + "&&" + hasVolumes;
2678
2679   anId = popupMgr()->insert( tr( "MEN_CTRL" ), -1, -1 );
2680
2681   popupMgr()->insert( action( 200 ), anId, -1 ); // RESET
2682   popupMgr()->setRule( action( 200 ), aMeshInVTK + "&& controlMode <> 'eNone'", true );
2683
2684   popupMgr()->insert( separator(), anId, -1 );
2685
2686   popupMgr()->insert( action( 6003 ), anId, -1 ); // FREE_BORDER
2687   popupMgr()->setRule( action( 6003 ), aMeshInVtkHasEdges, true );
2688   popupMgr()->setRule( action( 6003 ), "controlMode = 'eFreeEdges'", false );
2689
2690   popupMgr()->insert( action( 6001 ), anId, -1 ); // LENGTH
2691   popupMgr()->setRule( action( 6001 ), aMeshInVtkHasEdges, true );
2692   popupMgr()->setRule( action( 6001 ), "controlMode = 'eLength'", false );
2693
2694   popupMgr()->insert( action( 6004 ), anId, -1 ); // CONNECTION
2695   popupMgr()->setRule( action( 6004 ), aMeshInVtkHasEdges, true );
2696   popupMgr()->setRule( action( 6004 ), "controlMode = 'eMultiConnection'", false );
2697
2698   popupMgr()->insert( separator(), anId, -1 );
2699
2700   popupMgr()->insert( action( 6002 ), anId, -1 ); // FREE_EDGE
2701   popupMgr()->setRule( action( 6002 ), aMeshInVtkHasFaces, true );
2702   popupMgr()->setRule( action( 6002 ), "controlMode = 'eFreeBorders'", false );
2703
2704   popupMgr()->insert( action( 6018 ), anId, -1 ); // LENGTH_2D
2705   popupMgr()->setRule( action( 6018 ), aMeshInVtkHasFaces, true );
2706   popupMgr()->setRule( action( 6018 ), "controlMode = 'eLength2D'", false );
2707
2708   popupMgr()->insert( action( 6019 ), anId, -1 ); // CONNECTION_2D
2709   popupMgr()->setRule( action( 6019 ), aMeshInVtkHasFaces, true );
2710   popupMgr()->setRule( action( 6019 ), "controlMode = 'eMultiConnection2D'", false );
2711
2712   popupMgr()->insert( action( 6011 ), anId, -1 ); // AREA
2713   popupMgr()->setRule( action( 6011 ), aMeshInVtkHasFaces, true );
2714   popupMgr()->setRule( action( 6011 ), "controlMode = 'eArea'", false );
2715
2716   popupMgr()->insert( action( 6012 ), anId, -1 ); // TAPER
2717   popupMgr()->setRule( action( 6012 ), aMeshInVtkHasFaces, true );
2718   popupMgr()->setRule( action( 6012 ), "controlMode = 'eTaper'", false );
2719
2720   popupMgr()->insert( action( 6013 ), anId, -1 ); // ASPECT
2721   popupMgr()->setRule( action( 6013 ), aMeshInVtkHasFaces, true );
2722   popupMgr()->setRule( action( 6013 ), "controlMode = 'eAspectRatio'", false );
2723
2724   popupMgr()->insert( action( 6014 ), anId, -1 ); // MIN_ANG
2725   popupMgr()->setRule( action( 6014 ), aMeshInVtkHasFaces, true );
2726   popupMgr()->setRule( action( 6014 ), "controlMode = 'eMinimumAngle'", false );
2727
2728   popupMgr()->insert( action( 6015 ), anId, -1 ); // WARP
2729   popupMgr()->setRule( action( 6015 ), aMeshInVtkHasFaces, true );
2730   popupMgr()->setRule( action( 6015 ), "controlMode = 'eWarping'", false );
2731
2732   popupMgr()->insert( action( 6016 ), anId, -1 ); // SKEW
2733   popupMgr()->setRule( action( 6016 ), aMeshInVtkHasFaces, true );
2734   popupMgr()->setRule( action( 6016 ), "controlMode = 'eSkew'", false );
2735
2736   popupMgr()->insert( separator(), anId, -1 );
2737
2738   popupMgr()->insert( action( 6017 ), anId, -1 ); // ASPECT_3D
2739   popupMgr()->setRule( action( 6017 ), aMeshInVtkHasVolumes, true );
2740   popupMgr()->setRule( action( 6017 ), "controlMode = 'eAspectRatio3D'", false );
2741
2742   popupMgr()->insert( separator(), anId, -1 );
2743
2744   popupMgr()->insert( action( 201 ), anId, -1 ); // SCALAR_BAR_PROP
2745   popupMgr()->setRule( action( 201 ), aMeshInVTK + "&& controlMode <> 'eNone'", true );
2746
2747   popupMgr()->insert( separator(), -1, -1 );
2748
2749   //-------------------------------------------------
2750   // Display / Erase
2751   //-------------------------------------------------
2752   aClient = "($client in {'VTKViewer' 'ObjectBrowser'})";
2753   QString anActiveVTK = QString("activeView = '%1'").arg(VTKViewer_Viewer::Type());
2754   QString aSelCount = QString( "%1 > 0" ).arg( QtxPopupMgr::Selection::defSelCountParam() );
2755
2756   QString aRule = "type='Component' or (" + aClient + " and " + aType + " and " + aSelCount +
2757      " and " + anActiveVTK + " and " + isNotEmpty + " %1 )";
2758   popupMgr()->insert( action( 301 ), -1, -1 ); // DISPLAY
2759   popupMgr()->setRule( action( 301 ), aRule.arg( "and (not isVisible)" ), true);
2760
2761   popupMgr()->insert( action( 300 ), -1, -1 ); // ERASE
2762   popupMgr()->setRule( action( 300 ), aRule.arg( "and isVisible" ), true );
2763
2764   popupMgr()->insert( action( 302 ), -1, -1 ); // DISPLAY_ONLY
2765   popupMgr()->setRule( action( 302 ), aRule.arg( "" ), true );
2766
2767   popupMgr()->insert( separator(), -1, -1 );
2768
2769   connect( application(), SIGNAL( viewManagerAdded( SUIT_ViewManager* ) ),
2770            this, SLOT( onViewManagerAdded( SUIT_ViewManager* ) ) );
2771 }
2772
2773 bool SMESHGUI::activateModule( SUIT_Study* study )
2774 {
2775   bool res = SalomeApp_Module::activateModule( study );
2776
2777   setMenuShown( true );
2778   setToolShown( true );
2779
2780   return res;
2781 }
2782
2783 bool SMESHGUI::deactivateModule( SUIT_Study* study )
2784 {
2785   setMenuShown( false );
2786   setToolShown( false );
2787
2788   EmitSignalCloseAllDialogs();
2789
2790   return SalomeApp_Module::deactivateModule( study );
2791 }
2792
2793 void SMESHGUI::OnGUIEvent()
2794 {
2795   const QObject* obj = sender();
2796   if ( !obj || !obj->inherits( "QAction" ) )
2797     return;
2798   int id = actionId((QAction*)obj);
2799   if ( id != -1 )
2800     OnGUIEvent( id );
2801 }
2802
2803 SMESH::SMESH_Gen_var SMESHGUI::GetSMESHGen()
2804 {
2805   if ( CORBA::is_nil( myComponentSMESH ) )
2806     {
2807       SMESHGUI aGUI; //SRN BugID: IPAL9186: Create an instance of SMESHGUI to initialize myComponentSMESH
2808       return aGUI.myComponentSMESH;
2809     }
2810   return myComponentSMESH;
2811 }
2812
2813 QString SMESHGUI::engineIOR() const
2814 {
2815   CORBA::ORB_var anORB = getApp()->orb();
2816   CORBA::String_var anIOR = anORB->object_to_string(GetSMESHGen());
2817   return anIOR.in();
2818 }
2819
2820 void SMESHGUI::contextMenuPopup( const QString& client, QPopupMenu* menu, QString& /*title*/ )
2821 {
2822   SMESHGUI_Selection sel;
2823   sel.init( client, selectionMgr() );
2824   popupMgr()->updatePopup( menu, &sel );
2825 }
2826
2827 void SMESHGUI::windows( QMap<int, int>& aMap ) const
2828 {
2829   aMap.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::DockLeft );
2830   aMap.insert( SalomeApp_Application::WT_PyConsole, Qt::DockBottom );
2831 }
2832
2833 void SMESHGUI::viewManagers( QStringList& list ) const
2834 {
2835   list.append( SVTK_Viewer::Type() );
2836 }
2837
2838 void SMESHGUI::onViewManagerAdded( SUIT_ViewManager* mgr )
2839 {
2840   if ( dynamic_cast<VTKViewer_ViewManager*>( mgr ) )
2841     SMESH::UpdateSelectionProp( this );
2842 }
2843
2844 void SMESHGUI::createPreferences()
2845 {
2846   int genTab = addPreference( tr( "PREF_TAB_GENERAL" ) );
2847
2848   int updateGroup = addPreference( tr( "PREF_GROUP_UPDATE" ), genTab );
2849   addPreference( tr( "PREF_AUTO_UPDATE" ), updateGroup, SalomeApp_Preferences::Bool, "SMESH", "auto_update" );
2850
2851   int qaGroup = addPreference( tr( "PREF_GROUP_QUALITY" ), genTab );
2852   addPreference( tr( "PREF_DISPLAY_ENTITY" ), qaGroup, SalomeApp_Preferences::Bool, "SMESH", "display_entity" );
2853   addPreference( tr( "PREF_PRECISION_USE" ), qaGroup, SalomeApp_Preferences::Bool, "SMESH", "use_precision" );
2854
2855   int precGroup = addPreference( tr( "PREF_GROUP_PRECISION" ), genTab );
2856   setPreferenceProperty( precGroup, "columns", 1 );
2857
2858   int prec = addPreference( tr( "PREF_PRECISION_VALUE" ), precGroup, SalomeApp_Preferences::IntSpin, "SMESH", "controls_precision" );
2859
2860   setPreferenceProperty( prec, "min", 0 );
2861   setPreferenceProperty( prec, "max", 16 );
2862
2863   int dispgroup = addPreference( tr( "PREF_DISPLAY_MODE" ), genTab );
2864   int dispmode = addPreference( tr( "PREF_DISPLAY_MODE" ), dispgroup, SalomeApp_Preferences::Selector, "SMESH", "display_mode" );
2865   QStringList modes;
2866   modes.append( "Wireframe" );
2867   modes.append( "Shading" );
2868   modes.append( "Nodes" );
2869   modes.append( "Shrink" );
2870   QValueList<QVariant> indices;
2871   indices.append( 0 );
2872   indices.append( 1 );
2873   indices.append( 2 );
2874   indices.append( 3 );
2875   setPreferenceProperty( dispmode, "strings", modes );
2876   setPreferenceProperty( dispmode, "indexes", indices );
2877
2878   int meshTab = addPreference( tr( "PREF_TAB_MESH" ) );
2879   int nodeGroup = addPreference( tr( "PREF_GROUP_NODES" ), meshTab );
2880
2881   addPreference( tr( "PREF_COLOR" ), nodeGroup, SalomeApp_Preferences::Color, "SMESH", "node_color" );
2882   int nodeSz = addPreference( tr( "PREF_SIZE" ), nodeGroup, SalomeApp_Preferences::IntSpin, "SMESH", "node_size" );
2883
2884   setPreferenceProperty( nodeSz, "min", 1 );
2885   setPreferenceProperty( nodeSz, "max", 5 );
2886
2887   int elemGroup = addPreference( tr( "PREF_GROUP_ELEMENTS" ), meshTab );
2888
2889   addPreference( tr( "PREF_FILL" ), elemGroup, SalomeApp_Preferences::Color, "SMESH", "fill_color" );
2890   addPreference( tr( "PREF_OUTLINE" ), elemGroup, SalomeApp_Preferences::Color, "SMESH", "outline_color" );
2891   addPreference( tr( "PREF_BACKFACE" ), elemGroup, SalomeApp_Preferences::Color, "SMESH", "backface_color" );
2892   addPreference( "", elemGroup, SalomeApp_Preferences::Space );
2893
2894   int elemW = addPreference( tr( "PREF_WIDTH" ), elemGroup, SalomeApp_Preferences::IntSpin, "SMESH", "element_width" );
2895   int shrink = addPreference( tr( "PREF_SHRINK_COEFF" ), elemGroup, SalomeApp_Preferences::IntSpin, "SMESH", "shrink_coeff" );
2896
2897   setPreferenceProperty( elemW, "min", 1 );
2898   setPreferenceProperty( elemW, "max", 5 );
2899
2900   setPreferenceProperty( shrink, "min", 0 );
2901   setPreferenceProperty( shrink, "max", 100 );
2902
2903   int selTab = addPreference( tr( "PREF_TAB_SELECTION" ) );
2904
2905   int selGroup = addPreference( tr( "PREF_GROUP_SELECTION" ), selTab );
2906
2907   addPreference( tr( "PREF_OBJECT_COLOR" ), selGroup, SalomeApp_Preferences::Color, "SMESH", "selection_object_color" );
2908   addPreference( tr( "PREF_ELEMENT_COLOR" ), selGroup, SalomeApp_Preferences::Color, "SMESH", "selection_element_color" );
2909   int selW = addPreference( tr( "PREF_WIDTH" ), selGroup, SalomeApp_Preferences::IntSpin, "SMESH", "selection_width" );
2910
2911   setPreferenceProperty( selW, "min", 1 );
2912   setPreferenceProperty( selW, "max", 5 );
2913
2914   int preGroup = addPreference( tr( "PREF_GROUP_PRESELECTION" ), selTab );
2915
2916   addPreference( tr( "PREF_HIGHLIGHT_COLOR" ), preGroup, SalomeApp_Preferences::Color, "SMESH", "highlight_color" );
2917   int preW = addPreference( tr( "PREF_WIDTH" ), preGroup, SalomeApp_Preferences::IntSpin, "SMESH", "highlight_width" );
2918
2919   setPreferenceProperty( preW, "min", 1 );
2920   setPreferenceProperty( preW, "max", 5 );
2921
2922   int precSelGroup = addPreference( tr( "PREF_GROUP_PRECISION" ), selTab );
2923
2924   addPreference( tr( "PREF_NODES" ), precSelGroup, SalomeApp_Preferences::Double, "SMESH", "selection_precision_node" );
2925   addPreference( tr( "PREF_ELEMENTS" ), precSelGroup, SalomeApp_Preferences::Double, "SMESH", "selection_precision_element" );
2926
2927   int sbarTab = addPreference( tr( "SMESH_SCALARBAR" ) );
2928   int fontGr = addPreference( tr( "SMESH_FONT_SCALARBAR" ), sbarTab );
2929
2930   int tfont = addPreference( tr( "SMESH_TITLE" ), fontGr, SalomeApp_Preferences::Font, "SMESH", "scalar_bar_title_font" );
2931   addPreference( tr( "SMESH_TITLE" ), fontGr, SalomeApp_Preferences::Color, "SMESH", "scalar_bar_title_color" );
2932   int lfont = addPreference( tr( "SMESH_LABELS" ), fontGr, SalomeApp_Preferences::Font, "SMESH", "scalar_bar_label_font" );
2933   addPreference( tr( "SMESH_LABELS" ), fontGr, SalomeApp_Preferences::Color, "SMESH", "scalar_bar_label_color" );
2934
2935   QStringList fam;
2936   fam.append( tr( "SMESH_FONT_ARIAL" ) );
2937   fam.append( tr( "SMESH_FONT_COURIER" ) );
2938   fam.append( tr( "SMESH_FONT_TIMES" ) );
2939   int wflag = ( QtxListResourceEdit::FontItem::All & ( ~( QtxListResourceEdit::FontItem::Size | QtxListResourceEdit::FontItem::UserSize ) ) );
2940
2941   setPreferenceProperty( tfont, "families", fam );
2942   setPreferenceProperty( tfont, "system", false );
2943   setPreferenceProperty( tfont, "widget_flags", wflag );
2944   setPreferenceProperty( lfont, "families", fam );
2945   setPreferenceProperty( lfont, "system", false );
2946   setPreferenceProperty( lfont, "widget_flags", wflag );
2947
2948   int colorsLabelsGr = addPreference( tr( "SMESH_LABELS_COLORS_SCALARBAR" ), sbarTab );
2949
2950   int numcol = addPreference( tr( "SMESH_NUMBEROFCOLORS" ), colorsLabelsGr, SalomeApp_Preferences::IntSpin, "SMESH", "scalar_bar_num_colors" );
2951   setPreferenceProperty( numcol, "min", 2 );
2952   setPreferenceProperty( numcol, "max", 256 );
2953
2954   int numlab = addPreference( tr( "SMESH_NUMBEROFLABELS" ), colorsLabelsGr, SalomeApp_Preferences::IntSpin, "SMESH", "scalar_bar_num_labels" );
2955   setPreferenceProperty( numlab, "min", 2 );
2956   setPreferenceProperty( numlab, "max", 65 );
2957
2958   int orientGr = addPreference( tr( "SMESH_ORIENTATION" ), sbarTab );
2959   int orient = addPreference( tr( "SMESH_ORIENTATION" ), orientGr, SalomeApp_Preferences::Selector, "SMESH", "scalar_bar_orientation" );
2960   QStringList orients;
2961   orients.append( tr( "SMESH_VERTICAL" ) );
2962   orients.append( tr( "SMESH_HORIZONTAL" ) );
2963   indices.clear(); indices.append( 0 ); indices.append( 1 );
2964   setPreferenceProperty( orient, "strings", orients );
2965   setPreferenceProperty( orient, "indexes", indices );
2966
2967   int posVSizeGr = addPreference( tr( "SMESH_POSITION_SIZE_SCALARBAR" ) + " " + tr( "SMESH_VERTICAL" ), sbarTab );
2968   int xv = addPreference( tr( "SMESH_X_SCALARBAR" ), posVSizeGr, SalomeApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_x" );
2969   int yv = addPreference( tr( "SMESH_Y_SCALARBAR" ), posVSizeGr, SalomeApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_y" );
2970   int wv = addPreference( tr( "SMESH_WIDTH" ), posVSizeGr, SalomeApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_width" );
2971   int hv = addPreference( tr( "SMESH_HEIGHT" ), posVSizeGr, SalomeApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_height" );
2972   setPreferenceProperty( xv, "step", 0.1 );
2973   setPreferenceProperty( xv, "min", 0.0 );
2974   setPreferenceProperty( xv, "max", 1.0 );
2975   setPreferenceProperty( yv, "step", 0.1 );
2976   setPreferenceProperty( yv, "min", 0.0 );
2977   setPreferenceProperty( yv, "max", 1.0 );
2978   setPreferenceProperty( wv, "step", 0.1 );
2979   setPreferenceProperty( wv, "min", 0.0 );
2980   setPreferenceProperty( wv, "max", 1.0 );
2981   setPreferenceProperty( hv, "min", 0.0 );
2982   setPreferenceProperty( hv, "max", 1.0 );
2983   setPreferenceProperty( hv, "step", 0.1 );
2984
2985   int posHSizeGr = addPreference( tr( "SMESH_POSITION_SIZE_SCALARBAR" ) + " " + tr( "SMESH_HORIZONTAL" ), sbarTab );
2986   int xh = addPreference( tr( "SMESH_X_SCALARBAR" ), posHSizeGr, SalomeApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_x" );
2987   int yh = addPreference( tr( "SMESH_Y_SCALARBAR" ), posHSizeGr, SalomeApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_y" );
2988   int wh = addPreference( tr( "SMESH_WIDTH" ), posHSizeGr, SalomeApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_width" );
2989   int hh = addPreference( tr( "SMESH_HEIGHT" ), posHSizeGr, SalomeApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_height" );
2990   setPreferenceProperty( xv, "min", 0.0 );
2991   setPreferenceProperty( xv, "max", 1.0 );
2992   setPreferenceProperty( xv, "step", 0.1 );
2993   setPreferenceProperty( xh, "min", 0.0 );
2994   setPreferenceProperty( xh, "max", 1.0 );
2995   setPreferenceProperty( xh, "step", 0.1 );
2996   setPreferenceProperty( yh, "min", 0.0 );
2997   setPreferenceProperty( yh, "max", 1.0 );
2998   setPreferenceProperty( yh, "step", 0.1 );
2999   setPreferenceProperty( wh, "min", 0.0 );
3000   setPreferenceProperty( wh, "max", 1.0 );
3001   setPreferenceProperty( wh, "step", 0.1 );
3002   setPreferenceProperty( hh, "min", 0.0 );
3003   setPreferenceProperty( hh, "max", 1.0 );
3004   setPreferenceProperty( hh, "step", 0.1 );
3005 }
3006
3007 void SMESHGUI::preferencesChanged( const QString& sect, const QString& name )
3008 {
3009 }
3010
3011 //================================================================================
3012 /*!
3013  * \brief Update something in accordance with update flags
3014   * \param theFlags - update flags
3015 *
3016 * Update viewer or/and object browser etc. in accordance with update flags ( see
3017 * SalomeApp_UpdateFlags enumeration ).
3018 */
3019 //================================================================================
3020 void SMESHGUI::update( const int flags )
3021 {
3022   if ( flags & UF_Viewer | flags & UF_Forced )
3023     SMESH::UpdateView();
3024   else
3025     SalomeApp_Module::update( flags );
3026 }
3027
3028 //================================================================================
3029 /*!
3030  * \brief Set default selection mode
3031 *
3032 * SLOT called when operation commited. Sets default selection mode
3033 */
3034 //================================================================================
3035 void SMESHGUI::onOperationCommited( SUIT_Operation* )
3036 {
3037   SVTK_ViewWindow* vtkWnd =
3038     dynamic_cast<SVTK_ViewWindow*>( application()->desktop()->activeWindow() );
3039   if ( vtkWnd )
3040     vtkWnd->SetSelectionMode( ActorSelection );
3041 }
3042
3043 //================================================================================
3044 /*!
3045  * \brief Set default selection mode
3046 *
3047 * SLOT called when operation aborted. Sets default selection mode
3048 */
3049 //================================================================================
3050 void SMESHGUI::onOperationAborted( SUIT_Operation* )
3051 {
3052   SVTK_ViewWindow* vtkWnd =
3053     dynamic_cast<SVTK_ViewWindow*>( application()->desktop()->activeWindow() );
3054   if ( vtkWnd )
3055     vtkWnd->SetSelectionMode( ActorSelection );
3056 }
3057
3058 //================================================================================
3059 /*!
3060  * \brief Creates operation with given identifier
3061   * \param id - identifier of operation to be started
3062   * \return Pointer on created operation or NULL if operation is not created
3063 *
3064 * Virtual method redefined from the base class creates operation with given id.
3065 * It is called called automatically from startOperation method of base class.
3066 */
3067 //================================================================================
3068 SalomeApp_Operation* SMESHGUI::createOperation( const int id ) const
3069 {
3070   SalomeApp_Operation* op = 0;
3071   // to do : create operation here
3072   switch( id )
3073   {
3074     case 702: // Create mesh
3075       op = new SMESHGUI_MeshOp( true, true );
3076     break;
3077     case 703: // Create sub-mesh
3078       op = new SMESHGUI_MeshOp( true, false );
3079     break;
3080     case 704: // Edit mesh/sub-mesh
3081       op = new SMESHGUI_MeshOp( false );
3082     break;
3083     default:
3084     break;
3085   }
3086
3087   if( !op )
3088     op = SalomeApp_Module::createOperation( id );
3089   return op;
3090 }
3091
3092 SalomeApp_Displayer* SMESHGUI::displayer()
3093 {
3094   if( !myDisplayer )
3095     myDisplayer = new SMESHGUI_Displayer( dynamic_cast<SalomeApp_Study*>( getApp()->activeStudy() ) );
3096   return myDisplayer;
3097 }