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