Salome HOME
Fix for bug PAL8377 (ExportToMed TUI vs GUI: how to set the value of the boolean...
[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       SALOME_ListIteratorOfListIO anIt( sel_objects );
1180       for( ; anIt.More(); anIt.Next() )
1181       {
1182         Handle( SALOME_InteractiveObject ) obj = anIt.Value();
1183         if( obj->hasEntry() )
1184         {
1185           _PTR(SObject) SO = activeStudy()->studyDS()->FindObjectID( obj->getEntry() );
1186           if( SO && QString( SO->GetID().c_str() ) == SO->GetFatherComponent()->GetID().c_str() )
1187           { //component is selected
1188             _PTR(SComponent) SC( SO->GetFatherComponent() );
1189             _PTR(ChildIterator) anIter ( activeStudy()->studyDS()->NewChildIterator( SC ) );
1190             anIter->InitEx( true );
1191             while( anIter->More() )
1192             {
1193               _PTR(SObject) valSO ( anIter->Value() );
1194               _PTR(SObject) refSO;
1195               if( !valSO->ReferencedObject( refSO ) )
1196               {
1197                 QString id = valSO->GetID().c_str(),
1198                         comp = SC->ComponentDataType().c_str(),
1199                         val = valSO->GetName().c_str();
1200
1201                 Handle( SALOME_InteractiveObject ) new_obj =
1202                   new SALOME_InteractiveObject( id.latin1(), comp.latin1(), val.latin1() );
1203                 to_process.Append( new_obj );
1204               }
1205               anIter->Next();
1206             }
1207             continue;
1208           }
1209         }
1210         to_process.Append( obj );
1211       }
1212
1213       if (vtkwnd) {
1214         SALOME_ListIteratorOfListIO It( to_process );
1215         for (; It.More(); It.Next()) {
1216           Handle(SALOME_InteractiveObject) IOS = It.Value();
1217           if (IOS->hasEntry()) {
1218             SMESH::UpdateView(anAction, IOS->getEntry());
1219             if (anAction == SMESH::eDisplayOnly)
1220               anAction = SMESH::eDisplay;
1221           }
1222         }
1223       }
1224
1225       if (anAction == SMESH::eErase) {
1226         SALOME_ListIO l1;
1227         aSel->setSelectedObjects( l1 );
1228       }
1229       else
1230         aSel->setSelectedObjects( to_process );
1231       break;
1232     }
1233
1234   case 400:                                     // NODES
1235     {
1236       if(checkLock(aStudy)) break;
1237
1238       if ( vtkwnd ) {
1239         EmitSignalDeactivateDialog();
1240
1241         new SMESHGUI_NodesDlg(this);
1242       }
1243       else {
1244         SUIT_MessageBox::warn1(desktop(),
1245                               tr("SMESH_WRN_WARNING"),
1246                               tr("SMESH_WRN_VIEWER_VTK"),
1247                               tr("SMESH_BUT_OK"));
1248       }
1249       break;
1250     }
1251
1252   case 2151:  // FILTER
1253   {
1254     if ( vtkwnd )
1255     {
1256       EmitSignalDeactivateDialog();
1257       new SMESHGUI_FilterDlg( this, SMESH::EDGE );
1258     }
1259     break;
1260   }
1261
1262   case 406:                                     // MOVE NODE
1263     {
1264       if ( !vtkwnd )
1265       {
1266         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1267           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1268         break;
1269       }
1270
1271       if(checkLock(aStudy)) break;
1272       new SMESHGUI_MoveNodesDlg(this);
1273       break;
1274     }
1275
1276   case 701:                                     // COMPUTE MESH
1277     {
1278       if(checkLock(aStudy)) break;
1279
1280       LightApp_SelectionMgr *Sel = selectionMgr();
1281       SALOME_ListIO selected; Sel->selectedObjects( selected );
1282
1283       if ( vtkwnd ) {
1284         int nbSel = selected.Extent();
1285         if (nbSel != 1){
1286           break;
1287         }
1288
1289         SMESH::SMESH_Mesh_var aMesh;
1290         SMESH::SMESH_subMesh_var aSubMesh;
1291         Handle(SALOME_InteractiveObject) IObject = selected.First();
1292         if (IObject->hasEntry()) {
1293           _PTR(SObject) aMeshSObj = aStudy->FindObjectID(IObject->getEntry());
1294           GEOM::GEOM_Object_var aShapeObject = SMESH::GetShapeOnMeshOrSubMesh( aMeshSObj );
1295           if ( aShapeObject->_is_nil() ) {
1296             // imported mesh
1297             break;
1298           }
1299           if( aMeshSObj ) {
1300             aMesh = SMESH::SObjectToInterface<SMESH::SMESH_Mesh>(aMeshSObj);
1301             aSubMesh = SMESH::SObjectToInterface<SMESH::SMESH_subMesh>(aMeshSObj);
1302             if ( !aSubMesh->_is_nil() )
1303               aMesh = aSubMesh->GetFather();
1304
1305             if (!aMesh->_is_nil()) {
1306 //               if(!GetSMESHGen()->IsReadyToCompute(aMesh,aShapeObject)) {
1307 //                 SUIT_MessageBox::warn1(desktop(),
1308 //                                        tr("SMESH_WRN_WARNING"),
1309 //                                        tr("SMESH_WRN_MISSING_PARAMETERS"),
1310 //                                        tr("SMESH_BUT_OK"));
1311 //                 break;
1312 //               }
1313               SMESH::algo_error_array_var errors = GetSMESHGen()->GetAlgoState(aMesh,aShapeObject);
1314               if ( errors->length() > 0 ) {
1315                 SUIT_MessageBox::warn1(desktop(),
1316                                        tr("SMESH_WRN_WARNING"),
1317                                        SMESH::GetMessageOnAlgoStateErrors( errors.in() ),
1318                                        tr("SMESH_BUT_OK"));
1319                 break;
1320               }
1321               try{
1322                 if (GetSMESHGen()->Compute(aMesh,aShapeObject))
1323                   SMESH::ModifiedMesh(aMeshSObj,true);
1324                 else
1325                   SUIT_MessageBox::warn1(desktop(),
1326                                          tr("SMESH_WRN_WARNING"),
1327                                          tr("SMESH_WRN_COMPUTE_FAILED"),
1328                                          tr("SMESH_BUT_OK"));
1329               }
1330               catch(const SALOME::SALOME_Exception & S_ex){
1331                 SalomeApp_Tools::QtCatchCorbaException(S_ex);
1332               }
1333             }
1334           }
1335         }
1336         CORBA::Long anId = aStudy->StudyId();
1337         TVisualObjPtr aVisualObj = SMESH::GetVisualObj(anId,IObject->getEntry());
1338         if ( automaticUpdate() && aVisualObj){
1339           aVisualObj->Update();
1340           SMESH_Actor* anActor = SMESH::FindActorByEntry(IObject->getEntry());
1341           if(!anActor){
1342             anActor = SMESH::CreateActor(aStudy,IObject->getEntry());
1343             if(anActor){
1344               SMESH::DisplayActor(view,anActor); //apo
1345               SMESH::FitAll();
1346             }
1347           }
1348           SMESH::RepaintCurrentView();
1349         }
1350       }else{
1351         SUIT_MessageBox::warn1(desktop(),
1352                               tr("SMESH_WRN_WARNING"),
1353                               tr("SMESH_WRN_VIEWER_VTK"),
1354                               tr("SMESH_BUT_OK"));
1355       }
1356       updateObjBrowser();
1357       Sel->setSelectedObjects( selected );
1358       break;
1359     }
1360
1361   case 702:  // Create mesh
1362     startOperation( 702 );
1363     break;
1364   case 703:  // Create sub-mesh
1365     startOperation( 703 );
1366     break;
1367   case 704: // Edit mesh/sub-mesh
1368     startOperation( 704 );
1369     break;
1370   case 407: // DIAGONAL INVERSION
1371   case 408: // Delete diagonal
1372     {
1373       if ( !vtkwnd )
1374       {
1375         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1376           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1377         break;
1378       }
1379
1380       if ( checkLock( aStudy ) )
1381         break;
1382
1383       /*Standard_Boolean aRes;
1384       SMESH::SMESH_Mesh_var aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(IObject);
1385       if ( aMesh->_is_nil() )
1386       {
1387         SUIT_MessageBox::warn1(GetDesktop(), tr( "SMESH_WRN_WARNING" ),
1388           tr( "SMESH_BAD_SELECTION" ), tr( "SMESH_BUT_OK" ) );
1389         break;
1390       }
1391       */
1392       EmitSignalDeactivateDialog();
1393       if ( theCommandID == 407 )
1394         new SMESHGUI_TrianglesInversionDlg(this);
1395       else
1396         new SMESHGUI_UnionOfTwoTrianglesDlg(this);
1397       break;
1398     }
1399     case 409: // Change orientation
1400     case 410: // Union of triangles
1401     case 411: // Cutting of quadrangles
1402     {
1403       if ( !vtkwnd )
1404       {
1405         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1406           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1407         break;
1408       }
1409
1410       if ( checkLock( aStudy ) )
1411         break;
1412
1413       EmitSignalDeactivateDialog();
1414       SMESHGUI_MultiEditDlg* aDlg = NULL;
1415       if ( theCommandID == 409 )
1416         aDlg = new SMESHGUI_ChangeOrientationDlg(this);
1417       else if ( theCommandID == 410 )
1418         aDlg = new SMESHGUI_UnionOfTrianglesDlg(this);
1419       else
1420         aDlg = new SMESHGUI_CuttingOfQuadsDlg(this);
1421
1422       int x, y ;
1423       DefineDlgPosition( aDlg, x, y );
1424       aDlg->move( x, y );
1425       aDlg->show();
1426       break;
1427     }
1428   case 412: // Smoothing
1429     {
1430       if(checkLock(aStudy)) break;
1431       if( vtkwnd ) {
1432         EmitSignalDeactivateDialog();
1433         new SMESHGUI_SmoothingDlg( this );
1434       }
1435       else {
1436         SUIT_MessageBox::warn1(desktop(),
1437                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1438                               tr("SMESH_BUT_OK"));
1439       }
1440       break;
1441     }
1442   case 413: // Extrusion
1443     {
1444       if (checkLock(aStudy)) break;
1445       if (vtkwnd) {
1446         EmitSignalDeactivateDialog();
1447         new SMESHGUI_ExtrusionDlg ( this );
1448       } else {
1449         SUIT_MessageBox::warn1(desktop(),
1450                                tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1451                                tr("SMESH_BUT_OK"));
1452       }
1453       break;
1454     }
1455   case 414: // Revolution
1456     {
1457       if(checkLock(aStudy)) break;
1458       if( vtkwnd ) {
1459         EmitSignalDeactivateDialog();
1460         new SMESHGUI_RevolutionDlg( this );
1461       }
1462       else {
1463         SUIT_MessageBox::warn1(desktop(),
1464                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1465                               tr("SMESH_BUT_OK"));
1466       }
1467       break;
1468     }
1469   case 415: // Pattern mapping
1470     {
1471       if ( checkLock( aStudy ) )
1472         break;
1473       if ( vtkwnd )
1474       {
1475         EmitSignalDeactivateDialog();
1476         new SMESHGUI_MeshPatternDlg( this );
1477       }
1478       else {
1479         SUIT_MessageBox::warn1(desktop(),
1480                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1481                               tr("SMESH_BUT_OK"));
1482       }
1483       break;
1484     }
1485   case 416: // Extrusion along a path
1486     {
1487       if (checkLock(aStudy)) break;
1488       if (vtkwnd) {
1489         EmitSignalDeactivateDialog();
1490         new SMESHGUI_ExtrusionAlongPathDlg( this );
1491       } else {
1492         SUIT_MessageBox::warn1(desktop(),
1493                                tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1494                                tr("SMESH_BUT_OK"));
1495       }
1496       break;
1497     }
1498   case 801:                                     // CREATE GROUP
1499     {
1500       if ( !vtkwnd )
1501       {
1502         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1503           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1504         break;
1505       }
1506
1507       if(checkLock(aStudy)) break;
1508       EmitSignalDeactivateDialog();
1509       SMESH::SMESH_Mesh_var aMesh = SMESH::SMESH_Mesh::_nil();
1510
1511       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1512       SALOME_ListIO selected;
1513       if( aSel )
1514         aSel->selectedObjects( selected );
1515
1516       int nbSel = selected.Extent();
1517       if (nbSel == 1) {
1518         // check if mesh is selected
1519         aMesh = SMESH::GetMeshByIO( selected.First() );
1520       }
1521       SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, "", aMesh);
1522       aDlg->show();
1523       break;
1524     }
1525
1526   case 802:                                     // CONSTRUCT GROUP
1527     {
1528       if ( !vtkwnd )
1529       {
1530         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1531           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1532         break;
1533       }
1534
1535       if(checkLock(aStudy)) break;
1536       EmitSignalDeactivateDialog();
1537
1538       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1539       SALOME_ListIO selected;
1540       if( aSel )
1541         aSel->selectedObjects( selected );
1542
1543       int nbSel = selected.Extent();
1544       if (nbSel == 1) {
1545         // check if submesh is selected
1546         Handle(SALOME_InteractiveObject) IObject = selected.First();
1547         if (IObject->hasEntry()) {
1548           _PTR(SObject) aSObj = aStudy->FindObjectID(IObject->getEntry());
1549           if( aSObj ) {
1550             SMESH::SMESH_subMesh_var aSubMesh = SMESH::SMESH_subMesh::_narrow( SMESH::SObjectToObject( aSObj ) );
1551             if (!aSubMesh->_is_nil()) {
1552               try {
1553                 SMESH::SMESH_Mesh_var aMesh = aSubMesh->GetFather();
1554                 // get submesh elements list by types
1555                 SMESH::long_array_var aNodes = aSubMesh->GetElementsByType(SMESH::NODE);
1556                 SMESH::long_array_var aEdges = aSubMesh->GetElementsByType(SMESH::EDGE);
1557                 SMESH::long_array_var aFaces = aSubMesh->GetElementsByType(SMESH::FACE);
1558                 SMESH::long_array_var aVolumes = aSubMesh->GetElementsByType(SMESH::VOLUME);
1559                 // create group for each type o elements
1560                 QString aName = IObject->getName();
1561                 if (aNodes->length() > 0) {
1562                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::NODE, aName + "_Nodes");
1563                   aGroup->Add(aNodes.inout());
1564                 }
1565                 if (aEdges->length() > 0) {
1566                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::EDGE, aName + "_Edges");
1567                   aGroup->Add(aEdges.inout());
1568                 }
1569                 if (aFaces->length() > 0) {
1570                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::FACE, aName + "_Faces");
1571                   aGroup->Add(aFaces.inout());
1572                 }
1573                 if (aVolumes->length() > 0) {
1574                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::VOLUME, aName + "_Volumes");
1575                   aGroup->Add(aVolumes.inout());
1576                 }
1577                 updateObjBrowser();
1578
1579               }catch(const SALOME::SALOME_Exception & S_ex){
1580                 SalomeApp_Tools::QtCatchCorbaException(S_ex);
1581               }
1582             }
1583           }
1584         }
1585       }
1586       break;
1587     }
1588
1589   case 803:                                     // EDIT GROUP
1590     {
1591       if ( !vtkwnd )
1592       {
1593         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1594           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1595         break;
1596       }
1597
1598       if(checkLock(aStudy)) break;
1599       EmitSignalDeactivateDialog();
1600
1601       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1602       SALOME_ListIO selected;
1603       if( aSel )
1604         aSel->selectedObjects( selected );
1605
1606       SALOME_ListIteratorOfListIO It (selected);
1607       int nbSelectedGroups = 0;
1608       for ( ; It.More(); It.Next() )
1609       {
1610         SMESH::SMESH_Group_var aGroup =
1611           SMESH::IObjectToInterface<SMESH::SMESH_Group>(It.Value());
1612         if (!aGroup->_is_nil()) {
1613           nbSelectedGroups++;
1614           SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, "", aGroup);
1615           aDlg->show();
1616         }
1617       }
1618       if (nbSelectedGroups == 0)
1619         {
1620           SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, "", SMESH::SMESH_Group::_nil());
1621           aDlg->show();
1622         }
1623       break;
1624     }
1625
1626   case 804:                                     // Add elements to group
1627     {
1628       if(checkLock(aStudy)) break;
1629       if (myState == 800) {
1630         SMESHGUI_GroupDlg *aDlg = (SMESHGUI_GroupDlg*) myActiveDialogBox;
1631         if (aDlg) aDlg->onAdd();
1632       }
1633       break;
1634     }
1635
1636   case 805:                                     // Remove elements from group
1637     {
1638       if(checkLock(aStudy)) break;
1639       if (myState == 800) {
1640         SMESHGUI_GroupDlg *aDlg = (SMESHGUI_GroupDlg*) myActiveDialogBox;
1641         if (aDlg) aDlg->onRemove();
1642       }
1643       break;
1644     }
1645
1646     case 810: // Union Groups
1647     case 811: // Intersect groups
1648     case 812: // Cut groups
1649     {
1650       if ( !vtkwnd )
1651       {
1652         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1653           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1654         break;
1655       }
1656
1657       if ( checkLock( aStudy ) )
1658         break;
1659
1660       EmitSignalDeactivateDialog();
1661
1662       int aMode;
1663       if      ( theCommandID == 810 ) aMode = SMESHGUI_GroupOpDlg::UNION;
1664       else if ( theCommandID == 811 ) aMode = SMESHGUI_GroupOpDlg::INTERSECT;
1665       else                            aMode = SMESHGUI_GroupOpDlg::CUT;
1666
1667       ( new SMESHGUI_GroupOpDlg( this, aMode ) )->show();
1668       break;
1669     }
1670
1671     case 813: // Delete groups with their contents
1672     {
1673       if ( !vtkwnd )
1674       {
1675         SUIT_MessageBox::warn1( desktop(), tr( "SMESH_WRN_WARNING" ),
1676           tr( "NOT_A_VTK_VIEWER" ),tr( "SMESH_BUT_OK" ) );
1677         break;
1678       }
1679
1680       if ( checkLock( aStudy ) )
1681         break;
1682
1683       EmitSignalDeactivateDialog();
1684
1685       new SMESHGUI_DeleteGroupDlg( this );
1686       break;
1687     }
1688
1689   case 900:                                     // MESH INFOS
1690     {
1691       EmitSignalDeactivateDialog();
1692       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1693       SALOME_ListIO selected;
1694       if( aSel )
1695         aSel->selectedObjects( selected );
1696
1697       if ( selected.Extent() > 1 ) { // a dlg for each IO
1698         SALOME_ListIO IOs;
1699         SALOME_ListIteratorOfListIO It (selected);
1700         for ( ; It.More(); It.Next() ) {
1701           IOs.Clear(); IOs.Append( It.Value() );
1702           aSel->setSelectedObjects( IOs );
1703           new SMESHGUI_MeshInfosDlg(this, "", false);
1704         }
1705         // restore selection
1706         aSel->setSelectedObjects( selected );
1707       }
1708       else
1709         new SMESHGUI_MeshInfosDlg(this, "", false);
1710       break;
1711     }
1712
1713   case 902:                                     // STANDARD MESH INFOS
1714     {
1715       EmitSignalDeactivateDialog();
1716       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1717       SALOME_ListIO selected;
1718       if( aSel )
1719         aSel->selectedObjects( selected );
1720
1721       if ( selected.Extent() > 1 ) { // a dlg for each IO
1722         SALOME_ListIO IOs;
1723         SALOME_ListIteratorOfListIO It (selected);
1724         for ( ; It.More(); It.Next() ) {
1725           IOs.Clear();
1726           IOs.Append( It.Value() );
1727           aSel->setSelectedObjects( IOs );
1728           new SMESHGUI_StandardMeshInfosDlg( this, "", false);
1729         }
1730         // restore selection
1731         aSel->setSelectedObjects( selected );
1732       }
1733       else
1734         new SMESHGUI_StandardMeshInfosDlg( this, "", false);
1735       break;
1736     }
1737
1738   case 1100:                                    // EDIT HYPOTHESIS
1739     {
1740       if(checkLock(aStudy)) break;
1741
1742       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1743       SALOME_ListIO selected;
1744       if( aSel )
1745         aSel->selectedObjects( selected );
1746
1747       int nbSel = selected.Extent();
1748
1749       if (nbSel == 1) {
1750         SMESH::SMESH_Hypothesis_var Hyp = SMESH::IObjectToInterface<SMESH::SMESH_Hypothesis>(selected.First());
1751
1752         /* Look for all mesh objects that have this hypothesis affected in order to flag as ModifiedMesh */
1753         /* At end below '...->updateObjBrowser(true)' will change icon of mesh objects                   */
1754         /* Warning : however by internal mechanism all subMeshes icons are changed !                     */
1755         if ( !Hyp->_is_nil() )
1756         {
1757           char* sName = Hyp->GetName();
1758           SMESHGUI_GenericHypothesisCreator* aCreator = SMESH::GetHypothesisCreator(sName);
1759           if (aCreator)
1760           {
1761             aCreator->EditHypothesis(Hyp);
1762           }
1763           else
1764           {
1765             // report error
1766           }
1767         }
1768       }
1769       updateObjBrowser( true );
1770       break;
1771     }
1772
1773   case 1101:                                    // RENAME
1774     {
1775       if ( checkLock( aStudy ) )
1776         break;
1777
1778       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1779       SALOME_ListIO selected;
1780       if( aSel )
1781         aSel->selectedObjects( selected );
1782
1783       SALOME_ListIteratorOfListIO It( selected );
1784       for ( ; It.More(); It.Next() )
1785       {
1786         Handle(SALOME_InteractiveObject) IObject = It.Value();
1787         _PTR(SObject) obj = aStudy->FindObjectID( IObject->getEntry() );
1788         _PTR(GenericAttribute) anAttr;
1789         _PTR(AttributeName) aName;
1790         if ( obj )
1791         {
1792           if ( obj->FindAttribute(anAttr, "AttributeName") )
1793           {
1794             aName = anAttr;
1795             QString newName = QString(aName->Value().c_str());
1796             bool ok;
1797             newName = QInputDialog::getText( tr( "Rename" ), tr( "Enter new name:" ), QLineEdit::Normal,
1798                                              newName, &ok, desktop() );
1799             if ( ok && !newName.isEmpty() )
1800             {
1801               //old source: aStudy->renameIObject( IObject, newName );
1802               aName->SetValue( newName.latin1() );
1803
1804               // if current object is group update group's name
1805               SMESH::SMESH_GroupBase_var aGroup =
1806                 SMESH::IObjectToInterface<SMESH::SMESH_GroupBase>(IObject);
1807               if (!aGroup->_is_nil() )
1808                 aGroup->SetName( newName.latin1() );
1809
1810               updateObjBrowser();
1811             }
1812           }
1813         }
1814       }
1815       break;
1816     }
1817
1818   case 1102:                                    // REMOVE HYPOTHESIS / ALGORITHMS
1819     {
1820       if(checkLock(aStudy)) break;
1821       SUIT_OverrideCursor wc;
1822
1823       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1824       SALOME_ListIO selected;
1825       if( aSel )
1826         aSel->selectedObjects( selected, QString::null, false );
1827
1828       SALOME_ListIteratorOfListIO It(selected);
1829       for (int i = 0; It.More(); It.Next(), i++) {
1830         Handle(SALOME_InteractiveObject) IObject = It.Value();
1831         SMESH::RemoveHypothesisOrAlgorithmOnMesh(IObject);
1832       }
1833       SALOME_ListIO l1;
1834       aSel->setSelectedObjects( l1 );
1835       updateObjBrowser();
1836       break;
1837     }
1838
1839   case 401:                                     // GEOM::EDGE
1840   case 4021:                                    // TRIANGLE
1841   case 4022:                                    // QUAD
1842   case 4023:                                    // POLYGON
1843   case 4031:                                    // TETRA
1844   case 4032:                                    // HEXA
1845     {
1846       if(checkLock(aStudy)) break;
1847       if ( vtkwnd ) {
1848         EmitSignalDeactivateDialog();
1849         SMDSAbs_ElementType type    = SMDSAbs_Edge;
1850         int                 nbNodes = 2;
1851         switch (theCommandID) {
1852         case 4021:                                      // TRIANGLE
1853           type = SMDSAbs_Face; nbNodes = 3; break;
1854         case 4022:                                      // QUAD
1855           type = SMDSAbs_Face; nbNodes = 4; break;
1856         case 4031:                                      // TETRA
1857           type = SMDSAbs_Volume; nbNodes = 4; break;
1858         case 4023:                                      // POLYGON
1859           type = SMDSAbs_Face; nbNodes = 5; break;     // 5 - identificator for POLYGON
1860         case 4032:                                      // HEXA
1861           type = SMDSAbs_Volume; nbNodes = 8; break;
1862         case 4033:                                      // POLYHEDRE
1863           type = SMDSAbs_Volume; nbNodes = 9; break; // 9 - identificator for POLYHEDRE
1864         default:;
1865         }
1866         new SMESHGUI_AddMeshElementDlg( this, "", type, nbNodes);
1867       }
1868       else {
1869         SUIT_MessageBox::warn1(desktop(),
1870                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1871                               tr("SMESH_BUT_OK"));
1872       }
1873       break;
1874     }
1875   case 4033:                                    // POLYHEDRON
1876     {
1877       if(checkLock(aStudy)) break;
1878       if ( vtkwnd ) {
1879         EmitSignalDeactivateDialog();
1880         new SMESHGUI_CreatePolyhedralVolumeDlg(this, "", FALSE );
1881       }
1882       else {
1883         SUIT_MessageBox::warn1(SMESHGUI::desktop(),
1884                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1885                               tr("SMESH_BUT_OK"));
1886       }
1887       break;
1888     }
1889   case 4041:                                    // REMOVES NODES
1890     {
1891       if(checkLock(aStudy)) break;
1892       if ( vtkwnd ) {
1893         EmitSignalDeactivateDialog();
1894         new SMESHGUI_RemoveNodesDlg(this);
1895       }
1896       else {
1897         SUIT_MessageBox::warn1(desktop(),
1898                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1899                               tr("SMESH_BUT_OK"));
1900       }
1901       break;
1902     }
1903   case 4042:                                    // REMOVES ELEMENTS
1904     {
1905       if(checkLock(aStudy)) break;
1906       if( vtkwnd ) {
1907         EmitSignalDeactivateDialog();
1908         new SMESHGUI_RemoveElementsDlg(this);
1909       }
1910       else
1911         {
1912           SUIT_MessageBox::warn1(desktop(),
1913                                 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1914                                 tr("SMESH_BUT_OK"));
1915         }
1916       break;
1917     }
1918   case 4051:                                    // RENUMBERING NODES
1919     {
1920       if(checkLock(aStudy)) break;
1921       if( vtkwnd ) {
1922         EmitSignalDeactivateDialog();
1923         new SMESHGUI_RenumberingDlg( this, "", 0);
1924       }
1925       else
1926         {
1927           SUIT_MessageBox::warn1(desktop(),
1928                                 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1929                                 tr("SMESH_BUT_OK"));
1930         }
1931       break;
1932     }
1933   case 4052:                                    // RENUMBERING ELEMENTS
1934     {
1935       if(checkLock(aStudy)) break;
1936       if ( vtkwnd ) {
1937         EmitSignalDeactivateDialog();
1938         new SMESHGUI_RenumberingDlg( this, "", 1);
1939       }
1940       else
1941         {
1942           SUIT_MessageBox::warn1(desktop(),
1943                                 tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1944                                 tr("SMESH_BUT_OK"));
1945         }
1946       break;
1947     }
1948   case 4061:                                   // TRANSLATION
1949     {
1950       if(checkLock(aStudy)) break;
1951       if ( vtkwnd ) {
1952         EmitSignalDeactivateDialog();
1953         new SMESHGUI_TranslationDlg( this );
1954       }
1955       else {
1956         SUIT_MessageBox::warn1(desktop(),
1957                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1958                               tr("SMESH_BUT_OK"));
1959       }
1960       break;
1961     }
1962   case 4062:                                   // ROTATION
1963     {
1964       if(checkLock(aStudy)) break;
1965       if( vtkwnd ) {
1966         EmitSignalDeactivateDialog();
1967         new SMESHGUI_RotationDlg( this );
1968       }
1969       else {
1970         SUIT_MessageBox::warn1(desktop(),
1971                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1972                               tr("SMESH_BUT_OK"));
1973       }
1974       break;
1975     }
1976   case 4063:                                   // SYMMETRY
1977     {
1978       if(checkLock(aStudy)) break;
1979       if(vtkwnd) {
1980         EmitSignalDeactivateDialog();
1981         new SMESHGUI_SymmetryDlg( this );
1982       }
1983       else {
1984         SUIT_MessageBox::warn1(desktop(),
1985                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
1986                               tr("SMESH_BUT_OK"));
1987       }
1988       break;
1989     }
1990   case 4064:                                   // SEWING
1991     {
1992       if(checkLock(aStudy)) break;
1993       if(vtkwnd) {
1994         EmitSignalDeactivateDialog();
1995         new SMESHGUI_SewingDlg( this );
1996       }
1997       else {
1998         SUIT_MessageBox::warn1(desktop(),
1999                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2000                               tr("SMESH_BUT_OK"));
2001       }
2002       break;
2003     }
2004   case 4065:                                   // MERGE NODES
2005     {
2006       if(checkLock(aStudy)) break;
2007       if(vtkwnd) {
2008         EmitSignalDeactivateDialog();
2009         new SMESHGUI_MergeNodesDlg( this );
2010       }
2011       else {
2012         SUIT_MessageBox::warn1(desktop(),
2013                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2014                               tr("SMESH_BUT_OK"));
2015       }
2016       break;
2017     }
2018   case 4066: // MERGE EQUAL ELEMENTS
2019     {
2020       if (checkLock(aStudy)) break;
2021       if (vtkwnd) {
2022         EmitSignalDeactivateDialog();
2023         new SMESHGUI_EditMeshDlg(this,
2024                                  "SMESH_MERGE_ELEMENTS_TITLE",
2025                                  "ICON_DLG_MERGE_ELEMENTS",
2026                                  1); // MergeEqualElemets
2027       } else {
2028         SUIT_MessageBox::warn1(desktop(),
2029                               tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"),
2030                               tr("SMESH_BUT_OK"));
2031       }
2032       break;
2033     }
2034
2035   case 5105: // Library of selection filters
2036   {
2037     static QValueList<int> aTypes;
2038     if ( aTypes.isEmpty() )
2039     {
2040       aTypes.append( SMESH::NODE );
2041       aTypes.append( SMESH::EDGE );
2042       aTypes.append( SMESH::FACE );
2043       aTypes.append( SMESH::VOLUME );
2044     }
2045     new SMESHGUI_FilterLibraryDlg( this, SMESH::GetDesktop( this ), aTypes, SMESHGUI_FilterLibraryDlg::EDIT );
2046   }
2047   break;
2048
2049   case 6017:                                    // CONTROLS
2050   case 6016:
2051   case 6015:
2052   case 6014:
2053   case 6013:
2054   case 6012:
2055   case 6011:
2056   case 6001:
2057   case 6018:
2058   case 6019:
2059   case 6002:
2060   case 6003:
2061   case 6004:
2062   case 6009:
2063     if ( vtkwnd ) {
2064
2065       LightApp_SelectionMgr* mgr = selectionMgr();
2066       SALOME_ListIO selected; mgr->selectedObjects( selected );
2067
2068       if ( selected.Extent() == 1 && selected.First()->hasEntry() ) {
2069         _PTR(SObject) SO = aStudy->FindObjectID( selected.First()->getEntry() );
2070         if ( SO ) {
2071           CORBA::Object_var aObject = SMESH::SObjectToObject( SO );
2072           SMESH::SMESH_Mesh_var      aMesh    = SMESH::SMESH_Mesh::_narrow( aObject );
2073           SMESH::SMESH_subMesh_var   aSubMesh = SMESH::SMESH_subMesh::_narrow( aObject );
2074           SMESH::SMESH_GroupBase_var aGroup   = SMESH::SMESH_GroupBase::_narrow( aObject );
2075           if ( !aMesh->_is_nil() || !aSubMesh->_is_nil() || !aGroup->_is_nil() ) {
2076             ::Control( theCommandID );
2077             break;
2078           }
2079         }
2080       }
2081       SUIT_MessageBox::warn1(desktop(),
2082                             tr( "SMESH_WRN_WARNING" ),
2083                             tr( "SMESH_BAD_SELECTION" ),
2084                             tr( "SMESH_BUT_OK" ) );
2085       break;
2086     }
2087     else {
2088       SUIT_MessageBox::warn1(desktop(),
2089                             tr( "SMESH_WRN_WARNING" ),
2090                             tr( "NOT_A_VTK_VIEWER" ),
2091                             tr( "SMESH_BUT_OK" ) );
2092     }
2093     break;
2094   case 9010:
2095     {
2096       LightApp_SelectionMgr* mgr = selectionMgr();
2097       SALOME_ListIO selected; mgr->selectedObjects( selected );
2098
2099       if (selected.Extent() == 1)       {
2100         Handle(SALOME_InteractiveObject) anIObject = selected.First();
2101         if(anIObject->hasEntry())
2102           if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
2103             anActor->SetPointsLabeled( !anActor->GetPointsLabeled() );
2104           }
2105       }
2106       break;
2107     }
2108   case 9011:
2109     {
2110       LightApp_SelectionMgr* mgr = selectionMgr();
2111       SALOME_ListIO selected; mgr->selectedObjects( selected );
2112
2113       if (selected.Extent() == 1)       {
2114         Handle(SALOME_InteractiveObject) anIObject = selected.First();
2115         if(anIObject->hasEntry())
2116           if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
2117             anActor->SetCellsLabeled( !anActor->GetCellsLabeled() );
2118           }
2119       }
2120       break;
2121     }
2122   }
2123
2124   anApp->updateActions(); //SRN: To update a Save button in the toolbar
2125   //updateObjBrowser();
2126   return true;
2127 }
2128
2129 //=============================================================================
2130 /*!
2131  *
2132  */
2133 //=============================================================================
2134 bool SMESHGUI::OnMousePress( QMouseEvent * pe, SUIT_ViewWindow * wnd )
2135 {
2136   return false;
2137 }
2138
2139 //=============================================================================
2140 /*!
2141  *
2142  */
2143 //=============================================================================
2144 bool SMESHGUI::OnMouseMove( QMouseEvent * pe, SUIT_ViewWindow * wnd )
2145 {
2146   return true;
2147 }
2148
2149 //=============================================================================
2150 /*!
2151  *
2152  */
2153 //=============================================================================
2154 bool SMESHGUI::OnKeyPress( QKeyEvent * pe, SUIT_ViewWindow * wnd )
2155 {
2156   return true;
2157 }
2158
2159 //=============================================================================
2160 /*! Method:  BuildPresentation(const Handle(SALOME_InteractiveObject)& theIO)
2161  *  Purpose: ensures that the actor for the given <theIO> exists in the active VTK view
2162  */
2163 //=============================================================================
2164 void SMESHGUI::BuildPresentation( const Handle(SALOME_InteractiveObject) & theIO,
2165                                   SUIT_ViewWindow* wnd )
2166 {
2167   if(theIO->hasEntry()){
2168     //SUIT_ViewWindow* wnd = SMESH::GetActiveWindow();
2169     SMESH::UpdateView(wnd,SMESH::eDisplay,theIO->getEntry());
2170   }
2171 }
2172
2173 //=======================================================================
2174 // function : createSMESHAction
2175 // purpose  :
2176 //=======================================================================
2177 void SMESHGUI::createSMESHAction( const int id, const QString& po_id, const QString& icon_id, const int key, const bool toggle  )
2178 {
2179   QIconSet icon;
2180   QWidget* parent = application()->desktop();
2181   SUIT_ResourceMgr* resMgr = resourceMgr();
2182   QPixmap pix;
2183   if ( icon_id.length() )
2184     pix = resMgr->loadPixmap( "SMESH", tr( icon_id ) );
2185   else
2186     pix = resMgr->loadPixmap( "SMESH", tr( QString( "ICO_" )+po_id ), false );
2187   if ( !pix.isNull() )
2188     icon = QIconSet( pix );
2189
2190   QString tooltip    = tr( QString( "TOP_" )+po_id ),
2191           menu       = tr( QString( "MEN_" )+po_id ),
2192           status_bar = tr( QString( "STB_" )+po_id );
2193
2194   createAction( id, tooltip, icon, menu, status_bar, key, parent, toggle, this, SLOT( OnGUIEvent() )  );
2195 }
2196
2197 //=======================================================================
2198 // function : createPopupItem
2199 // purpose  :
2200 //=======================================================================
2201 void SMESHGUI::createPopupItem( const int id,
2202                                 const QString& clients,
2203                                 const QString& types,
2204                                 const QString& theRule,
2205                                 const int pId )
2206 {
2207   int parentId = pId;
2208   if( pId!=-1 )
2209     parentId = popupMgr()->actionId( action( pId ) );
2210
2211   if( !popupMgr()->contains( popupMgr()->actionId( action( id ) ) ) )
2212     popupMgr()->insert( action( id ), parentId, 0 );
2213
2214   QChar lc = QtxPopupMgr::Selection::defEquality();
2215   QString rule = "(%1) and (%2) and (%3)";
2216   rule = rule.arg( QString( "%1>0" ).arg( QtxPopupMgr::Selection::defSelCountParam() ) );
2217   if( clients.isEmpty() )
2218     rule = rule.arg( QString( "true" ) );
2219   else
2220     rule = rule.arg( QString( "%1client in {%2}" ).arg( lc ).arg( clients ) );
2221   rule = rule.arg( QString( "%1type in {%2}" ).arg( lc ).arg( types ) );
2222   rule += theRule;
2223
2224   bool cont = myRules.contains( id );
2225   if( cont )
2226     rule = QString( "%1 or (%2)" ).arg( myRules[ id ] ).arg( rule );
2227
2228   popupMgr()->setRule( action( id ), rule, true );
2229   myRules[ id ] = QString( cont ? "%1" : "(%1)" ).arg( rule );
2230 }
2231
2232 //=======================================================================
2233 // function : initialize
2234 // purpose  :
2235 //=======================================================================
2236 void SMESHGUI::initialize( CAM_Application* app )
2237 {
2238   SalomeApp_Module::initialize( app );
2239
2240 //   SUIT_ResourceMgr* mgr = app->resourceMgr();
2241 //   if ( mgr )
2242   /* Automatic Update flag */
2243 //     myAutomaticUpdate = mgr->booleanValue( "SMESH", "AutomaticUpdate", myAutomaticUpdate );
2244
2245   // ----- create actions --------------
2246
2247   createSMESHAction(  111, "DAT", "", (CTRL+Key_B) );
2248   createSMESHAction(  112, "UNV", "", (CTRL+Key_U) );
2249   createSMESHAction(  113, "MED", "", (CTRL+Key_M) );
2250   createSMESHAction(  114, "NUM" );
2251   createSMESHAction(  121, "DAT" );
2252   createSMESHAction(  122, "MED" );
2253   createSMESHAction(  123, "UNV" );
2254   createSMESHAction(  124, "EXPORT_DAT" );
2255   createSMESHAction(  125, "EXPORT_MED" );
2256   createSMESHAction(  126, "EXPORT_UNV" );
2257   createSMESHAction(   33, "DELETE",          "ICON_DELETE" );
2258   createSMESHAction( 5105, "SEL_FILTER_LIB" );
2259   createSMESHAction(  701, "COMPUTE",         "ICON_COMPUTE" );
2260   createSMESHAction(  702, "CREATE_MESH",     "ICON_DLG_INIT_MESH" );
2261   createSMESHAction(  703, "CREATE_SUBMESH",  "ICON_DLG_ADD_SUBMESH" );
2262   createSMESHAction(  704, "EDIT_MESHSUBMESH","ICON_DLG_EDIT_MESH" );
2263   createSMESHAction(  801, "CREATE_GROUP",    "ICON_SMESH_TREE_GROUP" );
2264   createSMESHAction(  802, "CONSTRUCT_GROUP", "ICON_CONSTRUCT_GROUP" );
2265   createSMESHAction(  803, "EDIT_GROUP",      "ICON_EDIT_GROUP" );
2266   createSMESHAction(  804, "ADD" );
2267   createSMESHAction(  805, "REMOVE" );
2268   createSMESHAction(  810, "UN_GROUP",        "ICON_UNION" );
2269   createSMESHAction(  811, "INT_GROUP",       "ICON_INTERSECT" );
2270   createSMESHAction(  812, "CUT_GROUP",       "ICON_CUT" );
2271   createSMESHAction(  813, "DEL_GROUP",       "ICON_DEL_GROUP" );
2272   createSMESHAction(  900, "ADV_INFO",        "ICON_ADV_INFO" );
2273   createSMESHAction(  902, "STD_INFO",        "ICON_STD_INFO" );
2274   createSMESHAction( 6001, "LENGTH",          "ICON_LENGTH" ,       0, true );
2275   createSMESHAction( 6002, "FREE_EDGE",       "ICON_FREE_EDGE" ,    0, true );
2276   createSMESHAction( 6003, "FREE_BORDER",     "ICON_FREE_EDGE_2D" , 0, true );
2277   createSMESHAction( 6004, "CONNECTION",      "ICON_CONNECTION" ,   0, true );
2278   createSMESHAction( 6011, "AREA",            "ICON_AREA" ,         0, true );
2279   createSMESHAction( 6012, "TAPER",           "ICON_TAPER" ,        0, true );
2280   createSMESHAction( 6013, "ASPECT",          "ICON_ASPECT" ,       0, true );
2281   createSMESHAction( 6014, "MIN_ANG",         "ICON_ANGLE" ,        0, true );
2282   createSMESHAction( 6015, "WARP",            "ICON_WARP" ,         0, true );
2283   createSMESHAction( 6016, "SKEW",            "ICON_SKEW",          0, true );
2284   createSMESHAction( 6017, "ASPECT_3D",       "ICON_ASPECT_3D",     0, true );
2285   createSMESHAction( 6018, "LENGTH_2D",       "ICON_LENGTH_2D",     0, true );
2286   createSMESHAction( 6019, "CONNECTION_2D",   "ICON_CONNECTION_2D", 0, true );
2287   createSMESHAction( 6009, "VOLUME_3D",       "ICON_VOLUME_3D",     0, true );
2288   createSMESHAction(  400, "NODE",            "ICON_DLG_NODE" );
2289   createSMESHAction(  401, "EDGE",            "ICON_DLG_EDGE" );
2290   createSMESHAction( 4021, "TRIANGLE",        "ICON_DLG_TRIANGLE" );
2291   createSMESHAction( 4022, "QUAD",            "ICON_DLG_QUADRANGLE" );
2292   createSMESHAction( 4023, "POLYGON",         "ICON_DLG_POLYGON" );
2293   createSMESHAction( 4031, "TETRA",           "ICON_DLG_TETRAS" );
2294   createSMESHAction( 4032, "HEXA",            "ICON_DLG_HEXAS" );
2295   createSMESHAction( 4041, "REMOVE_NODES",    "ICON_DLG_REM_NODE" );
2296   createSMESHAction( 4042, "REMOVE_ELEMENTS", "ICON_DLG_REM_ELEMENT" );
2297   createSMESHAction( 4051, "RENUM_NODES",     "ICON_DLG_RENUMBERING_NODES" );
2298   createSMESHAction( 4052, "RENUM_ELEMENTS",  "ICON_DLG_RENUMBERING_ELEMENTS" );
2299   createSMESHAction( 4061, "TRANS",           "ICON_SMESH_TRANSLATION_VECTOR" );
2300   createSMESHAction( 4062, "ROT",             "ICON_DLG_ROTATION" );
2301   createSMESHAction( 4063, "SYM",             "ICON_SMESH_SYMMETRY_PLANE" );
2302   createSMESHAction( 4064, "SEW",             "ICON_SMESH_SEWING_FREEBORDERS" );
2303   createSMESHAction( 4065, "MERGE",           "ICON_SMESH_MERGE_NODES" );
2304   createSMESHAction( 4066, "MERGE_ELEMENTS",  "ICON_DLG_MERGE_ELEMENTS" );
2305   createSMESHAction(  406, "MOVE",            "ICON_DLG_MOVE_NODE" );
2306   createSMESHAction(  407, "INV",             "ICON_DLG_MESH_DIAGONAL" );
2307   createSMESHAction(  408, "UNION2",          "ICON_UNION2TRI" );
2308   createSMESHAction(  409, "ORIENT",          "ICON_DLG_MESH_ORIENTATION" );
2309   createSMESHAction(  410, "UNION",           "ICON_UNIONTRI" );
2310   createSMESHAction(  411, "CUT",             "ICON_CUTQUAD" );
2311   createSMESHAction(  412, "SMOOTH",          "ICON_DLG_SMOOTHING" );
2312   createSMESHAction(  413, "EXTRUSION",       "ICON_EXTRUSION" );
2313   createSMESHAction(  414, "REVOLUTION",      "ICON_REVOLUTION" );
2314   createSMESHAction(  415, "MAP",             "ICON_MAP" );
2315   createSMESHAction(  416, "EXTRUSION_ALONG", "ICON_EXTRUSION_ALONG" );
2316   createSMESHAction(  200, "RESET" );
2317   createSMESHAction(  201, "SCALAR_BAR_PROP" );
2318   createSMESHAction(  211, "WIRE",           "ICON_WIRE", 0, true );
2319   createSMESHAction(  212, "SHADE",          "ICON_SHADE", 0, true );
2320   createSMESHAction(  213, "SHRINK",         "ICON_SHRINK", 0, true );
2321   createSMESHAction(  214, "UPDATE",         "ICON_UPDATE" );
2322   createSMESHAction(  215, "NODES",          "ICON_POINTS", 0, true );
2323   createSMESHAction(  217, "EDGES",          "ICON_DLG_EDGE", 0, true );
2324   createSMESHAction(  218, "FACES",          "ICON_DLG_TRIANGLE", 0, true );
2325   createSMESHAction(  219, "VOLUMES",        "ICON_DLG_TETRAS", 0, true );
2326   createSMESHAction(  220, "ALL" );
2327   createSMESHAction( 1100, "EDIT_HYPO" );
2328   createSMESHAction( 1101, "RENAME" );
2329   createSMESHAction( 1102, "UNASSIGN" );
2330   createSMESHAction( 9010, "NUM_NODES", "", 0, true );
2331   createSMESHAction( 9011, "NUM_ELEMENTS", "", 0, true );
2332   createSMESHAction( 1131, "DISPMODE" );
2333   createSMESHAction( 1132, "COLORS" );
2334   createSMESHAction( 1133, "TRANSP" );
2335   createSMESHAction( 1134, "CLIP" );
2336   createSMESHAction( 1135, "DISP_ENT" );
2337   createSMESHAction( 2000, "CTRL" );
2338
2339   createSMESHAction( 300, "ERASE" );
2340   createSMESHAction( 301, "DISPLAY" );
2341   createSMESHAction( 302, "DISPLAY_ONLY" );
2342   createSMESHAction( 4033, "POLYHEDRON", "ICON_DLG_POLYHEDRON" );
2343
2344   // ----- create menu --------------
2345   int fileId   = createMenu( tr( "MEN_FILE" ),   -1,  1 ),
2346       editId   = createMenu( tr( "MEN_EDIT" ),   -1,  3 ),
2347       toolsId  = createMenu( tr( "MEN_TOOLS" ),  -1,  5, 50 ),
2348       meshId   = createMenu( tr( "MEN_MESH" ),   -1, 70, 10 ),
2349       ctrlId   = createMenu( tr( "MEN_CTRL" ),   -1, 60, 10 ),
2350       modifyId = createMenu( tr( "MEN_MODIFY" ), -1, 40, 10 ),
2351       viewId   = createMenu( tr( "MEN_VIEW" ),   -1,  2 );
2352
2353   createMenu( separator(), fileId );
2354
2355   int importId = createMenu( tr( "MEN_IMPORT" ), fileId, 11, 10 ),
2356       exportId = createMenu( tr( "MEN_EXPORT" ), fileId, 12, 10 ),
2357       addId    = createMenu( tr( "MEN_ADD" ),    modifyId, 402 ),
2358       removeId = createMenu( tr( "MEN_REMOVE" ), modifyId, 403 ),
2359       renumId  = createMenu( tr( "MEN_RENUM" ),  modifyId, 404 ),
2360       transfId = createMenu( tr( "MEN_TRANSF" ), modifyId, 405 );
2361
2362   createMenu( 111, importId, -1 );
2363   createMenu( 112, importId, -1 );
2364   createMenu( 113, importId, -1 );
2365
2366   createMenu( 121, exportId, -1 );
2367   createMenu( 122, exportId, -1 );
2368   createMenu( 123, exportId, -1 );
2369
2370   createMenu( separator(), fileId, 10 );
2371
2372   createMenu( 33, editId, -1 );
2373
2374   createMenu( 5105, toolsId, -1 );
2375
2376   createMenu( 702, meshId, -1 );
2377   createMenu( 703, meshId, -1 );
2378   createMenu( 704, meshId, -1 );
2379   createMenu( separator(), meshId, -1 );
2380   createMenu( 701, meshId, -1 );
2381   createMenu( separator(), meshId, -1 );
2382   createMenu( 801, meshId, -1 );
2383   createMenu( 802, meshId, -1 );
2384   createMenu( 803, meshId, -1 );
2385   createMenu( separator(), meshId, -1 );
2386   createMenu( 810, meshId, -1 );
2387   createMenu( 811, meshId, -1 );
2388   createMenu( 812, meshId, -1 );
2389   createMenu( separator(), meshId, -1 );
2390   createMenu( 813, meshId, -1 );
2391   createMenu( separator(), meshId, -1 );
2392   createMenu( 900, meshId, -1 );
2393   createMenu( 902, meshId, -1 );
2394   createMenu( separator(), meshId, -1 );
2395
2396   createMenu( 6003, ctrlId, -1 );
2397   createMenu( 6001, ctrlId, -1 );
2398   createMenu( 6004, ctrlId, -1 );
2399   createMenu( separator(), ctrlId, -1 );
2400   createMenu( 6002, ctrlId, -1 );
2401   createMenu( 6018, ctrlId, -1 );
2402   createMenu( 6019, ctrlId, -1 );
2403   createMenu( 6011, ctrlId, -1 );
2404   createMenu( 6012, ctrlId, -1 );
2405   createMenu( 6013, ctrlId, -1 );
2406   createMenu( 6014, ctrlId, -1 );
2407   createMenu( 6015, ctrlId, -1 );
2408   createMenu( 6016, ctrlId, -1 );
2409   createMenu( separator(), ctrlId, -1 );
2410   createMenu( 6017, ctrlId, -1 );
2411   createMenu( 6009, ctrlId, -1 );
2412   createMenu( separator(), ctrlId, -1 );
2413
2414   createMenu( 400, addId, -1 );
2415   createMenu( 401, addId, -1 );
2416   createMenu( 4021, addId, -1 );
2417   createMenu( 4022, addId, -1 );
2418   createMenu( 4023, addId, -1 );
2419   createMenu( 4031, addId, -1 );
2420   createMenu( 4032, addId, -1 );
2421   createMenu( 4033, addId, -1 );
2422
2423   createMenu( 4041, removeId, -1 );
2424   createMenu( 4042, removeId, -1 );
2425
2426   createMenu( 4051, renumId, -1 );
2427   createMenu( 4052, renumId, -1 );
2428
2429   createMenu( 4061, transfId, -1 );
2430   createMenu( 4062, transfId, -1 );
2431   createMenu( 4063, transfId, -1 );
2432   createMenu( 4064, transfId, -1 );
2433   createMenu( 4065, transfId, -1 );
2434   createMenu( 4066, transfId, -1 );
2435
2436   createMenu( 406, modifyId, -1 );
2437   createMenu( 407, modifyId, -1 );
2438   createMenu( 408, modifyId, -1 );
2439   createMenu( 409, modifyId, -1 );
2440   createMenu( 410, modifyId, -1 );
2441   createMenu( 411, modifyId, -1 );
2442   createMenu( 412, modifyId, -1 );
2443   createMenu( 413, modifyId, -1 );
2444   createMenu( 416, modifyId, -1 );
2445   createMenu( 414, modifyId, -1 );
2446   createMenu( 415, modifyId, -1 );
2447
2448   createMenu( 214, viewId, -1 );
2449
2450   // ----- create toolbars --------------
2451   int meshTb     = createTool( tr( "TB_MESH" ) ),
2452       ctrlTb     = createTool( tr( "TB_CTRL" ) ),
2453       addRemTb   = createTool( tr( "TB_ADD_REMOVE" ) ),
2454       modifyTb   = createTool( tr( "TB_MODIFY" ) ),
2455       dispModeTb = createTool( tr( "TB_DISP_MODE" ) );
2456
2457   createTool( 702, meshTb );
2458   createTool( 703, meshTb );
2459   createTool( 704, meshTb );
2460   createTool( separator(), meshTb );
2461   createTool( 701, meshTb );
2462   createTool( separator(), meshTb );
2463   createTool( 801, meshTb );
2464   createTool( 802, meshTb );
2465   createTool( 803, meshTb );
2466   createTool( separator(), meshTb );
2467   createTool( 900, meshTb );
2468   createTool( 902, meshTb );
2469   createTool( separator(), meshTb );
2470
2471   createTool( 6001, ctrlTb );
2472   createTool( 6003, ctrlTb );
2473   createTool( 6004, ctrlTb );
2474   createTool( separator(), ctrlTb );
2475   createTool( 6002, ctrlTb );
2476   createTool( 6018, ctrlTb );
2477   createTool( 6019, ctrlTb );
2478   createTool( 6011, ctrlTb );
2479   createTool( 6012, ctrlTb );
2480   createTool( 6013, ctrlTb );
2481   createTool( 6014, ctrlTb );
2482   createTool( 6015, ctrlTb );
2483   createTool( 6016, ctrlTb );
2484   createTool( separator(), ctrlTb );
2485   createTool( 6017, ctrlTb );
2486   createTool( 6009, ctrlTb );
2487   createTool( separator(), ctrlTb );
2488
2489   createTool( 400, addRemTb );
2490   createTool( 401, addRemTb );
2491   createTool( 4021, addRemTb );
2492   createTool( 4022, addRemTb );
2493   createTool( 4023, addRemTb );
2494   createTool( 4031, addRemTb );
2495   createTool( 4032, addRemTb );
2496   createTool( 4033, addRemTb );
2497   createTool( separator(), addRemTb );
2498   createTool( 4041, addRemTb );
2499   createTool( 4042, addRemTb );
2500   createTool( separator(), addRemTb );
2501   createTool( 4051, addRemTb );
2502   createTool( 4052, addRemTb );
2503   createTool( separator(), addRemTb );
2504   createTool( 4061, addRemTb );
2505   createTool( 4062, addRemTb );
2506   createTool( 4063, addRemTb );
2507   createTool( 4064, addRemTb );
2508   createTool( 4065, addRemTb );
2509   createTool( 4066, addRemTb );
2510   createTool( separator(), addRemTb );
2511
2512   createTool( 406, modifyTb );
2513   createTool( 407, modifyTb );
2514   createTool( 408, modifyTb );
2515   createTool( 409, modifyTb );
2516   createTool( 410, modifyTb );
2517   createTool( 411, modifyTb );
2518   createTool( 412, modifyTb );
2519   createTool( 413, modifyTb );
2520   createTool( 416, modifyTb );
2521   createTool( 414, modifyTb );
2522   createTool( 415, modifyTb );
2523
2524   createTool( 214, dispModeTb );
2525
2526
2527   myRules.clear();
2528   QString OB = "'ObjectBrowser'",
2529           View = "'" + SVTK_Viewer::Type() + "'",
2530           pat = "'%1'",
2531           mesh    = pat.arg( SMESHGUI_Selection::typeName( MESH ) ),
2532           group   = pat.arg( SMESHGUI_Selection::typeName( GROUP ) ),
2533           hypo    = pat.arg( SMESHGUI_Selection::typeName( HYPOTHESIS ) ),
2534           algo    = pat.arg( SMESHGUI_Selection::typeName( ALGORITHM ) ),
2535           elems   = QString( "'%1' '%2' '%3' '%4' '%5'" ).
2536                        arg( SMESHGUI_Selection::typeName( SUBMESH_VERTEX ) ).
2537                        arg( SMESHGUI_Selection::typeName( SUBMESH_EDGE ) ).
2538                        arg( SMESHGUI_Selection::typeName( SUBMESH_FACE ) ).
2539                        arg( SMESHGUI_Selection::typeName( SUBMESH_SOLID ) ).
2540                        arg( SMESHGUI_Selection::typeName( SUBMESH_COMPOUND ) ),
2541           subMesh = elems,
2542           mesh_group = mesh + " " + subMesh + " " + group,
2543           hyp_alg = hypo + " " + algo;
2544
2545   // popup for object browser
2546
2547   createPopupItem( 704, OB, mesh, "&& isComputable");      // EDIT_MESHSUBMESH
2548   createPopupItem( 704, OB, subMesh, "&& isComputable" );  // EDIT_MESHSUBMESH
2549   createPopupItem( 803, OB, group );                       // EDIT_GROUP
2550   popupMgr()->insert( separator(), -1, 0 );
2551   createPopupItem( 701, OB, mesh, "&& isComputable" );     // COMPUTE
2552   createPopupItem( 214, OB, mesh_group );                  // UPDATE
2553   createPopupItem( 900, OB, mesh_group );                  // ADV_INFO
2554   createPopupItem( 902, OB, mesh );                        // STD_INFO
2555   popupMgr()->insert( separator(), -1, 0 );
2556   createPopupItem( 801, OB, mesh );                        // CREATE_GROUP
2557   createPopupItem( 802, OB, subMesh );                     // CONSTRUCT_GROUP
2558   popupMgr()->insert( separator(), -1, 0 );
2559   createPopupItem( 1100, OB, hypo, "" /*"&& $hasReference={false}"*/ );   // EDIT HYPOTHESIS
2560   createPopupItem( 1102, OB, hyp_alg ); // REMOVE HYPOTHESIS / ALGORITHMS
2561   createPopupItem( 1101, OB, mesh_group + " " + hyp_alg, "" /*"&& $hasReference={false}"*/ ); // RENAME
2562   popupMgr()->insert( separator(), -1, 0 );
2563
2564   QString only_one_non_empty = QString( " && %1=1 && numberOfNodes>0" ).arg( QtxPopupMgr::Selection::defSelCountParam() );
2565   createPopupItem( 125, OB, mesh, only_one_non_empty );    // EXPORT_MED
2566   createPopupItem( 126, OB, mesh, only_one_non_empty );    // EXPORT_UNV
2567   createPopupItem( 33, OB, subMesh + " " + group );        // DELETE
2568   popupMgr()->insert( separator(), -1, 0 );
2569
2570   // popup for viewer
2571   createPopupItem( 803, View, group ); // EDIT_GROUP
2572   createPopupItem( 804, View, elems ); // ADD
2573   createPopupItem( 805, View, elems ); // REMOVE
2574   popupMgr()->insert( separator(), -1, 0 );
2575   createPopupItem( 214, View, mesh_group ); // UPDATE
2576   createPopupItem( 900, View, mesh_group ); // ADV_INFO
2577   createPopupItem( 902, View, mesh );       // STD_INFO
2578   popupMgr()->insert( separator(), -1, 0 );
2579
2580   int anId;
2581   QString
2582     isInvisible("not( isVisible )"),
2583     isEmpty("numberOfNodes = 0"),
2584     isNotEmpty("numberOfNodes <> 0"),
2585
2586     // has nodes, edges, etc in VISIBLE! actor
2587     hasNodes("(numberOfNodes > 0 )"),//&& isVisible)"),
2588     hasElems("(count( elemTypes ) > 0)"),
2589     hasDifferentElems("(count( elemTypes ) > 1)"),
2590     hasEdges("({'Edge'} in elemTypes)"),
2591     hasFaces("({'Face'} in elemTypes)"),
2592     hasVolumes("({'Volume'} in elemTypes)");
2593
2594   QString lc = QtxPopupMgr::Selection::defEquality();
2595   QString aClient = QString( "%1client in {%2}" ).arg( lc ).arg( "'VTKViewer'" );
2596   QString aType = QString( "%1type in {%2}" ).arg( QtxPopupMgr::Selection::defEquality() );
2597   aType = aType.arg( mesh_group );
2598   QString aMeshInVTK = aClient + "&&" + aType;
2599
2600   //-------------------------------------------------
2601   // Numbering
2602   //-------------------------------------------------
2603   anId = popupMgr()->insert( tr( "MEN_NUM" ), -1, -1 );
2604
2605   popupMgr()->insert( action( 9010 ), anId, -1 );
2606   popupMgr()->setRule( action( 9010 ), aMeshInVTK + "&& isVisible &&" + hasNodes, true );
2607   popupMgr()->setRule( action( 9010 ), "{'Point'} in labeledTypes", false );
2608
2609   popupMgr()->insert( action( 9011 ), anId, -1 );
2610   popupMgr()->setRule( action( 9011 ), aMeshInVTK + "&& isVisible &&" + hasElems, true );
2611   popupMgr()->setRule( action( 9011 ), "{'Cell'} in labeledTypes", false );
2612
2613   popupMgr()->insert( separator(), -1, -1 );
2614
2615   //-------------------------------------------------
2616   // Display Mode
2617   //-------------------------------------------------
2618   anId = popupMgr()->insert( tr( "MEN_DISPMODE" ), -1, -1 );
2619
2620   popupMgr()->insert( action( 211 ), anId, -1 ); // WIRE
2621   popupMgr()->setRule( action( 211 ), aMeshInVTK + "&&" + hasElems, true );
2622   popupMgr()->setRule( action( 211 ), "displayMode = 'eEdge'", false );
2623
2624   popupMgr()->insert( action( 212 ), anId, -1 ); // SHADE
2625   popupMgr()->setRule( action( 212 ),aMeshInVTK+ "&& (" + hasFaces + "||" + hasVolumes + ")",true);
2626   popupMgr()->setRule( action( 212 ), "displayMode = 'eSurface'", false );
2627
2628   popupMgr()->insert( action( 215 ), anId, -1 ); // POINTS
2629   popupMgr()->setRule( action( 215 ), aMeshInVTK + "&&" + hasNodes, true );
2630   popupMgr()->setRule( action( 215 ), "displayMode = 'ePoint'", false );
2631
2632   popupMgr()->insert( separator(), anId, -1 );
2633
2634   popupMgr()->insert( action( 213 ), anId, -1 ); // SHRINK
2635   popupMgr()->setRule( action( 213 ), aMeshInVTK + "&& shrinkMode <> 'IsNotShrinkable' && displayMode <> 'ePoint'",true);
2636   popupMgr()->setRule( action( 213 ), "shrinkMode = 'IsShrunk'", false );
2637
2638   //-------------------------------------------------
2639   // Display Entity
2640   //-------------------------------------------------
2641   QString aDiffElemsInVTK = aMeshInVTK + "&&" + hasDifferentElems;
2642
2643   anId = popupMgr()->insert( tr( "MEN_DISP_ENT" ), -1, -1 );
2644
2645   popupMgr()->insert( action( 217 ), anId, -1 ); // EDGES
2646   popupMgr()->setRule( action( 217 ), aDiffElemsInVTK + "&& isVisible &&" + hasEdges, true );
2647   popupMgr()->setRule( action( 217 ), "{'Edge'} in entityMode", false );
2648
2649   popupMgr()->insert( action( 218 ), anId, -1 ); // FACES
2650   popupMgr()->setRule( action( 218 ), aDiffElemsInVTK + "&& isVisible &&" + hasFaces, true );
2651   popupMgr()->setRule( action( 218 ), "{'Face'} in entityMode", false );
2652
2653   popupMgr()->insert( action( 219 ), anId, -1 ); // VOLUMES
2654   popupMgr()->setRule( action( 219 ), aDiffElemsInVTK + "&& isVisible &&" + hasVolumes, true );
2655   popupMgr()->setRule( action( 219 ), "{'Volume'} in entityMode", false );
2656
2657   popupMgr()->insert( separator(), anId, -1 );
2658
2659   popupMgr()->insert( action( 220 ), anId, -1 ); // ALL
2660   popupMgr()->setRule( action( 220 ), aDiffElemsInVTK + "&& isVisible && not( elemTypes in entityMode )", true );
2661
2662   //-------------------------------------------------
2663   // Color / Size
2664   //-------------------------------------------------
2665   popupMgr()->insert( action( 1132 ), -1, -1 );
2666   popupMgr()->setRule( action( 1132 ), aMeshInVTK + "&& isVisible", true );
2667
2668   //-------------------------------------------------
2669   // Transparency
2670   //-------------------------------------------------
2671   popupMgr()->insert( action( 1133 ), -1, -1 );
2672   popupMgr()->setRule( action( 1133 ), aMeshInVTK + "&& isVisible", true );
2673
2674   //-------------------------------------------------
2675   // Clipping
2676   //-------------------------------------------------
2677   popupMgr()->insert( action( 1134 ), -1, -1 );
2678   popupMgr()->setRule( action( 1134 ), aMeshInVTK + "&& isVisible", true );
2679
2680   popupMgr()->insert( separator(), -1, -1 );
2681
2682   //-------------------------------------------------
2683   // Controls
2684   //-------------------------------------------------
2685   QString
2686     aMeshInVtkHasEdges = aMeshInVTK + "&&" + hasEdges,
2687     aMeshInVtkHasFaces = aMeshInVTK + "&&" + hasFaces,
2688     aMeshInVtkHasVolumes = aMeshInVTK + "&&" + hasVolumes;
2689
2690   anId = popupMgr()->insert( tr( "MEN_CTRL" ), -1, -1 );
2691
2692   popupMgr()->insert( action( 200 ), anId, -1 ); // RESET
2693   popupMgr()->setRule( action( 200 ), aMeshInVTK + "&& controlMode <> 'eNone'", true );
2694
2695   popupMgr()->insert( separator(), anId, -1 );
2696
2697   popupMgr()->insert( action( 6003 ), anId, -1 ); // FREE_BORDER
2698   popupMgr()->setRule( action( 6003 ), aMeshInVtkHasEdges, true );
2699   popupMgr()->setRule( action( 6003 ), "controlMode = 'eFreeEdges'", false );
2700
2701   popupMgr()->insert( action( 6001 ), anId, -1 ); // LENGTH
2702   popupMgr()->setRule( action( 6001 ), aMeshInVtkHasEdges, true );
2703   popupMgr()->setRule( action( 6001 ), "controlMode = 'eLength'", false );
2704
2705   popupMgr()->insert( action( 6004 ), anId, -1 ); // CONNECTION
2706   popupMgr()->setRule( action( 6004 ), aMeshInVtkHasEdges, true );
2707   popupMgr()->setRule( action( 6004 ), "controlMode = 'eMultiConnection'", false );
2708
2709   popupMgr()->insert( separator(), anId, -1 );
2710
2711   popupMgr()->insert( action( 6002 ), anId, -1 ); // FREE_EDGE
2712   popupMgr()->setRule( action( 6002 ), aMeshInVtkHasFaces, true );
2713   popupMgr()->setRule( action( 6002 ), "controlMode = 'eFreeBorders'", false );
2714
2715   popupMgr()->insert( action( 6018 ), anId, -1 ); // LENGTH_2D
2716   popupMgr()->setRule( action( 6018 ), aMeshInVtkHasFaces, true );
2717   popupMgr()->setRule( action( 6018 ), "controlMode = 'eLength2D'", false );
2718
2719   popupMgr()->insert( action( 6019 ), anId, -1 ); // CONNECTION_2D
2720   popupMgr()->setRule( action( 6019 ), aMeshInVtkHasFaces, true );
2721   popupMgr()->setRule( action( 6019 ), "controlMode = 'eMultiConnection2D'", false );
2722
2723   popupMgr()->insert( action( 6011 ), anId, -1 ); // AREA
2724   popupMgr()->setRule( action( 6011 ), aMeshInVtkHasFaces, true );
2725   popupMgr()->setRule( action( 6011 ), "controlMode = 'eArea'", false );
2726
2727   popupMgr()->insert( action( 6012 ), anId, -1 ); // TAPER
2728   popupMgr()->setRule( action( 6012 ), aMeshInVtkHasFaces, true );
2729   popupMgr()->setRule( action( 6012 ), "controlMode = 'eTaper'", false );
2730
2731   popupMgr()->insert( action( 6013 ), anId, -1 ); // ASPECT
2732   popupMgr()->setRule( action( 6013 ), aMeshInVtkHasFaces, true );
2733   popupMgr()->setRule( action( 6013 ), "controlMode = 'eAspectRatio'", false );
2734
2735   popupMgr()->insert( action( 6014 ), anId, -1 ); // MIN_ANG
2736   popupMgr()->setRule( action( 6014 ), aMeshInVtkHasFaces, true );
2737   popupMgr()->setRule( action( 6014 ), "controlMode = 'eMinimumAngle'", false );
2738
2739   popupMgr()->insert( action( 6015 ), anId, -1 ); // WARP
2740   popupMgr()->setRule( action( 6015 ), aMeshInVtkHasFaces, true );
2741   popupMgr()->setRule( action( 6015 ), "controlMode = 'eWarping'", false );
2742
2743   popupMgr()->insert( action( 6016 ), anId, -1 ); // SKEW
2744   popupMgr()->setRule( action( 6016 ), aMeshInVtkHasFaces, true );
2745   popupMgr()->setRule( action( 6016 ), "controlMode = 'eSkew'", false );
2746
2747   popupMgr()->insert( separator(), anId, -1 );
2748
2749   popupMgr()->insert( action( 6017 ), anId, -1 ); // ASPECT_3D
2750   popupMgr()->setRule( action( 6017 ), aMeshInVtkHasVolumes, true );
2751   popupMgr()->setRule( action( 6017 ), "controlMode = 'eAspectRatio3D'", false );
2752
2753   popupMgr()->insert ( action( 6009 ), anId, -1 ); // VOLUME_3D
2754   popupMgr()->setRule( action( 6009 ), aMeshInVtkHasVolumes, true );
2755   popupMgr()->setRule( action( 6009 ), "controlMode = 'eVolume3D'", false );
2756
2757   popupMgr()->insert( separator(), anId, -1 );
2758
2759   popupMgr()->insert( action( 201 ), anId, -1 ); // SCALAR_BAR_PROP
2760   popupMgr()->setRule( action( 201 ), aMeshInVTK + "&& controlMode <> 'eNone'", true );
2761
2762   popupMgr()->insert( separator(), -1, -1 );
2763
2764   //-------------------------------------------------
2765   // Display / Erase
2766   //-------------------------------------------------
2767   aClient = "($client in {'VTKViewer' 'ObjectBrowser'})";
2768   QString anActiveVTK = QString("activeView = '%1'").arg(SVTK_Viewer::Type());
2769   QString aSelCount = QString( "%1 > 0" ).arg( QtxPopupMgr::Selection::defSelCountParam() );
2770
2771   QString aRule = "$component={'SMESH'} and ( type='Component' or (" + aClient + " and " +
2772     aType + " and " + aSelCount + " and " + anActiveVTK + " and " + isNotEmpty + " %1 ) )";
2773   popupMgr()->insert( action( 301 ), -1, -1 ); // DISPLAY
2774   popupMgr()->setRule( action( 301 ), aRule.arg( "and (not isVisible)" ), true);
2775
2776   popupMgr()->insert( action( 300 ), -1, -1 ); // ERASE
2777   popupMgr()->setRule( action( 300 ), aRule.arg( "and isVisible" ), true );
2778
2779   popupMgr()->insert( action( 302 ), -1, -1 ); // DISPLAY_ONLY
2780   popupMgr()->setRule( action( 302 ), aRule.arg( "" ), true );
2781
2782   popupMgr()->insert( separator(), -1, -1 );
2783
2784   connect( application(), SIGNAL( viewManagerActivated( SUIT_ViewManager* ) ),
2785            this, SLOT( onViewManagerActivated( SUIT_ViewManager* ) ) );
2786 }
2787
2788 bool SMESHGUI::activateModule( SUIT_Study* study )
2789 {
2790   bool res = SalomeApp_Module::activateModule( study );
2791
2792   setMenuShown( true );
2793   setToolShown( true );
2794
2795   return res;
2796 }
2797
2798 bool SMESHGUI::deactivateModule( SUIT_Study* study )
2799 {
2800   setMenuShown( false );
2801   setToolShown( false );
2802
2803   EmitSignalCloseAllDialogs();
2804
2805   return SalomeApp_Module::deactivateModule( study );
2806 }
2807
2808 void SMESHGUI::OnGUIEvent()
2809 {
2810   const QObject* obj = sender();
2811   if ( !obj || !obj->inherits( "QAction" ) )
2812     return;
2813   int id = actionId((QAction*)obj);
2814   if ( id != -1 )
2815     OnGUIEvent( id );
2816 }
2817
2818 SMESH::SMESH_Gen_var SMESHGUI::GetSMESHGen()
2819 {
2820   _PTR(Study) aStudy = SMESH::GetActiveStudyDocument(); //Document OCAF de l'etude active
2821   if ( CORBA::is_nil( myComponentSMESH ) )
2822     {
2823       SMESHGUI aGUI; //SRN BugID: IPAL9186: Create an instance of SMESHGUI to initialize myComponentSMESH
2824       if ( aStudy )
2825         aGUI.myComponentSMESH->SetCurrentStudy(_CAST(Study,aStudy)->GetStudy());
2826       return aGUI.myComponentSMESH;
2827     }
2828   if ( aStudy )
2829     myComponentSMESH->SetCurrentStudy(_CAST(Study,aStudy)->GetStudy());
2830   return myComponentSMESH;
2831 }
2832
2833 QString SMESHGUI::engineIOR() const
2834 {
2835   CORBA::ORB_var anORB = getApp()->orb();
2836   CORBA::String_var anIOR = anORB->object_to_string(GetSMESHGen());
2837   return anIOR.in();
2838 }
2839
2840 void SMESHGUI::contextMenuPopup( const QString& client, QPopupMenu* menu, QString& /*title*/ )
2841 {
2842   SMESHGUI_Selection sel;
2843   sel.init( client, selectionMgr() );
2844   popupMgr()->updatePopup( menu, &sel );
2845 }
2846
2847 void SMESHGUI::windows( QMap<int, int>& aMap ) const
2848 {
2849   aMap.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::DockLeft );
2850   aMap.insert( SalomeApp_Application::WT_PyConsole, Qt::DockBottom );
2851 }
2852
2853 void SMESHGUI::viewManagers( QStringList& list ) const
2854 {
2855   list.append( SVTK_Viewer::Type() );
2856 }
2857
2858 void SMESHGUI::onViewManagerActivated( SUIT_ViewManager* mgr )
2859 {
2860   if ( dynamic_cast<SVTK_ViewManager*>( mgr ) )
2861     SMESH::UpdateSelectionProp( this );
2862 }
2863
2864 void SMESHGUI::createPreferences()
2865 {
2866   int genTab = addPreference( tr( "PREF_TAB_GENERAL" ) );
2867
2868   int updateGroup = addPreference( tr( "PREF_GROUP_UPDATE" ), genTab );
2869   addPreference( tr( "PREF_AUTO_UPDATE" ), updateGroup, LightApp_Preferences::Bool, "SMESH", "auto_update" );
2870
2871   int qaGroup = addPreference( tr( "PREF_GROUP_QUALITY" ), genTab );
2872   addPreference( tr( "PREF_DISPLAY_ENTITY" ), qaGroup, LightApp_Preferences::Bool, "SMESH", "display_entity" );
2873   addPreference( tr( "PREF_PRECISION_USE" ), qaGroup, LightApp_Preferences::Bool, "SMESH", "use_precision" );
2874
2875   int precGroup = addPreference( tr( "PREF_GROUP_PRECISION" ), genTab );
2876   setPreferenceProperty( precGroup, "columns", 1 );
2877
2878   int prec = addPreference( tr( "PREF_PRECISION_VALUE" ), precGroup, LightApp_Preferences::IntSpin, "SMESH", "controls_precision" );
2879
2880   setPreferenceProperty( prec, "min", 0 );
2881   setPreferenceProperty( prec, "max", 16 );
2882
2883   int dispgroup = addPreference( tr( "PREF_DISPLAY_MODE" ), genTab );
2884   int dispmode = addPreference( tr( "PREF_DISPLAY_MODE" ), dispgroup, LightApp_Preferences::Selector, "SMESH", "display_mode" );
2885   QStringList modes;
2886   modes.append( "Wireframe" );
2887   modes.append( "Shading" );
2888   modes.append( "Nodes" );
2889   modes.append( "Shrink" );
2890   QValueList<QVariant> indices;
2891   indices.append( 0 );
2892   indices.append( 1 );
2893   indices.append( 2 );
2894   indices.append( 3 );
2895   setPreferenceProperty( dispmode, "strings", modes );
2896   setPreferenceProperty( dispmode, "indexes", indices );
2897
2898   int exportgroup = addPreference( tr( "PREF_GROUP_EXPORT" ), genTab );
2899   addPreference( tr( "PREF_AUTO_GROUPS" ), exportgroup, LightApp_Preferences::Bool, "SMESH", "auto_groups" );
2900   
2901   int meshTab = addPreference( tr( "PREF_TAB_MESH" ) );
2902   int nodeGroup = addPreference( tr( "PREF_GROUP_NODES" ), meshTab );
2903
2904   addPreference( tr( "PREF_COLOR" ), nodeGroup, LightApp_Preferences::Color, "SMESH", "node_color" );
2905   int nodeSz = addPreference( tr( "PREF_SIZE" ), nodeGroup, LightApp_Preferences::IntSpin, "SMESH", "node_size" );
2906
2907   setPreferenceProperty( nodeSz, "min", 1 );
2908   setPreferenceProperty( nodeSz, "max", 5 );
2909
2910   int elemGroup = addPreference( tr( "PREF_GROUP_ELEMENTS" ), meshTab );
2911
2912   addPreference( tr( "PREF_FILL" ), elemGroup, LightApp_Preferences::Color, "SMESH", "fill_color" );
2913   addPreference( tr( "PREF_OUTLINE" ), elemGroup, LightApp_Preferences::Color, "SMESH", "outline_color" );
2914   addPreference( tr( "PREF_BACKFACE" ), elemGroup, LightApp_Preferences::Color, "SMESH", "backface_color" );
2915   addPreference( "", elemGroup, LightApp_Preferences::Space );
2916
2917   int elemW = addPreference( tr( "PREF_WIDTH" ), elemGroup, LightApp_Preferences::IntSpin, "SMESH", "element_width" );
2918   int shrink = addPreference( tr( "PREF_SHRINK_COEFF" ), elemGroup, LightApp_Preferences::IntSpin, "SMESH", "shrink_coeff" );
2919
2920   setPreferenceProperty( elemW, "min", 1 );
2921   setPreferenceProperty( elemW, "max", 5 );
2922
2923   setPreferenceProperty( shrink, "min", 0 );
2924   setPreferenceProperty( shrink, "max", 100 );
2925
2926   int selTab = addPreference( tr( "PREF_TAB_SELECTION" ) );
2927
2928   int selGroup = addPreference( tr( "PREF_GROUP_SELECTION" ), selTab );
2929
2930   addPreference( tr( "PREF_OBJECT_COLOR" ), selGroup, LightApp_Preferences::Color, "SMESH", "selection_object_color" );
2931   addPreference( tr( "PREF_ELEMENT_COLOR" ), selGroup, LightApp_Preferences::Color, "SMESH", "selection_element_color" );
2932   int selW = addPreference( tr( "PREF_WIDTH" ), selGroup, LightApp_Preferences::IntSpin, "SMESH", "selection_width" );
2933
2934   setPreferenceProperty( selW, "min", 1 );
2935   setPreferenceProperty( selW, "max", 5 );
2936
2937   int preGroup = addPreference( tr( "PREF_GROUP_PRESELECTION" ), selTab );
2938
2939   addPreference( tr( "PREF_HIGHLIGHT_COLOR" ), preGroup, LightApp_Preferences::Color, "SMESH", "highlight_color" );
2940   int preW = addPreference( tr( "PREF_WIDTH" ), preGroup, LightApp_Preferences::IntSpin, "SMESH", "highlight_width" );
2941
2942   setPreferenceProperty( preW, "min", 1 );
2943   setPreferenceProperty( preW, "max", 5 );
2944
2945   int precSelGroup = addPreference( tr( "PREF_GROUP_PRECISION" ), selTab );
2946
2947   addPreference( tr( "PREF_NODES" ), precSelGroup, LightApp_Preferences::Double, "SMESH", "selection_precision_node" );
2948   addPreference( tr( "PREF_ELEMENTS" ), precSelGroup, LightApp_Preferences::Double, "SMESH", "selection_precision_element" );
2949
2950   int sbarTab = addPreference( tr( "SMESH_SCALARBAR" ) );
2951   int fontGr = addPreference( tr( "SMESH_FONT_SCALARBAR" ), sbarTab );
2952
2953   int tfont = addPreference( tr( "SMESH_TITLE" ), fontGr, LightApp_Preferences::Font, "SMESH", "scalar_bar_title_font" );
2954   addPreference( tr( "SMESH_TITLE" ), fontGr, LightApp_Preferences::Color, "SMESH", "scalar_bar_title_color" );
2955   int lfont = addPreference( tr( "SMESH_LABELS" ), fontGr, LightApp_Preferences::Font, "SMESH", "scalar_bar_label_font" );
2956   addPreference( tr( "SMESH_LABELS" ), fontGr, LightApp_Preferences::Color, "SMESH", "scalar_bar_label_color" );
2957
2958   QStringList fam;
2959   fam.append( tr( "SMESH_FONT_ARIAL" ) );
2960   fam.append( tr( "SMESH_FONT_COURIER" ) );
2961   fam.append( tr( "SMESH_FONT_TIMES" ) );
2962   int wflag = ( QtxListResourceEdit::FontItem::All & ( ~( QtxListResourceEdit::FontItem::Size | QtxListResourceEdit::FontItem::UserSize ) ) );
2963
2964   setPreferenceProperty( tfont, "families", fam );
2965   setPreferenceProperty( tfont, "system", false );
2966   setPreferenceProperty( tfont, "widget_flags", wflag );
2967   setPreferenceProperty( lfont, "families", fam );
2968   setPreferenceProperty( lfont, "system", false );
2969   setPreferenceProperty( lfont, "widget_flags", wflag );
2970
2971   int colorsLabelsGr = addPreference( tr( "SMESH_LABELS_COLORS_SCALARBAR" ), sbarTab );
2972
2973   int numcol = addPreference( tr( "SMESH_NUMBEROFCOLORS" ), colorsLabelsGr, LightApp_Preferences::IntSpin, "SMESH", "scalar_bar_num_colors" );
2974   setPreferenceProperty( numcol, "min", 2 );
2975   setPreferenceProperty( numcol, "max", 256 );
2976
2977   int numlab = addPreference( tr( "SMESH_NUMBEROFLABELS" ), colorsLabelsGr, LightApp_Preferences::IntSpin, "SMESH", "scalar_bar_num_labels" );
2978   setPreferenceProperty( numlab, "min", 2 );
2979   setPreferenceProperty( numlab, "max", 65 );
2980
2981   int orientGr = addPreference( tr( "SMESH_ORIENTATION" ), sbarTab );
2982   int orient = addPreference( tr( "SMESH_ORIENTATION" ), orientGr, LightApp_Preferences::Selector, "SMESH", "scalar_bar_orientation" );
2983   QStringList orients;
2984   orients.append( tr( "SMESH_VERTICAL" ) );
2985   orients.append( tr( "SMESH_HORIZONTAL" ) );
2986   indices.clear(); indices.append( 0 ); indices.append( 1 );
2987   setPreferenceProperty( orient, "strings", orients );
2988   setPreferenceProperty( orient, "indexes", indices );
2989
2990   int posVSizeGr = addPreference( tr( "SMESH_POSITION_SIZE_SCALARBAR" ) + " " + tr( "SMESH_VERTICAL" ), sbarTab );
2991   int xv = addPreference( tr( "SMESH_X_SCALARBAR" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_x" );
2992   int yv = addPreference( tr( "SMESH_Y_SCALARBAR" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_y" );
2993   int wv = addPreference( tr( "SMESH_WIDTH" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_width" );
2994   int hv = addPreference( tr( "SMESH_HEIGHT" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_height" );
2995   setPreferenceProperty( xv, "step", 0.1 );
2996   setPreferenceProperty( xv, "min", 0.0 );
2997   setPreferenceProperty( xv, "max", 1.0 );
2998   setPreferenceProperty( yv, "step", 0.1 );
2999   setPreferenceProperty( yv, "min", 0.0 );
3000   setPreferenceProperty( yv, "max", 1.0 );
3001   setPreferenceProperty( wv, "step", 0.1 );
3002   setPreferenceProperty( wv, "min", 0.0 );
3003   setPreferenceProperty( wv, "max", 1.0 );
3004   setPreferenceProperty( hv, "min", 0.0 );
3005   setPreferenceProperty( hv, "max", 1.0 );
3006   setPreferenceProperty( hv, "step", 0.1 );
3007
3008   int posHSizeGr = addPreference( tr( "SMESH_POSITION_SIZE_SCALARBAR" ) + " " + tr( "SMESH_HORIZONTAL" ), sbarTab );
3009   int xh = addPreference( tr( "SMESH_X_SCALARBAR" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_x" );
3010   int yh = addPreference( tr( "SMESH_Y_SCALARBAR" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_y" );
3011   int wh = addPreference( tr( "SMESH_WIDTH" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_width" );
3012   int hh = addPreference( tr( "SMESH_HEIGHT" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_height" );
3013   setPreferenceProperty( xv, "min", 0.0 );
3014   setPreferenceProperty( xv, "max", 1.0 );
3015   setPreferenceProperty( xv, "step", 0.1 );
3016   setPreferenceProperty( xh, "min", 0.0 );
3017   setPreferenceProperty( xh, "max", 1.0 );
3018   setPreferenceProperty( xh, "step", 0.1 );
3019   setPreferenceProperty( yh, "min", 0.0 );
3020   setPreferenceProperty( yh, "max", 1.0 );
3021   setPreferenceProperty( yh, "step", 0.1 );
3022   setPreferenceProperty( wh, "min", 0.0 );
3023   setPreferenceProperty( wh, "max", 1.0 );
3024   setPreferenceProperty( wh, "step", 0.1 );
3025   setPreferenceProperty( hh, "min", 0.0 );
3026   setPreferenceProperty( hh, "max", 1.0 );
3027   setPreferenceProperty( hh, "step", 0.1 );
3028 }
3029
3030 void SMESHGUI::preferencesChanged( const QString& sect, const QString& name )
3031 {
3032   if( sect=="SMESH" )
3033     if( name=="selection_object_color" || name=="selection_element_color" || 
3034         name=="selection_width" || name=="highlight_color" || name=="highlight_width" ||
3035         name=="selection_precision_node" || name=="selection_precision_element" )
3036       SMESH::UpdateSelectionProp( this );
3037 }
3038
3039 //================================================================================
3040 /*!
3041  * \brief Update something in accordance with update flags
3042   * \param theFlags - update flags
3043 *
3044 * Update viewer or/and object browser etc. in accordance with update flags ( see
3045 * LightApp_UpdateFlags enumeration ).
3046 */
3047 //================================================================================
3048 void SMESHGUI::update( const int flags )
3049 {
3050   if ( flags & UF_Viewer | flags & UF_Forced )
3051     SMESH::UpdateView();
3052   else
3053     SalomeApp_Module::update( flags );
3054 }
3055
3056 //================================================================================
3057 /*!
3058  * \brief Set default selection mode
3059 *
3060 * SLOT called when operation commited. Sets default selection mode
3061 */
3062 //================================================================================
3063 void SMESHGUI::onOperationCommited( SUIT_Operation* )
3064 {
3065   SVTK_ViewWindow* vtkWnd =
3066     dynamic_cast<SVTK_ViewWindow*>( application()->desktop()->activeWindow() );
3067   if ( vtkWnd )
3068     vtkWnd->SetSelectionMode( ActorSelection );
3069 }
3070
3071 //================================================================================
3072 /*!
3073  * \brief Set default selection mode
3074 *
3075 * SLOT called when operation aborted. Sets default selection mode
3076 */
3077 //================================================================================
3078 void SMESHGUI::onOperationAborted( SUIT_Operation* )
3079 {
3080   SVTK_ViewWindow* vtkWnd =
3081     dynamic_cast<SVTK_ViewWindow*>( application()->desktop()->activeWindow() );
3082   if ( vtkWnd )
3083     vtkWnd->SetSelectionMode( ActorSelection );
3084 }
3085
3086 //================================================================================
3087 /*!
3088  * \brief Creates operation with given identifier
3089   * \param id - identifier of operation to be started
3090   * \return Pointer on created operation or NULL if operation is not created
3091 *
3092 * Virtual method redefined from the base class creates operation with given id.
3093 * It is called called automatically from startOperation method of base class.
3094 */
3095 //================================================================================
3096 LightApp_Operation* SMESHGUI::createOperation( const int id ) const
3097 {
3098   LightApp_Operation* op = 0;
3099   // to do : create operation here
3100   switch( id )
3101   {
3102     case 702: // Create mesh
3103       op = new SMESHGUI_MeshOp( true, true );
3104     break;
3105     case 703: // Create sub-mesh
3106       op = new SMESHGUI_MeshOp( true, false );
3107     break;
3108     case 704: // Edit mesh/sub-mesh
3109       op = new SMESHGUI_MeshOp( false );
3110     break;
3111     default:
3112     break;
3113   }
3114
3115   if( !op )
3116     op = SalomeApp_Module::createOperation( id );
3117   return op;
3118 }
3119
3120 LightApp_Displayer* SMESHGUI::displayer()
3121 {
3122   if( !myDisplayer )
3123     myDisplayer = new SMESHGUI_Displayer( getApp() );
3124   return myDisplayer;
3125 }