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