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