Salome HOME
10e2d8820976b0972dd28381ac3be3523d3a4904
[modules/smesh.git] / src / SMESHGUI / SMESHGUI.cxx
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  Copyright (C) 2003-2007  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.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 // SMESH SMESHGUI : GUI for SMESH component
23 // File   : SMESHGUI.cxx
24 // Author : Nicolas REJNERI, Open CASCADE S.A.S.
25 // SMESH includes
26
27 #include "SMESHGUI.h"
28 #include "SMESHGUI_NodesDlg.h"
29 #include "SMESHGUI_TransparencyDlg.h"
30 #include "SMESHGUI_ClippingDlg.h"
31 #include "SMESHGUI_GroupDlg.h"
32 #include "SMESHGUI_RemoveNodesDlg.h"
33 #include "SMESHGUI_RemoveElementsDlg.h"
34 #include "SMESHGUI_MeshInfosDlg.h"
35 #include "SMESHGUI_StandardMeshInfosDlg.h"
36 #include "SMESHGUI_WhatIsDlg.h"
37 #include "SMESHGUI_Preferences_ColorDlg.h"
38 #include "SMESHGUI_Preferences_ScalarBarDlg.h"
39 #include "SMESHGUI_Hypotheses.h"
40 #include "SMESHGUI_MoveNodesDlg.h"
41 #include "SMESHGUI_AddMeshElementDlg.h"
42 #include "SMESHGUI_AddQuadraticElementDlg.h"
43 #include "SMESHGUI_FilterDlg.h"
44 #include "SMESHGUI_FilterLibraryDlg.h"
45 #include "SMESHGUI_SingleEditDlg.h"
46 #include "SMESHGUI_MultiEditDlg.h"
47 #include "SMESHGUI_GroupOpDlg.h"
48 #include "SMESHGUI_GroupOnShapeDlg.h"
49 #include "SMESHGUI_DeleteGroupDlg.h"
50 #include "SMESHGUI_SmoothingDlg.h"
51 #include "SMESHGUI_RenumberingDlg.h"
52 #include "SMESHGUI_ExtrusionDlg.h"
53 #include "SMESHGUI_ExtrusionAlongPathDlg.h"
54 #include "SMESHGUI_RevolutionDlg.h"
55 #include "SMESHGUI_TranslationDlg.h"
56 #include "SMESHGUI_RotationDlg.h"
57 #include "SMESHGUI_SymmetryDlg.h"
58 #include "SMESHGUI_SewingDlg.h"
59 #include "SMESHGUI_EditMeshDlg.h"
60 #include "SMESHGUI_MeshPatternDlg.h"
61 #include "SMESHGUI_Selection.h"
62 #include "SMESHGUI_CreatePolyhedralVolumeDlg.h"
63 #include "SMESHGUI_ConvToQuadOp.h"
64 #include "SMESHGUI_MeshOp.h"
65 #include "SMESHGUI_Displayer.h"
66 #include "SMESHGUI_MakeNodeAtPointDlg.h"
67 #include "SMESHGUI_BuildCompoundDlg.h"
68 #include "SMESHGUI_ComputeDlg.h"
69 #include "SMESHGUI_FileInfoDlg.h"
70 #include "SMESHGUI_Make2DFrom3DOp.h"
71
72 #include "SMESHGUI_Utils.h"
73 #include "SMESHGUI_MeshUtils.h"
74 #include "SMESHGUI_GroupUtils.h"
75 #include "SMESHGUI_FilterUtils.h"
76 #include "SMESHGUI_PatternUtils.h"
77 #include "SMESHGUI_VTKUtils.h"
78 #include "SMESHGUI_HypothesesUtils.h"
79
80 #include <SMESH_Client.hxx>
81 #include <SMESH_Actor.h>
82 #include <SMESH_TypeFilter.hxx>
83
84 // SALOME GUI includes
85 #include <SalomeApp_Tools.h>
86 #include <SalomeApp_Study.h>
87 #include <SalomeApp_Application.h>
88 #include <SalomeApp_CheckFileDlg.h>
89
90 #include <LightApp_DataOwner.h>
91 #include <LightApp_Preferences.h>
92 #include <LightApp_SelectionMgr.h>
93 #include <LightApp_UpdateFlags.h>
94 #include <LightApp_NameDlg.h>
95
96 #include <SVTK_ViewWindow.h>
97 #include <SVTK_ViewModel.h>
98 #include <SVTK_ViewManager.h>
99
100 #include <VTKViewer_Algorithm.h>
101
102 #include <SUIT_MessageBox.h>
103 #include <SUIT_ResourceMgr.h>
104 #include <SUIT_FileDlg.h>
105 #include <SUIT_Desktop.h>
106 #include <SUIT_OverrideCursor.h>
107 #include <SUIT_Session.h>
108
109 #include <QtxPopupMgr.h>
110 #include <QtxFontEdit.h>
111
112 #include <SALOME_ListIO.hxx>
113 #include <SALOME_ListIteratorOfListIO.hxx>
114
115 // IDL includes
116 #include <SALOMEconfig.h>
117 #include CORBA_CLIENT_HEADER(SALOMEDS_Attributes)
118 #include CORBA_CLIENT_HEADER(SMESH_MeshEditor)
119
120 // Qt includes
121 // #define       INCLUDE_MENUITEM_DEF // VSR commented ????????
122 #include <QMenu>
123
124 // BOOST includes
125 #include <boost/shared_ptr.hpp>
126
127 // VTK includes
128 #include <vtkScalarBarActor.h>
129 #include <vtkCamera.h>
130 #include <vtkRenderer.h>
131 #include <vtkPlane.h>
132
133 // SALOME KERNEL includes
134 #include <SALOMEDS_Study.hxx>
135 #include <SALOMEDSClient_StudyBuilder.hxx>
136 #include <SALOMEDSClient_SComponent.hxx>
137 #include <SALOMEDSClient_ClientFactory.hxx>
138 #include <SALOMEDSClient_IParameters.hxx>
139
140 // OCCT includes
141 #include <Standard_ErrorHandler.hxx>
142 #include <NCollection_DataMap.hxx>
143
144 //namespace{
145   // Declarations
146   //=============================================================
147   void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,
148                             int theCommandID);
149
150   void ExportMeshToFile(int theCommandID);
151
152   void SetDisplayMode(int theCommandID);
153
154   void SetDisplayEntity(int theCommandID);
155
156   void Control( int theCommandID );
157
158
159   // Definitions
160   //=============================================================
161   void ImportMeshesFromFile( SMESH::SMESH_Gen_ptr theComponentMesh,
162                              int theCommandID )
163   {
164     QStringList filter;
165     std::string myExtension;
166
167     if ( theCommandID == 113 ) {
168       filter.append( QObject::tr( "MED files (*.med)" ) );
169       filter.append( QObject::tr( "All files (*)" ) );
170     }
171     else if ( theCommandID == 112 ) {
172       filter.append( QObject::tr( "IDEAS files (*.unv)" ) );
173     }
174     else if ( theCommandID == 111 ) {
175       filter.append( QObject::tr( "DAT files (*.dat)" ) );
176     }
177
178     QString anInitialPath = "";
179     if ( SUIT_FileDlg::getLastVisitedPath().isEmpty() )
180       anInitialPath = QDir::currentPath();
181
182     QStringList filenames = SUIT_FileDlg::getOpenFileNames( SMESHGUI::desktop(),
183                                                             anInitialPath,
184                                                             filter,
185                                                             QObject::tr( "SMESH_IMPORT_MESH" ) );
186     if ( filenames.count() > 0 ) {
187       SUIT_OverrideCursor wc;
188       _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
189
190       QStringList errors;
191       bool isEmpty = false;
192       for ( QStringList::ConstIterator it = filenames.begin(); it != filenames.end(); ++it ) {
193         QString filename = *it;
194         SMESH::mesh_array_var aMeshes = new SMESH::mesh_array;
195         try {
196           switch ( theCommandID ) {
197           case 111:
198             {
199               // DAT format (currently unsupported)
200               errors.append( QString( "%1 :\n\t%2" ).arg( filename ).
201                              arg( QObject::tr( "SMESH_ERR_NOT_SUPPORTED_FORMAT" ) ) );
202               break;
203             }
204           case 112:
205             {
206               // UNV format
207               aMeshes->length( 1 );
208               aMeshes[0] = theComponentMesh->CreateMeshesFromUNV( filename.toLatin1().constData() );
209               if ( aMeshes[0]->_is_nil() )
210                 errors.append( QString( "%1 :\n\t%2" ).arg( filename ).
211                                arg( QObject::tr( "SMESH_ERR_UNKNOWN_IMPORT_ERROR" ) ) );
212               break;
213             }
214           case 113:
215             {
216               // MED format
217               SMESH::DriverMED_ReadStatus res;
218               aMeshes = theComponentMesh->CreateMeshesFromMED( filename.toLatin1().constData(), res );
219               if ( res != SMESH::DRS_OK ) {
220                 errors.append( QString( "%1 :\n\t%2" ).arg( filename ).
221                                arg( QObject::tr( QString( "SMESH_DRS_%1" ).arg( res ).toLatin1().data() ) ) );
222               }
223               break;
224             }
225           }
226         }
227         catch ( const SALOME::SALOME_Exception& S_ex ) {
228           errors.append( QString( "%1 :\n\t%2" ).arg( filename ).
229                          arg( QObject::tr( "SMESH_ERR_UNKNOWN_IMPORT_ERROR" ) ) );
230         }
231
232         for ( int i = 0, iEnd = aMeshes->length(); i < iEnd; i++ ) {
233           _PTR(SObject) aMeshSO = SMESH::FindSObject( aMeshes[i] );
234           if ( aMeshSO ) {
235             _PTR(StudyBuilder) aBuilder = aStudy->NewBuilder();
236             _PTR(AttributePixMap) aPixmap = aBuilder->FindOrCreateAttribute( aMeshSO, "AttributePixMap" );
237             aPixmap->SetPixMap( "ICON_SMESH_TREE_MESH_IMPORTED" );
238             if ( theCommandID == 112 ) // mesh names aren't taken from the file for UNV import
239               SMESH::SetName( aMeshSO, QFileInfo(filename).fileName() );
240           }
241           else {
242             isEmpty = true;
243           }
244         }
245       }
246
247       // update Object browser
248       SMESHGUI::GetSMESHGUI()->updateObjBrowser();
249
250       // show Error message box if there were errors
251       if ( errors.count() > 0 ) {
252         SUIT_MessageBox::critical( SMESHGUI::desktop(),
253                                    QObject::tr( "SMESH_ERROR" ),
254                                    QObject::tr( "SMESH_IMPORT_ERRORS" ) + "\n" + errors.join( "\n" ) );
255       }
256
257       // show warning message box, if some imported mesh is empty
258       if ( isEmpty ) {
259           SUIT_MessageBox::warning( SMESHGUI::desktop(),
260                                     QObject::tr( "SMESH_WRN_WARNING" ),
261                                     QObject::tr( "SMESH_DRS_SOME_EMPTY" ) );
262       }
263     }
264   }
265
266   void ExportMeshToFile( int theCommandID )
267   {
268     LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
269     SALOME_ListIO selected;
270     if( aSel )
271       aSel->selectedObjects( selected );
272
273     SMESH::SMESH_Mesh_var aMesh;
274     if(selected.Extent() == 1)
275       aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(selected.First());
276     if ( aMesh->_is_nil() ) {
277       SUIT_MessageBox::warning( SMESHGUI::desktop(),
278                                 QObject::tr( "SMESH_WRN_WARNING" ),
279                                 QObject::tr( "SMESH_BAD_MESH_SELECTION" ));
280       return;
281     }
282
283     Handle(SALOME_InteractiveObject) anIObject = selected.First();
284     QString aFilter, aTitle = QObject::tr("Export mesh");
285     QMap<QString, SMESH::MED_VERSION> aFilterMap;
286     QMap<QString, int> aFilterMapSTL;
287     switch ( theCommandID ) {
288     case 125:
289     case 122:
290       {
291         if (aMesh->HasDuplicatedGroupNamesMED()) {
292           int aRet = SUIT_MessageBox::warning
293             (SMESHGUI::desktop(),
294              QObject::tr("SMESH_WRN_WARNING"),
295              QObject::tr("SMESH_EXPORT_MED_DUPLICATED_GRP").arg(anIObject->getName()),
296              SUIT_MessageBox::Yes | SUIT_MessageBox::No, SUIT_MessageBox::Yes);
297           if (aRet != SUIT_MessageBox::Yes)
298             return;
299         }
300         // PAL18696
301         QString v21 (aMesh->GetVersionString(SMESH::MED_V2_1, 2));
302         QString v22 (aMesh->GetVersionString(SMESH::MED_V2_2, 2));
303         aFilterMap.insert( QString("MED ") +  v21 + " (*.med)", SMESH::MED_V2_1 );
304         aFilterMap.insert( QString("MED ") +  v22 + " (*.med)", SMESH::MED_V2_2 );
305       }
306       break;
307     case 124:
308     case 121:
309       aFilter = QObject::tr("DAT files (*.dat)");
310       break;
311     case 126:
312     case 123:
313       {
314         if (aMesh->NbPyramids()) {
315           int aRet = SUIT_MessageBox::warning
316             (SMESHGUI::desktop(),
317              QObject::tr("SMESH_WRN_WARNING"),
318              QObject::tr("SMESH_EXPORT_UNV").arg(anIObject->getName()),
319              SUIT_MessageBox::Yes | SUIT_MessageBox::No, SUIT_MessageBox::Yes);
320           if (aRet != SUIT_MessageBox::Yes)
321             return;
322         }
323         aFilter = QObject::tr("IDEAS files (*.unv)");
324       }
325       break;
326     case 140:
327     case 141:
328       {
329         // export STL
330         /*
331           there must be check on others mesh elements not equal triangles
332         */
333         if (aMesh->NbTriangles() < 1) {
334           SUIT_MessageBox::warning
335             (SMESHGUI::desktop(),
336              QObject::tr("SMESH_WRN_WARNING"),
337              QObject::tr("SMESH_EXPORT_STL1").arg(anIObject->getName()));
338           return;
339         }
340         if (!(aMesh->NbElements() - aMesh->NbTriangles())) {
341           int aRet = SUIT_MessageBox::warning
342             (SMESHGUI::desktop(),
343              QObject::tr("SMESH_WRN_WARNING"),
344              QObject::tr("SMESH_EXPORT_STL2").arg(anIObject->getName()),
345              SUIT_MessageBox::Yes | SUIT_MessageBox::No, SUIT_MessageBox::Yes);
346           if (aRet != SUIT_MessageBox::Yes)
347             return;
348         }
349
350         aFilterMapSTL.insert( QObject::tr("STL ASCII  (*.stl)"), 1 ); // 1 - ASCII mode
351         aFilterMapSTL.insert( QObject::tr("STL Binary (*.stl)"), 0 ); // 0 - Binary mode
352       }
353       break;
354     default:
355       return;
356     }
357
358     QString aFilename;
359     SMESH::MED_VERSION aFormat;
360     // Init the parameter with the default value
361     bool aIsASCII_STL = true;
362     bool toCreateGroups = false;
363     SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
364     if ( resMgr )
365       toCreateGroups = resMgr->booleanValue( "SMESH", "auto_groups", false );
366
367     QString anInitialPath = "";
368     if ( SUIT_FileDlg::getLastVisitedPath().isEmpty() )
369       anInitialPath = QDir::currentPath();
370
371     if ( theCommandID != 122 && theCommandID != 125 && theCommandID != 140 && theCommandID != 141) {
372       if ( anInitialPath.isEmpty() ) anInitialPath = SUIT_FileDlg::getLastVisitedPath();
373       aFilename = SUIT_FileDlg::getFileName(SMESHGUI::desktop(), anInitialPath + QString("/") + anIObject->getName(),
374                                             aFilter, aTitle, false);
375     }
376     else if(theCommandID == 140 || theCommandID == 141) { // Export to STL
377       QStringList filters;
378       QMap<QString, int>::const_iterator it = aFilterMapSTL.begin();
379       for ( ; it != aFilterMapSTL.end(); ++it )
380         filters.push_back( it.key() );
381
382       SUIT_FileDlg* fd = new SUIT_FileDlg( SMESHGUI::desktop(), false, true, true );
383       fd->setWindowTitle( aTitle );
384       fd->setFilters( filters );
385       fd->selectFilter( QObject::tr("STL ASCII  (*.stl)") );
386       if ( !anInitialPath.isEmpty() )
387         fd->setDirectory( anInitialPath );
388       fd->selectFile(anIObject->getName());
389       bool is_ok = false;
390       while (!is_ok) {
391         if ( fd->exec() )
392           aFilename = fd->selectedFile();
393         aIsASCII_STL = (aFilterMapSTL[fd->selectedFilter()]) == 1 ? true: false;
394         is_ok = true;
395       }
396       delete fd;
397     }
398     else { // Export to MED
399       QStringList filters;
400       QString aDefaultFilter;
401       QMap<QString, SMESH::MED_VERSION>::const_iterator it = aFilterMap.begin();
402       for ( ; it != aFilterMap.end(); ++it ) {
403         filters.push_back( it.key() );
404         if (it.value() == SMESH::MED_V2_2)
405           aDefaultFilter = it.key();
406       }
407
408       //SUIT_FileDlg* fd = new SUIT_FileDlg( SMESHGUI::desktop(), false, true, true );
409       SalomeApp_CheckFileDlg* fd = new SalomeApp_CheckFileDlg
410         ( SMESHGUI::desktop(), false, QObject::tr("SMESH_AUTO_GROUPS"), true, true );
411       fd->setWindowTitle( aTitle );
412       fd->setFilters( filters );
413       //fd->setSelectedFilter( QObject::tr("MED 2.2 (*.med)") );
414       fd->selectFilter(aDefaultFilter);
415       fd->SetChecked(toCreateGroups);
416       if ( !anInitialPath.isEmpty() )
417         fd->setDirectory( anInitialPath );
418       fd->selectFile(anIObject->getName());
419       bool is_ok = false;
420       while (!is_ok) {
421         if ( fd->exec() )
422           aFilename = fd->selectedFile();
423         aFormat = aFilterMap[fd->selectedFilter()];
424         is_ok = true;
425         if ( !aFilename.isEmpty()
426              && (aMesh->NbPolygons()>0 || aMesh->NbPolyhedrons()>0)
427              && aFormat==SMESH::MED_V2_1) {
428           int aRet = SUIT_MessageBox::warning(SMESHGUI::desktop(),
429                                               QObject::tr("SMESH_WRN_WARNING"),
430                                               QObject::tr("SMESH_EXPORT_MED_V2_1").arg(anIObject->getName()),
431                                               SUIT_MessageBox::Yes | SUIT_MessageBox::No, SUIT_MessageBox::Yes);
432           if (aRet != SUIT_MessageBox::Yes) {
433             is_ok = false;
434           }
435         }
436       }
437       toCreateGroups = fd->IsChecked();
438       delete fd;
439     }
440     if ( !aFilename.isEmpty() ) {
441       // Check whether the file already exists and delete it if yes
442       QFile aFile( aFilename );
443       if ( aFile.exists() )
444         aFile.remove();
445       SUIT_OverrideCursor wc;
446
447       try {
448         bool Renumber = false;
449         // PAL 14172  : Check of we have to renumber or not from the preferences before export
450         if (resMgr)
451           Renumber= resMgr->booleanValue("SMESH","renumbering");
452         if (Renumber){
453           SMESH::SMESH_MeshEditor_var aMeshEditor = aMesh->GetMeshEditor();
454           aMeshEditor->RenumberNodes();
455           aMeshEditor->RenumberElements();
456           if ( SMESHGUI::automaticUpdate() )
457             SMESH::UpdateView();
458         }
459         switch ( theCommandID ) {
460         case 125:
461         case 122:
462           aMesh->ExportToMED( aFilename.toLatin1().data(), toCreateGroups, aFormat );
463           break;
464         case 124:
465         case 121:
466           aMesh->ExportDAT( aFilename.toLatin1().data() );
467           break;
468         case 126:
469         case 123:
470           aMesh->ExportUNV( aFilename.toLatin1().data() );
471           break;
472         case 140:
473         case 141:
474           aMesh->ExportSTL( aFilename.toLatin1().data(), aIsASCII_STL );
475           break;
476         default:
477           break;
478         }
479       }
480       catch (const SALOME::SALOME_Exception& S_ex){
481         wc.suspend();
482         SUIT_MessageBox::warning(SMESHGUI::desktop(),
483                                  QObject::tr("SMESH_WRN_WARNING"),
484                                  QObject::tr("SMESH_EXPORT_FAILED"));
485         wc.resume();
486       }
487     }
488   }
489
490   inline void InverseEntityMode(unsigned int& theOutputMode,
491                                 unsigned int theMode)
492   {
493     bool anIsNotPresent = ~theOutputMode & theMode;
494     if(anIsNotPresent)
495       theOutputMode |= theMode;
496     else
497       theOutputMode &= ~theMode;
498   }
499
500   void SetDisplayEntity(int theCommandID){
501     LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
502     SALOME_ListIO selected;
503     if( aSel )
504       aSel->selectedObjects( selected );
505
506     if(selected.Extent() >= 1){
507       SALOME_ListIteratorOfListIO It( selected );
508       for( ; It.More(); It.Next()){
509         Handle(SALOME_InteractiveObject) IObject = It.Value();
510         if(IObject->hasEntry()){
511           if(SMESH_Actor *anActor = SMESH::FindActorByEntry(IObject->getEntry())){
512             unsigned int aMode = anActor->GetEntityMode();
513             switch(theCommandID){
514             case 216:
515               InverseEntityMode(aMode,SMESH_Actor::e0DElements);
516               break;
517             case 217:
518               InverseEntityMode(aMode,SMESH_Actor::eEdges);
519               break;
520             case 218:
521               InverseEntityMode(aMode,SMESH_Actor::eFaces);
522               break;
523             case 219:
524               InverseEntityMode(aMode,SMESH_Actor::eVolumes);
525               break;
526             case 220:
527               aMode = SMESH_Actor::eAllEntity;
528               break;
529             }
530             if(aMode)
531               anActor->SetEntityMode(aMode);
532           }
533         }
534       }
535     }
536   }
537
538   void AutoColor(){
539     SALOME_ListIO selected;
540     SalomeApp_Application* app = dynamic_cast< SalomeApp_Application* >( SUIT_Session::session()->activeApplication() );
541     if( !app )
542       return;
543
544     LightApp_SelectionMgr* aSel = app->selectionMgr();
545     SalomeApp_Study* appStudy = dynamic_cast<SalomeApp_Study*>( app->activeStudy() );
546     if( !aSel || !appStudy )
547       return;
548
549     aSel->selectedObjects( selected );
550     if( selected.IsEmpty() )
551       return;
552
553     Handle(SALOME_InteractiveObject) anIObject = selected.First();
554
555     _PTR(Study) aStudy = appStudy->studyDS();
556     _PTR(SObject) aMainSObject( aStudy->FindObjectID( anIObject->getEntry() ) );
557     SMESH::SMESH_Mesh_var aMainObject = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(anIObject);
558     if( aMainObject->_is_nil() )
559       return;
560
561     aMainObject->SetAutoColor( true );
562
563     QList<SALOMEDS::Color> aReservedColors;
564
565     SMESH::ListOfGroups aListOfGroups = *aMainObject->GetGroups();
566     for( int i = 0, n = aListOfGroups.length(); i < n; i++ )
567     {
568       SMESH::SMESH_GroupBase_var aGroupObject = aListOfGroups[i];
569       SALOMEDS::Color aCurrentColor = aGroupObject->GetColor();
570
571       SALOMEDS::Color aColor = SMESHGUI::getUniqueColor( aReservedColors );
572       aGroupObject->SetColor( aColor );
573       aReservedColors.append( aColor );
574
575       _PTR(SObject) aGroupSObject = SMESH::FindSObject(aGroupObject);
576       if(SMESH_Actor *anActor = SMESH::FindActorByEntry(aGroupSObject->GetID().c_str()))
577       {
578         if( aGroupObject->GetType() == SMESH::NODE )
579           anActor->SetNodeColor( aColor.R, aColor.G, aColor.B );
580         else if( aGroupObject->GetType() == SMESH::EDGE )
581           anActor->SetEdgeColor( aColor.R, aColor.G, aColor.B );
582         else
583           anActor->SetSufaceColor( aColor.R, aColor.G, aColor.B );
584       }
585     }
586
587     SMESH::RepaintCurrentView();
588   }
589
590   void DisableAutoColor(){
591     LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
592     SALOME_ListIO selected;
593     if( aSel )
594       aSel->selectedObjects( selected );
595
596     if(selected.Extent()){
597       Handle(SALOME_InteractiveObject) anIObject = selected.First();
598       SMESH::SMESH_Mesh_var aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(anIObject);
599       if ( !aMesh->_is_nil() ) {
600         aMesh->SetAutoColor( false );
601       }
602     }
603   }
604
605   void SetDisplayMode(int theCommandID){
606     SALOME_ListIO selected;
607     SalomeApp_Application* app = dynamic_cast< SalomeApp_Application* >( SUIT_Session::session()->activeApplication() );
608     if( !app )
609       return;
610
611     LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
612     SalomeApp_Study* appStudy = dynamic_cast<SalomeApp_Study*>( app->activeStudy() );
613     if( !aSel || !appStudy )
614       return;
615
616     _PTR(Study) aStudy = appStudy->studyDS();
617
618     aSel->selectedObjects( selected );
619
620     if(selected.Extent() >= 1){
621       switch(theCommandID){
622       case 1134:{
623         SMESHGUI::GetSMESHGUI()->EmitSignalDeactivateDialog();
624         (new SMESHGUI_ClippingDlg( SMESHGUI::GetSMESHGUI() ))->show();
625         return;
626       }
627       case 1133:{
628         SMESHGUI::GetSMESHGUI()->EmitSignalDeactivateDialog();
629         (new SMESHGUI_TransparencyDlg( SMESHGUI::GetSMESHGUI() ))->show();
630         return;
631       }}
632       SALOME_ListIteratorOfListIO It( selected );
633       for( ; It.More(); It.Next()){
634         Handle(SALOME_InteractiveObject) IObject = It.Value();
635         if(IObject->hasEntry()){
636           if(SMESH_Actor *anActor = SMESH::FindActorByEntry(IObject->getEntry())){
637             switch(theCommandID){
638             case 211:
639               anActor->SetRepresentation(SMESH_Actor::eEdge);
640               break;
641             case 212:
642               anActor->SetRepresentation(SMESH_Actor::eSurface);
643               break;
644             case 213:
645               if(anActor->IsShrunk())
646                 anActor->UnShrink();
647               else
648                 anActor->SetShrink();
649               break;
650             case 215:
651               anActor->SetRepresentation(SMESH_Actor::ePoint);
652               break;
653             case 231:
654               if(anActor->GetQuadratic2DRepresentation() != SMESH_Actor::eLines)
655                 anActor->SetQuadratic2DRepresentation(SMESH_Actor::eLines);
656               break;
657             case 232:
658               if(anActor->GetQuadratic2DRepresentation() != SMESH_Actor::eArcs)
659                 anActor->SetQuadratic2DRepresentation(SMESH_Actor::eArcs);
660               break;
661             case 1132:{
662               vtkFloatingPointType color[3];
663               anActor->GetSufaceColor(color[0], color[1], color[2]);
664               int c0 = int (color[0] * 255);
665               int c1 = int (color[1] * 255);
666               int c2 = int (color[2] * 255);
667               QColor c(c0, c1, c2);
668
669               vtkFloatingPointType edgecolor[3];
670               anActor->GetEdgeColor(edgecolor[0], edgecolor[1], edgecolor[2]);
671               c0 = int (edgecolor[0] * 255);
672               c1 = int (edgecolor[1] * 255);
673               c2 = int (edgecolor[2] * 255);
674               QColor e(c0, c1, c2);
675
676               vtkFloatingPointType backfacecolor[3];
677               anActor->GetBackSufaceColor(backfacecolor[0], backfacecolor[1], backfacecolor[2]);
678               c0 = int (backfacecolor[0] * 255);
679               c1 = int (backfacecolor[1] * 255);
680               c2 = int (backfacecolor[2] * 255);
681               QColor b(c0, c1, c2);
682
683               vtkFloatingPointType nodecolor[3];
684               anActor->GetNodeColor(nodecolor[0], nodecolor[1], nodecolor[2]);
685               c0 = int (nodecolor[0] * 255);
686               c1 = int (nodecolor[1] * 255);
687               c2 = int (nodecolor[2] * 255);
688               QColor n(c0, c1, c2);
689
690               int Edgewidth = (int)anActor->GetLineWidth();
691               if(Edgewidth == 0)
692                 Edgewidth = 1;
693               int intValue = int(anActor->GetNodeSize());
694               vtkFloatingPointType Shrink = anActor->GetShrinkFactor();
695
696               SMESHGUI_Preferences_ColorDlg *aDlg =
697                 new SMESHGUI_Preferences_ColorDlg( SMESHGUI::GetSMESHGUI() );
698               aDlg->SetColor(1, c);
699               aDlg->SetColor(2, e);
700               aDlg->SetColor(3, n);
701               aDlg->SetColor(4, b);
702               aDlg->SetIntValue(1, Edgewidth);
703               aDlg->SetIntValue(2, intValue);
704               aDlg->SetIntValue(3, int(Shrink*100.));
705               if(aDlg->exec()){
706                 QColor color = aDlg->GetColor(1);
707                 QColor edgecolor = aDlg->GetColor(2);
708                 QColor nodecolor = aDlg->GetColor(3);
709                 QColor backfacecolor = aDlg->GetColor(4);
710                 /* actor color and backface color */
711                 anActor->SetSufaceColor(vtkFloatingPointType (color.red()) / 255.,
712                                         vtkFloatingPointType (color.green()) / 255.,
713                                         vtkFloatingPointType (color.blue()) / 255.);
714                 anActor->SetBackSufaceColor(vtkFloatingPointType (backfacecolor.red()) / 255.,
715                                             vtkFloatingPointType (backfacecolor.green()) / 255.,
716                                             vtkFloatingPointType (backfacecolor.blue()) / 255.);
717
718                 /* edge color */
719                 anActor->SetEdgeColor(vtkFloatingPointType (edgecolor.red()) / 255.,
720                                       vtkFloatingPointType (edgecolor.green()) / 255.,
721                                       vtkFloatingPointType (edgecolor.blue()) / 255.);
722
723                 /* Shrink factor and size edges */
724                 anActor->SetShrinkFactor(aDlg->GetIntValue(3) / 100.);
725                 anActor->SetLineWidth(aDlg->GetIntValue(1));
726
727                 /* Nodes color and size */
728                 anActor->SetNodeColor(vtkFloatingPointType (nodecolor.red()) / 255.,
729                                       vtkFloatingPointType (nodecolor.green()) / 255.,
730                                       vtkFloatingPointType (nodecolor.blue()) / 255.);
731                 anActor->SetNodeSize(aDlg->GetIntValue(2));
732
733                 SMESH::SMESH_GroupBase_var aGroupObject = SMESH::IObjectToInterface<SMESH::SMESH_GroupBase>(IObject);
734                 if( !aGroupObject->_is_nil() )
735                 {
736                   SMESH::ElementType anElementType = aGroupObject->GetType();
737                   QColor aColor;
738                   switch( anElementType )
739                   {
740                     case SMESH::NODE: aColor = nodecolor; break;
741                     case SMESH::EDGE: aColor = edgecolor; break;
742                     default: aColor = color; break;
743                   }
744
745                   SALOMEDS::Color aGroupColor;
746                   aGroupColor.R = (float)aColor.red() / 255.0;
747                   aGroupColor.G = (float)aColor.green() / 255.0;
748                   aGroupColor.B = (float)aColor.blue() / 255.0;
749                   aGroupObject->SetColor( aGroupColor );
750                 }
751
752                 delete aDlg;
753               }
754               break;
755             }}
756           }
757         }
758       }
759       SMESH::RepaintCurrentView();
760     }
761   }
762
763   void Control( int theCommandID )
764   {
765     LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
766     SALOME_ListIO selected;
767     if( aSel )
768       aSel->selectedObjects( selected );
769
770     if( !selected.IsEmpty() ){
771       Handle(SALOME_InteractiveObject) anIO = selected.First();
772       if(!anIO.IsNull()){
773         QString aTitle;
774         SMESH_Actor::eControl aControl = SMESH_Actor::eNone;
775         if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIO->getEntry())){
776           switch ( theCommandID ){
777           case 6001:
778             aTitle = QObject::tr( "LENGTH_EDGES" );
779             aControl = SMESH_Actor::eLength;
780             break;
781           case 6018:
782             aTitle = QObject::tr( "LENGTH2D_EDGES" );
783             aControl = SMESH_Actor::eLength2D;
784             break;
785           case 6002:
786             aTitle = QObject::tr( "FREE_EDGES" );
787             aControl = SMESH_Actor::eFreeEdges;
788             break;
789           case 6003:
790             aTitle = QObject::tr( "FREE_BORDERS" );
791             aControl = SMESH_Actor::eFreeBorders;
792             break;
793           case 6004:
794             aTitle = QObject::tr( "MULTI_BORDERS" );
795             aControl = SMESH_Actor::eMultiConnection;
796             break;
797           case 6005:
798             aTitle = QObject::tr( "FREE_NODES" );
799             aControl = SMESH_Actor::eFreeNodes;
800             break;
801           case 6019:
802             aTitle = QObject::tr( "MULTI2D_BORDERS" );
803             aControl = SMESH_Actor::eMultiConnection2D;
804             break;
805           case 6011:
806             aTitle = QObject::tr( "AREA_ELEMENTS" );
807             aControl = SMESH_Actor::eArea;
808             break;
809           case 6012:
810             aTitle = QObject::tr( "TAPER_ELEMENTS" );
811             aControl = SMESH_Actor::eTaper;
812             break;
813           case 6013:
814             aTitle = QObject::tr( "ASPECTRATIO_ELEMENTS" );
815             aControl = SMESH_Actor::eAspectRatio;
816             break;
817           case 6017:
818             aTitle = QObject::tr( "ASPECTRATIO_3D_ELEMENTS" );
819             aControl = SMESH_Actor::eAspectRatio3D;
820             break;
821           case 6014:
822             aTitle = QObject::tr( "MINIMUMANGLE_ELEMENTS" );
823             aControl = SMESH_Actor::eMinimumAngle;
824             break;
825           case 6015:
826             aTitle = QObject::tr( "WARP_ELEMENTS" );
827             aControl = SMESH_Actor::eWarping;
828             break;
829           case 6016:
830             aTitle = QObject::tr( "SKEW_ELEMENTS" );
831             aControl = SMESH_Actor::eSkew;
832             break;
833           case 6009:
834             aTitle = QObject::tr( "SMESH_VOLUME" );
835             aControl = SMESH_Actor::eVolume3D;
836             break;
837           case 6021:
838             aTitle = QObject::tr( "FREE_FACES" );
839             aControl = SMESH_Actor::eFreeFaces;
840             break;
841           }
842           anActor->SetControlMode(aControl);
843           anActor->GetScalarBarActor()->SetTitle(aTitle.toLatin1().data());
844           SMESH::RepaintCurrentView();
845         }
846       }
847     }
848   }
849
850
851   bool CheckOIType(const Handle(SALOME_InteractiveObject) & theIO,
852                    MeshObjectType                           theType,
853                    const QString                            theInTypeName,
854                    QString &                                theOutTypeName)
855   {
856     SMESH_TypeFilter aTypeFilter( theType );
857     QString entry;
858     if( !theIO.IsNull() )
859     {
860       entry = theIO->getEntry();
861       LightApp_DataOwner owner( entry );
862       if ( aTypeFilter.isOk( &owner )) {
863         theOutTypeName = theInTypeName;
864         return true;
865       }
866     }
867     return false;
868   }
869
870
871   QString CheckTypeObject(const Handle(SALOME_InteractiveObject) & theIO)
872   {
873     _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
874     _PTR(SObject) aSObj = aStudy->FindObjectID(theIO->getEntry());
875     if (aSObj) {
876       _PTR(SComponent) aSComp = aSObj->GetFatherComponent();
877       CORBA::String_var anID = aSComp->GetID().c_str();
878       if (!strcmp(anID.in(),theIO->getEntry()))
879         return "Component";
880     }
881
882     QString aTypeName;
883     if (
884         CheckOIType ( theIO, HYPOTHESIS,    "Hypothesis", aTypeName ) ||
885         CheckOIType ( theIO, ALGORITHM,     "Algorithm",  aTypeName ) ||
886         CheckOIType ( theIO, MESH,          "Mesh",       aTypeName ) ||
887         CheckOIType ( theIO, SUBMESH,       "SubMesh",    aTypeName ) ||
888         CheckOIType ( theIO, GROUP,         "Group",      aTypeName )
889         )
890       return aTypeName;
891
892     return "NoType";
893   }
894
895
896   QString CheckHomogeneousSelection()
897   {
898     //SUIT_Study* aStudy = SMESH::GetActiveStudy();
899     LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
900     SALOME_ListIO selected;
901     if( aSel )
902       aSel->selectedObjects( selected );
903
904     QString RefType = CheckTypeObject(selected.First());
905     SALOME_ListIteratorOfListIO It(selected);
906     for ( ; It.More(); It.Next())
907       {
908         Handle(SALOME_InteractiveObject) IObject = It.Value();
909         QString Type = CheckTypeObject(IObject);
910         if (Type.compare(RefType) != 0)
911           return "Heterogeneous Selection";
912       }
913
914     return RefType;
915   }
916
917
918   void SMESHGUI::OnEditDelete()
919   {
920     // VSR 17/11/04: check if all objects selected belong to SMESH component --> start
921     LightApp_SelectionMgr* aSel = SMESHGUI::selectionMgr();
922     SALOME_ListIO selected; aSel->selectedObjects( selected, QString::null, false );
923
924     _PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
925     _PTR(StudyBuilder) aStudyBuilder = aStudy->NewBuilder();
926     _PTR(GenericAttribute) anAttr;
927     _PTR(AttributeIOR) anIOR;
928
929     int objectCount = 0;
930     QString aNameList;
931     QString aParentComponent = QString::null;
932     Handle(SALOME_InteractiveObject) anIO;
933     for( SALOME_ListIteratorOfListIO anIt( selected ); anIt.More(); anIt.Next() )
934     {
935       anIO = anIt.Value();
936       QString cur = anIO->getComponentDataType();
937       _PTR(SObject) aSO = aStudy->FindObjectID(anIO->getEntry());
938       if (aSO) {
939         // check if object is reference
940         _PTR(SObject) aRefSObj;
941         aNameList.append("\n    - ");
942         if ( aSO->ReferencedObject( aRefSObj ) ) {
943           QString aRefName = QString::fromStdString ( aRefSObj->GetName() );
944           aNameList.append( aRefName );
945           cur = QString::fromStdString ( aRefSObj->GetFatherComponent()->ComponentDataType() );
946         }
947         else
948           aNameList.append(anIO->getName());
949         objectCount++;
950       }
951
952       if( aParentComponent.isNull() )
953         aParentComponent = cur;
954       else if( !aParentComponent.isEmpty() && aParentComponent!=cur )
955         aParentComponent = "";
956     }
957
958     if ( objectCount == 0 )
959       return; // No Valid Objects Selected
960
961     if ( aParentComponent != SMESHGUI::GetSMESHGUI()->name() )  {
962       SUIT_MessageBox::warning( SMESHGUI::desktop(),
963                                 QObject::tr("ERR_ERROR"),
964                                 QObject::tr("NON_SMESH_OBJECTS_SELECTED").arg( SMESHGUI::GetSMESHGUI()->moduleName() ) );
965       return;
966     }
967     // VSR 17/11/04: check if all objects selected belong to SMESH component <-- finish
968     if (SUIT_MessageBox::warning
969         (SMESHGUI::desktop(),
970          QObject::tr("SMESH_WRN_WARNING"),
971          QObject::tr("SMESH_REALLY_DELETE").arg( objectCount ).arg( aNameList ),
972          SUIT_MessageBox::Yes | SUIT_MessageBox::No,
973          SUIT_MessageBox::Yes) != SUIT_MessageBox::Yes)
974       return;
975
976     SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
977     SUIT_ViewManager* vm = anApp->activeViewManager();
978     int nbSf = vm->getViewsCount();
979
980     SALOME_ListIteratorOfListIO It(selected);
981
982     aStudyBuilder->NewCommand();  // There is a transaction
983     for( ; It.More(); It.Next()){ // loop on selected IO's
984       Handle(SALOME_InteractiveObject) IObject = It.Value();
985       if(IObject->hasEntry()) {
986         _PTR(SObject) aSO = aStudy->FindObjectID(IObject->getEntry());
987
988         // disable removal of "SMESH" component object
989         if(aSO->FindAttribute(anAttr, "AttributeIOR")){
990           anIOR = anAttr;
991           if ( engineIOR() == anIOR->Value().c_str() )
992             continue;
993         }
994         //Check the referenced object
995         _PTR(SObject) aRefSObject;
996         if ( aSO && aSO->ReferencedObject( aRefSObject ) )
997           aSO = aRefSObject; // Delete main Object instead of reference
998
999         // put the whole hierarchy of sub-objects of the selected SO into a list and
1000         // then treat them all starting from the deepest objects (at list back)
1001
1002         std::list< _PTR(SObject) > listSO;
1003         listSO.push_back( aSO );
1004         std::list< _PTR(SObject) >::iterator itSO = listSO.begin();
1005         for ( ; itSO != listSO.end(); ++itSO ) {
1006           _PTR(ChildIterator) it = aStudy->NewChildIterator( *itSO );
1007           for (it->InitEx(false); it->More(); it->Next())
1008             listSO.push_back( it->Value() );
1009         }
1010
1011         // treat SO's in the list starting from the back
1012
1013         std::list< _PTR(SObject) >::reverse_iterator ritSO = listSO.rbegin();
1014         for ( ; ritSO != listSO.rend(); ++ritSO ) {
1015           _PTR(SObject) SO = *ritSO;
1016           if ( !SO ) continue;
1017           std::string anEntry = SO->GetID();
1018
1019           /** Erase graphical object **/
1020           if(SO->FindAttribute(anAttr, "AttributeIOR")){
1021             QVector<SUIT_ViewWindow*> aViews = vm->getViews();
1022             for(int i = 0; i < nbSf; i++){
1023               SUIT_ViewWindow *sf = aViews[i];
1024               if(SMESH_Actor* anActor = SMESH::FindActorByEntry(sf,anEntry.c_str())){
1025                 SMESH::RemoveActor(sf,anActor);
1026               }
1027             }
1028           }
1029
1030           /** Remove an object from data structures **/
1031           SMESH::SMESH_GroupBase_var aGroup = SMESH::SMESH_GroupBase::_narrow( SMESH::SObjectToObject( SO ));
1032           SMESH::SMESH_subMesh_var   aSubMesh = SMESH::SMESH_subMesh::_narrow( SMESH::SObjectToObject( SO ));
1033           if ( !aGroup->_is_nil() ) {                          // DELETE GROUP
1034             SMESH::SMESH_Mesh_var aMesh = aGroup->GetMesh();
1035             aMesh->RemoveGroup( aGroup );
1036           }
1037           else if ( !aSubMesh->_is_nil() ) {                   // DELETE SUBMESH
1038             SMESH::SMESH_Mesh_var aMesh = aSubMesh->GetFather();
1039             aMesh->RemoveSubMesh( aSubMesh );
1040
1041             _PTR(SObject) aMeshSO = SMESH::FindSObject(aMesh);
1042             if (aMeshSO)
1043               SMESH::ModifiedMesh(aMeshSO, false, aMesh->NbNodes()==0);
1044           }
1045           else {
1046             IObject = new SALOME_InteractiveObject
1047               ( anEntry.c_str(), engineIOR().toLatin1().data(), SO->GetName().c_str() );
1048             QString objType = CheckTypeObject(IObject);
1049             if ( objType == "Hypothesis" || objType == "Algorithm" ) {// DELETE HYPOTHESIS
1050               SMESH::RemoveHypothesisOrAlgorithmOnMesh(IObject);
1051               aStudyBuilder->RemoveObjectWithChildren( SO );
1052             }
1053             else {// default action: remove SObject from the study
1054               // san - it's no use opening a transaction here until UNDO/REDO is provided in SMESH
1055               //SUIT_Operation *op = new SALOMEGUI_ImportOperation(myActiveStudy);
1056               //op->start();
1057               aStudyBuilder->RemoveObjectWithChildren( SO );
1058               //op->finish();
1059             }
1060           }
1061         } /* listSO back loop */
1062       } /* IObject->hasEntry() */
1063     } /* more/next */
1064     aStudyBuilder->CommitCommand();
1065
1066     /* Clear any previous selection */
1067     SALOME_ListIO l1;
1068     aSel->setSelectedObjects( l1 );
1069
1070     SMESHGUI::GetSMESHGUI()->updateObjBrowser();
1071   }
1072 //}
1073
1074 extern "C" {
1075   SMESHGUI_EXPORT CAM_Module* createModule()
1076   {
1077     return new SMESHGUI();
1078   }
1079 }
1080
1081 SMESH::SMESH_Gen_var SMESHGUI::myComponentSMESH = SMESH::SMESH_Gen::_nil();
1082
1083 //=============================================================================
1084 /*!
1085  *
1086  */
1087 //=============================================================================
1088 SMESHGUI::SMESHGUI() :
1089 SalomeApp_Module( "SMESH" ),
1090 LightApp_Module( "SMESH" )
1091 {
1092   if ( CORBA::is_nil( myComponentSMESH ) )
1093   {
1094     CORBA::Boolean anIsEmbeddedMode;
1095     myComponentSMESH = SMESH_Client::GetSMESHGen(getApp()->orb(),anIsEmbeddedMode);
1096
1097     //  0019923: EDF 765 SMESH : default values of hypothesis
1098     SUIT_ResourceMgr* aResourceMgr = SMESH::GetResourceMgr(this);
1099     int nbSeg = aResourceMgr->integerValue( "SMESH", "segmentation", 10 );
1100     myComponentSMESH->SetBoundaryBoxSegmentation( nbSeg );
1101     nbSeg = aResourceMgr->integerValue( "SMESH", "nb_segments_per_edge", 15 );
1102     myComponentSMESH->SetDefaultNbSegments( nbSeg );
1103   }
1104
1105   myActiveDialogBox = 0;
1106   myFilterLibraryDlg = 0;
1107   myState = -1;
1108   myDisplayer = 0;
1109
1110   SMESH::GetFilterManager();
1111   SMESH::GetPattern();
1112
1113   /* load resources for all available meshers */
1114   SMESH::InitAvailableHypotheses();
1115 }
1116
1117 //=============================================================================
1118 /*!
1119  *
1120  */
1121 //=============================================================================
1122 SMESHGUI::~SMESHGUI()
1123 {
1124   SMESH::GetFilterManager()->Destroy();
1125   SMESH::GetFilterManager() = SMESH::FilterManager::_nil();
1126 }
1127
1128 //=============================================================================
1129 /*!
1130  *
1131  */
1132 //=============================================================================
1133 LightApp_SelectionMgr* SMESHGUI::selectionMgr()
1134 {
1135   SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
1136   if( anApp )
1137     return dynamic_cast<LightApp_SelectionMgr*>( anApp->selectionMgr() );
1138   else
1139     return 0;
1140 }
1141
1142 bool SMESHGUI::automaticUpdate()
1143 {
1144   SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
1145   if ( !resMgr )
1146     return false;
1147
1148   return resMgr->booleanValue( "SMESH", "auto_update", false );
1149 }
1150
1151 //=============================================================================
1152 /*!
1153  *
1154  */
1155 //=============================================================================
1156 SUIT_ResourceMgr* SMESHGUI::resourceMgr()
1157 {
1158   return dynamic_cast<SUIT_ResourceMgr*>( SUIT_Session::session()->resourceMgr() );
1159 }
1160
1161 //=============================================================================
1162 /*!
1163  *
1164  */
1165 //=============================================================================
1166 SMESHGUI* SMESHGUI::GetSMESHGUI()
1167 {
1168   SMESHGUI* smeshMod = 0;
1169   SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>(SUIT_Session::session()->activeApplication());
1170   if ( app )
1171   {
1172     CAM_Module* module = app->module( "Mesh" );
1173     smeshMod = dynamic_cast<SMESHGUI*>( module );
1174   }
1175
1176   if ( smeshMod && smeshMod->application() && smeshMod->application()->activeStudy() )
1177   {
1178     SalomeApp_Study* study = dynamic_cast<SalomeApp_Study*>( smeshMod->application()->activeStudy() );
1179     if ( study )
1180     {
1181       _PTR(Study) aStudy = study->studyDS();
1182       if ( aStudy )
1183         GetSMESHGen()->SetCurrentStudy( _CAST(Study,aStudy)->GetStudy() );
1184     }
1185   }
1186
1187   return smeshMod;
1188 }
1189
1190 extern "C"
1191 {
1192   Standard_EXPORT SMESHGUI* GetComponentGUI()
1193   {
1194     return SMESHGUI::GetSMESHGUI();
1195   }
1196 }
1197
1198 //=============================================================================
1199 /*!
1200  *
1201  */
1202 //=============================================================================
1203 void SMESHGUI::SetState(int aState)
1204 {
1205   myState = aState;
1206 }
1207
1208 //=============================================================================
1209 /*!
1210  *
1211  */
1212 //=============================================================================
1213 void SMESHGUI::ResetState()
1214 {
1215   myState = -1;
1216 }
1217
1218 //=============================================================================
1219 /*!
1220  *
1221  */
1222 //=============================================================================
1223 void SMESHGUI::EmitSignalDeactivateDialog()
1224 {
1225   emit SignalDeactivateActiveDialog();
1226 }
1227
1228 //=============================================================================
1229 /*!
1230  *
1231  */
1232 //=============================================================================
1233 void SMESHGUI::EmitSignalStudyFrameChanged()
1234 {
1235   emit SignalStudyFrameChanged();
1236 }
1237
1238 //=============================================================================
1239 /*!
1240  *
1241  */
1242 //=============================================================================
1243 void SMESHGUI::EmitSignalCloseAllDialogs()
1244 {
1245   emit SignalCloseAllDialogs();
1246 }
1247
1248 //=============================================================================
1249 /*!
1250  *
1251  */
1252 //=============================================================================
1253 void SMESHGUI::EmitSignalVisibilityChanged()
1254 {
1255   emit SignalVisibilityChanged();
1256 }
1257
1258 //=============================================================================
1259 /*!
1260  *
1261  */
1262 //=============================================================================
1263 QDialog *SMESHGUI::GetActiveDialogBox()
1264 {
1265   return myActiveDialogBox;
1266 }
1267
1268 //=============================================================================
1269 /*!
1270  *
1271  */
1272 //=============================================================================
1273 void SMESHGUI::SetActiveDialogBox(QDialog * aDlg)
1274 {
1275   myActiveDialogBox = (QDialog *) aDlg;
1276   return;
1277 }
1278
1279 //=============================================================================
1280 /*!
1281  *
1282  */
1283 //=============================================================================
1284 SUIT_Desktop* SMESHGUI::desktop()
1285 {
1286   SalomeApp_Application* app = dynamic_cast<SalomeApp_Application*>( SUIT_Session::session()->activeApplication() );
1287   if( app )
1288     return app->desktop();
1289   else
1290     return 0;
1291 }
1292
1293 //=============================================================================
1294 /*!
1295  *
1296  */
1297 //=============================================================================
1298 SalomeApp_Study* SMESHGUI::activeStudy()
1299 {
1300   SUIT_Application* app = SUIT_Session::session()->activeApplication();
1301   if( app )
1302     return dynamic_cast<SalomeApp_Study*>( app->activeStudy() );
1303   else
1304     return NULL;
1305 }
1306
1307 //=============================================================================
1308 /*!
1309  *
1310  */
1311 //=============================================================================
1312 bool SMESHGUI::DefineDlgPosition(QWidget * aDlg, int &x, int &y)
1313 {
1314   /* Here the position is on the bottom right corner - 10 */
1315   // aDlg->resize(QSize().expandedTo(aDlg->minimumSizeHint()));
1316   aDlg->adjustSize();
1317   SUIT_Desktop *PP = desktop();
1318   x = abs(PP->x() + PP->size().width() - aDlg->size().width() - 10);
1319   y = abs(PP->y() + PP->size().height() - aDlg->size().height() - 10);
1320   return true;
1321 }
1322
1323 //=============================================================================
1324 /*!
1325  *
1326  */
1327 //=============================================================================
1328 static int isStudyLocked(_PTR(Study) theStudy){
1329   return theStudy->GetProperties()->IsLocked();
1330 }
1331
1332 static bool checkLock(_PTR(Study) theStudy) {
1333   if (isStudyLocked(theStudy)) {
1334     SUIT_MessageBox::warning( SMESHGUI::desktop(),
1335                               QObject::tr("WRN_WARNING"),
1336                               QObject::tr("WRN_STUDY_LOCKED") );
1337     return true;
1338   }
1339   return false;
1340 }
1341
1342 //=======================================================================
1343 //function : CheckActiveStudyLocked
1344 //purpose  :
1345 //=======================================================================
1346
1347 bool SMESHGUI::isActiveStudyLocked()
1348 {
1349   _PTR(Study) aStudy = activeStudy()->studyDS();
1350   return checkLock( aStudy );
1351 }
1352
1353 //=============================================================================
1354 /*!
1355  *
1356  */
1357 //=============================================================================
1358 bool SMESHGUI::OnGUIEvent( int theCommandID )
1359 {
1360   SalomeApp_Application* anApp = dynamic_cast<SalomeApp_Application*>( application() );
1361   if( !anApp )
1362     return false;
1363
1364   _PTR(Study) aStudy = SMESH::GetActiveStudyDocument(); //Document OCAF de l'etude active
1365   SUIT_ResourceMgr* mgr = resourceMgr();
1366   if( !mgr )
1367     return false;
1368
1369   if (CORBA::is_nil(GetSMESHGen()->GetCurrentStudy())) {
1370     GetSMESHGen()->SetCurrentStudy(_CAST(Study,aStudy)->GetStudy());
1371   }
1372
1373   SUIT_ViewWindow* view = application()->desktop()->activeWindow();
1374   SVTK_ViewWindow* vtkwnd = dynamic_cast<SVTK_ViewWindow*>( view );
1375
1376   //QAction* act = action( theCommandID );
1377
1378   switch (theCommandID) {
1379   case 33:                                      // DELETE
1380     if(checkLock(aStudy)) break;
1381     OnEditDelete();
1382     break;
1383
1384   case 113:                                     // IMPORT
1385   case 112:
1386   case 111:
1387     {
1388       if(checkLock(aStudy)) break;
1389       ::ImportMeshesFromFile(GetSMESHGen(),theCommandID);
1390       break;
1391     }
1392
1393   case 150:    //MED FILE INFORMATION
1394     {
1395       SALOME_ListIO selected;
1396       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1397       if( aSel )
1398         aSel->selectedObjects( selected );
1399       if( selected.Extent() )
1400       {
1401         Handle(SALOME_InteractiveObject) anIObject = selected.First();
1402         SMESH::SMESH_Mesh_var aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(anIObject);
1403         if ( !aMesh->_is_nil() )
1404         {
1405           SMESHGUI_FileInfoDlg dlg( desktop(), aMesh->GetMEDFileInfo() );
1406           dlg.exec();
1407         }
1408       }
1409       break;
1410     }
1411
1412   case 122:                                     // EXPORT MED
1413   case 121:
1414   case 123:
1415   case 124:
1416   case 125:
1417   case 126:
1418   case 140:
1419   case 141:
1420     {
1421       ::ExportMeshToFile(theCommandID);
1422       break;
1423     }
1424
1425   case 200:                                     // SCALAR BAR
1426     {
1427       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1428       SALOME_ListIO selected;
1429       if( aSel )
1430         aSel->selectedObjects( selected );
1431
1432       if( selected.Extent() ) {
1433         Handle(SALOME_InteractiveObject) anIO = selected.First();
1434         if( anIO->hasEntry() ) {
1435           if( SMESH_Actor* anActor = SMESH::FindActorByEntry( anIO->getEntry() ) ) {
1436             anActor->SetControlMode( SMESH_Actor::eNone );
1437           }
1438         }
1439       }
1440       break;
1441     }
1442   case 201:
1443     {
1444       SMESHGUI_Preferences_ScalarBarDlg::ScalarBarProperties( this );
1445       break;
1446     }
1447
1448     // Auto-color
1449   case 1136:
1450     ::AutoColor();
1451   break;
1452
1453   case 1137:
1454     ::DisableAutoColor();
1455   break;
1456
1457   case 1134: // Clipping
1458   case 1133: // Tranparency
1459   case 1132: // Colors / Size
1460
1461     // Display Mode
1462   case 215: // Nodes
1463   case 213: // Nodes
1464   case 212: // Nodes
1465   case 211: // Nodes
1466     ::SetDisplayMode(theCommandID);
1467   break;
1468
1469   //2D quadratic representation
1470   case 231:
1471   case 232:
1472     ::SetDisplayMode(theCommandID);
1473   break;
1474   
1475   // Display Entity
1476   case 216: // 0D elements
1477   case 217: // Edges
1478   case 218: // Faces
1479   case 219: // Volumes
1480   case 220: // All Entity
1481     ::SetDisplayEntity(theCommandID);
1482   break;
1483
1484   case 221: // Orientation of faces
1485     {
1486       LightApp_SelectionMgr* mgr = selectionMgr();
1487       SALOME_ListIO selected; mgr->selectedObjects( selected );
1488
1489       SALOME_ListIteratorOfListIO it(selected);
1490       for( ; it.More(); it.Next()) {
1491         Handle(SALOME_InteractiveObject) anIObject = it.Value();
1492         if(anIObject->hasEntry()) {
1493           if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
1494             anActor->SetFacesOriented( !anActor->GetFacesOriented() );
1495           }
1496         }
1497       }
1498       break;
1499     }
1500
1501   case 214:                                     // UPDATE
1502     {
1503       if(checkLock(aStudy)) break;
1504       try {
1505 #if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100
1506         OCC_CATCH_SIGNALS;
1507 #endif
1508         SMESH::UpdateView();
1509       }
1510       catch (std::bad_alloc) { // PAL16774 (Crash after display of many groups)
1511         SMESH::OnVisuException();
1512       }
1513       catch (...) { // PAL16774 (Crash after display of many groups)
1514         SMESH::OnVisuException();
1515       }
1516
1517       SALOME_ListIO l;
1518       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1519       aSel->selectedObjects( l );
1520       aSel->setSelectedObjects( l );
1521       break;
1522     }
1523
1524   case 300:                                     // ERASE
1525   case 301:                                     // DISPLAY
1526   case 302:                                     // DISPLAY ONLY
1527     {
1528       SMESH::EDisplaing anAction;
1529       switch (theCommandID) {
1530       case 300: anAction = SMESH::eErase; break;
1531       case 301: anAction = SMESH::eDisplay; break;
1532       case 302: anAction = SMESH::eDisplayOnly; break;
1533       }
1534
1535       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1536       SALOME_ListIO sel_objects, to_process;
1537       if (aSel)
1538         aSel->selectedObjects( sel_objects );
1539
1540       if( theCommandID==302 )
1541         startOperation( myEraseAll );
1542
1543       extractContainers( sel_objects, to_process );
1544
1545       try {
1546 #if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100
1547         OCC_CATCH_SIGNALS;
1548 #endif
1549         if (vtkwnd) {
1550           SALOME_ListIteratorOfListIO It( to_process );
1551           for ( ; It.More(); It.Next()) {
1552             Handle(SALOME_InteractiveObject) IOS = It.Value();
1553             if (IOS->hasEntry()) {
1554               if (!SMESH::UpdateView(anAction, IOS->getEntry())) {
1555                 SMESHGUI::GetSMESHGUI()->EmitSignalVisibilityChanged();
1556                 break; // PAL16774 (Crash after display of many groups)
1557               }
1558               if (anAction == SMESH::eDisplayOnly)
1559                 anAction = SMESH::eDisplay;
1560             }
1561           }
1562         }
1563
1564         // PAL13338 + PAL15161 -->
1565         if ( ( theCommandID==301 || theCommandID==302 ) && !checkLock(aStudy)) {
1566           SMESH::UpdateView();
1567           SMESHGUI::GetSMESHGUI()->EmitSignalVisibilityChanged();
1568         }
1569         // PAL13338 + PAL15161 <--
1570       }
1571       catch (...) { // PAL16774 (Crash after display of many groups)
1572         SMESH::OnVisuException();
1573       }
1574
1575       if (anAction == SMESH::eErase) {
1576         SALOME_ListIO l1;
1577         aSel->setSelectedObjects( l1 );
1578       }
1579       else
1580         aSel->setSelectedObjects( to_process );
1581       
1582       break;
1583     }
1584
1585   case 4000:                                    // NODES
1586     {
1587       if(checkLock(aStudy)) break;
1588
1589       if ( vtkwnd ) {
1590         EmitSignalDeactivateDialog();
1591
1592         ( new SMESHGUI_NodesDlg( this ) )->show();
1593       }
1594       else {
1595         SUIT_MessageBox::warning(desktop(),
1596                                  tr("SMESH_WRN_WARNING"),
1597                                  tr("SMESH_WRN_VIEWER_VTK"));
1598       }
1599       break;
1600     }
1601
1602   case 2151:  // FILTER
1603   {
1604     if ( vtkwnd )
1605     {
1606       EmitSignalDeactivateDialog();
1607       ( new SMESHGUI_FilterDlg( this, SMESH::EDGE ) )->show();
1608     }
1609     break;
1610   }
1611
1612   case 406:                                     // MOVE NODE
1613     {
1614       if ( !vtkwnd )
1615       {
1616         SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1617                                   tr( "NOT_A_VTK_VIEWER" ) );
1618         break;
1619       }
1620
1621       if(checkLock(aStudy)) break;
1622       ( new SMESHGUI_MoveNodesDlg( this ) )->show();
1623       break;
1624     }
1625
1626   case 701:                                     // COMPUTE MESH
1627   case 711:                                     // PRECOMPUTE MESH
1628   case 712:                                     // EVALUATE MESH
1629     {
1630       if (checkLock(aStudy)) break;
1631       startOperation( theCommandID );
1632     }
1633     break;
1634
1635   case 702: // Create mesh
1636   case 703: // Create sub-mesh
1637   case 704: // Edit mesh/sub-mesh
1638     startOperation( theCommandID );
1639     break;
1640   case 710: // Build compound mesh
1641     {
1642       if (checkLock(aStudy)) break;
1643       EmitSignalDeactivateDialog();
1644       ( new SMESHGUI_BuildCompoundDlg( this ) )->show();
1645     }
1646     break;
1647
1648   case 407: // DIAGONAL INVERSION
1649   case 408: // Delete diagonal
1650     {
1651       if ( !vtkwnd )
1652       {
1653         SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1654                                   tr( "NOT_A_VTK_VIEWER" ) );
1655         break;
1656       }
1657
1658       if ( checkLock( aStudy ) )
1659         break;
1660
1661       /*Standard_Boolean aRes;
1662       SMESH::SMESH_Mesh_var aMesh = SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(IObject);
1663       if ( aMesh->_is_nil() )
1664       {
1665         SUIT_MessageBox::warning(GetDesktop(), tr( "SMESH_WRN_WARNING" ),
1666           tr( "SMESH_BAD_SELECTION" ) );
1667         break;
1668       }
1669       */
1670       EmitSignalDeactivateDialog();
1671       if ( theCommandID == 407 )
1672         ( new SMESHGUI_TrianglesInversionDlg( this ) )->show();
1673       else
1674         ( new SMESHGUI_UnionOfTwoTrianglesDlg( this ) )->show();
1675       break;
1676     }
1677     case 409: // Change orientation
1678     case 410: // Union of triangles
1679     case 411: // Cutting of quadrangles
1680     {
1681       if ( !vtkwnd )
1682       {
1683         SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1684                                   tr( "NOT_A_VTK_VIEWER" ) );
1685         break;
1686       }
1687
1688       if ( checkLock( aStudy ) )
1689         break;
1690
1691       EmitSignalDeactivateDialog();
1692       SMESHGUI_MultiEditDlg* aDlg = NULL;
1693       if ( theCommandID == 409 )
1694         aDlg = new SMESHGUI_ChangeOrientationDlg(this);
1695       else if ( theCommandID == 410 )
1696         aDlg = new SMESHGUI_UnionOfTrianglesDlg(this);
1697       else
1698         aDlg = new SMESHGUI_CuttingOfQuadsDlg(this);
1699
1700       aDlg->show();
1701       break;
1702     }
1703   case 412: // Smoothing
1704     {
1705       if(checkLock(aStudy)) break;
1706       if( vtkwnd ) {
1707         EmitSignalDeactivateDialog();
1708         ( new SMESHGUI_SmoothingDlg( this ) )->show();
1709       }
1710       else {
1711         SUIT_MessageBox::warning(desktop(),
1712                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1713       }
1714       break;
1715     }
1716   case 413: // Extrusion
1717     {
1718       if (checkLock(aStudy)) break;
1719       if (vtkwnd) {
1720         EmitSignalDeactivateDialog();
1721         ( new SMESHGUI_ExtrusionDlg ( this ) )->show();
1722       } else {
1723         SUIT_MessageBox::warning(desktop(),
1724                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1725       }
1726       break;
1727     }
1728   case 414: // Revolution
1729     {
1730       if(checkLock(aStudy)) break;
1731       if( vtkwnd ) {
1732         EmitSignalDeactivateDialog();
1733         ( new SMESHGUI_RevolutionDlg( this ) )->show();
1734       }
1735       else {
1736         SUIT_MessageBox::warning(desktop(),
1737                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1738       }
1739       break;
1740     }
1741   case 415: // Pattern mapping
1742     {
1743       if ( checkLock( aStudy ) )
1744         break;
1745       if ( vtkwnd )
1746       {
1747         EmitSignalDeactivateDialog();
1748         ( new SMESHGUI_MeshPatternDlg( this ) )->show();
1749       }
1750       else {
1751         SUIT_MessageBox::warning(desktop(),
1752                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1753       }
1754       break;
1755     }
1756   case 416: // Extrusion along a path
1757     {
1758       if (checkLock(aStudy)) break;
1759       if (vtkwnd) {
1760         EmitSignalDeactivateDialog();
1761         ( new SMESHGUI_ExtrusionAlongPathDlg( this ) )->show();
1762       } else {
1763         SUIT_MessageBox::warning(desktop(),
1764                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1765       }
1766       break;
1767     }
1768   case 417: // Convert mesh to quadratic
1769     {
1770     startOperation( 417 );
1771       /*      if (checkLock(aStudy)) break;
1772       if (vtkwnd) {
1773         EmitSignalDeactivateDialog();
1774         new SMESHGUI_ConvToQuadDlg();
1775       } else {
1776         SUIT_MessageBox::warning(desktop(),
1777                                tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
1778                                }*/
1779       break;
1780     }
1781   case 418: // create 2D mesh from 3D
1782     {
1783       startOperation( 418 );
1784       break;
1785     }
1786   case 806:                                     // CREATE GEO GROUP
1787     {
1788       startOperation( 806 );
1789       break;
1790     }
1791   case 801:                                     // CREATE GROUP
1792     {
1793       if ( !vtkwnd )
1794       {
1795         SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1796                                   tr( "NOT_A_VTK_VIEWER" ) );
1797         break;
1798       }
1799
1800       if(checkLock(aStudy)) break;
1801       EmitSignalDeactivateDialog();
1802       SMESH::SMESH_Mesh_var aMesh = SMESH::SMESH_Mesh::_nil();
1803
1804       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1805       SALOME_ListIO selected;
1806       if( aSel )
1807         aSel->selectedObjects( selected );
1808
1809       int nbSel = selected.Extent();
1810       if (nbSel == 1) {
1811         // check if mesh is selected
1812         aMesh = SMESH::GetMeshByIO( selected.First() );
1813       }
1814       SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, aMesh);
1815       aDlg->show();
1816       break;
1817     }
1818
1819   case 802:                                     // CONSTRUCT GROUP
1820     {
1821       if ( !vtkwnd )
1822       {
1823         SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1824                                   tr( "NOT_A_VTK_VIEWER" ) );
1825         break;
1826       }
1827
1828       if(checkLock(aStudy)) break;
1829       EmitSignalDeactivateDialog();
1830
1831       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1832       SALOME_ListIO selected;
1833       if( aSel )
1834         aSel->selectedObjects( selected );
1835
1836       int nbSel = selected.Extent();
1837       if (nbSel == 1) {
1838         // check if submesh is selected
1839         Handle(SALOME_InteractiveObject) IObject = selected.First();
1840         if (IObject->hasEntry()) {
1841           _PTR(SObject) aSObj = aStudy->FindObjectID(IObject->getEntry());
1842           if( aSObj ) {
1843             SMESH::SMESH_subMesh_var aSubMesh = SMESH::SMESH_subMesh::_narrow( SMESH::SObjectToObject( aSObj ) );
1844             if (!aSubMesh->_is_nil()) {
1845               try {
1846                 SMESH::SMESH_Mesh_var aMesh = aSubMesh->GetFather();
1847                 // get submesh elements list by types
1848                 SMESH::long_array_var aNodes = aSubMesh->GetElementsByType(SMESH::NODE);
1849                 SMESH::long_array_var aEdges = aSubMesh->GetElementsByType(SMESH::EDGE);
1850                 SMESH::long_array_var aFaces = aSubMesh->GetElementsByType(SMESH::FACE);
1851                 SMESH::long_array_var aVolumes = aSubMesh->GetElementsByType(SMESH::VOLUME);
1852                 // create group for each type o elements
1853                 QString aName = IObject->getName();
1854                 if (aNodes->length() > 0) {
1855                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::NODE, aName + "_Nodes");
1856                   aGroup->Add(aNodes.inout());
1857                 }
1858                 if (aEdges->length() > 0) {
1859                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::EDGE, aName + "_Edges");
1860                   aGroup->Add(aEdges.inout());
1861                 }
1862                 if (aFaces->length() > 0) {
1863                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::FACE, aName + "_Faces");
1864                   aGroup->Add(aFaces.inout());
1865                 }
1866                 if (aVolumes->length() > 0) {
1867                   SMESH::SMESH_Group_var aGroup = SMESH::AddGroup(aMesh, SMESH::VOLUME, aName + "_Volumes");
1868                   aGroup->Add(aVolumes.inout());
1869                 }
1870                 updateObjBrowser();
1871
1872               }
1873               catch(const SALOME::SALOME_Exception & S_ex){
1874                 SalomeApp_Tools::QtCatchCorbaException(S_ex);
1875               }
1876             }
1877           }
1878         }
1879       }
1880       else if(nbSel==0) {
1881         SUIT_MessageBox::warning(desktop(),
1882                                  tr("SMESH_WRN_WARNING"),
1883                                  tr("SMESH_WRN_NO_AVAILABLE_DATA"));
1884       }
1885       break;
1886     }
1887
1888   case 803:                                     // EDIT GROUP
1889     {
1890       if ( !vtkwnd )
1891       {
1892         SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1893                                   tr( "NOT_A_VTK_VIEWER" ) );
1894         break;
1895       }
1896
1897       if(checkLock(aStudy)) break;
1898       EmitSignalDeactivateDialog();
1899
1900       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1901       SALOME_ListIO selected;
1902       if( aSel )
1903         aSel->selectedObjects( selected );
1904
1905       SALOME_ListIteratorOfListIO It (selected);
1906       int nbSelectedGroups = 0;
1907       for ( ; It.More(); It.Next() )
1908       {
1909         SMESH::SMESH_GroupBase_var aGroup =
1910           SMESH::IObjectToInterface<SMESH::SMESH_GroupBase>(It.Value());
1911         if (!aGroup->_is_nil()) {
1912           nbSelectedGroups++;
1913           SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, aGroup);
1914           aDlg->show();
1915         }
1916       }
1917       if (nbSelectedGroups == 0)
1918         {
1919           SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, SMESH::SMESH_GroupBase::_nil());
1920           aDlg->show();
1921         }
1922       break;
1923     }
1924
1925   case 804:                                     // Add elements to group
1926     {
1927       if(checkLock(aStudy)) break;
1928       if (myState == 800) {
1929         SMESHGUI_GroupDlg *aDlg = (SMESHGUI_GroupDlg*) myActiveDialogBox;
1930         if (aDlg) aDlg->onAdd();
1931       }
1932       break;
1933     }
1934
1935   case 805:                                     // Remove elements from group
1936     {
1937       if(checkLock(aStudy)) break;
1938       if (myState == 800) {
1939         SMESHGUI_GroupDlg *aDlg = (SMESHGUI_GroupDlg*) myActiveDialogBox;
1940         if (aDlg) aDlg->onRemove();
1941       }
1942       break;
1943     }
1944
1945   case 815:                                     // Edit GEOM GROUP as standalone
1946     {
1947       if ( !vtkwnd )
1948       {
1949         SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1950                                   tr( "NOT_A_VTK_VIEWER" ) );
1951         break;
1952       }
1953
1954       if(checkLock(aStudy)) break;
1955       EmitSignalDeactivateDialog();
1956
1957       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
1958       SALOME_ListIO selected;
1959       if( aSel )
1960         aSel->selectedObjects( selected );
1961
1962       SALOME_ListIteratorOfListIO It (selected);
1963       for ( ; It.More(); It.Next() )
1964       {
1965         SMESH::SMESH_GroupOnGeom_var aGroup =
1966           SMESH::IObjectToInterface<SMESH::SMESH_GroupOnGeom>(It.Value());
1967         if (!aGroup->_is_nil()) {
1968           SMESHGUI_GroupDlg *aDlg = new SMESHGUI_GroupDlg( this, aGroup, true );
1969           aDlg->show();
1970         }
1971       }
1972       break;
1973     }
1974
1975     case 810: // Union Groups
1976     case 811: // Intersect groups
1977     case 812: // Cut groups
1978     {
1979       if ( !vtkwnd )
1980       {
1981         SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
1982                                   tr( "NOT_A_VTK_VIEWER" ) );
1983         break;
1984       }
1985
1986       if ( checkLock( aStudy ) )
1987         break;
1988
1989       EmitSignalDeactivateDialog();
1990
1991       SMESHGUI_GroupOpDlg* aDlg = 0;
1992       if ( theCommandID == 810 )
1993         aDlg = new SMESHGUI_UnionGroupsDlg( this );
1994       else if ( theCommandID == 811 )
1995         aDlg = new SMESHGUI_IntersectGroupsDlg( this );
1996       else
1997         aDlg = new SMESHGUI_CutGroupsDlg( this );
1998
1999       aDlg->show();
2000
2001       break;
2002     }
2003
2004     case 814: // Create groups of entities from existing groups of superior dimensions
2005     {
2006       if ( checkLock( aStudy ) )
2007         break;
2008
2009       EmitSignalDeactivateDialog();
2010       SMESHGUI_GroupOpDlg* aDlg = new SMESHGUI_DimGroupDlg( this );
2011       aDlg->show();
2012
2013       break;
2014     }
2015
2016     case 813: // Delete groups with their contents
2017     {
2018       if ( !vtkwnd )
2019       {
2020         SUIT_MessageBox::warning( desktop(), tr( "SMESH_WRN_WARNING" ),
2021                                   tr( "NOT_A_VTK_VIEWER" ) );
2022         break;
2023       }
2024
2025       if ( checkLock( aStudy ) )
2026         break;
2027
2028       EmitSignalDeactivateDialog();
2029
2030       ( new SMESHGUI_DeleteGroupDlg( this ) )->show();
2031       break;
2032     }
2033
2034   case 900:                                     // MESH INFOS
2035     {
2036       EmitSignalDeactivateDialog();
2037       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
2038       SALOME_ListIO selected;
2039       if( aSel )
2040         aSel->selectedObjects( selected );
2041
2042       if ( selected.Extent() > 1 ) { // a dlg for each IO
2043         SALOME_ListIO IOs;
2044         SALOME_ListIteratorOfListIO It (selected);
2045         for ( ; It.More(); It.Next() ) {
2046           IOs.Clear(); IOs.Append( It.Value() );
2047           aSel->setSelectedObjects( IOs );
2048           ( new SMESHGUI_MeshInfosDlg( this ) )->show();
2049         }
2050         // restore selection
2051         aSel->setSelectedObjects( selected );
2052       }
2053       else
2054         ( new SMESHGUI_MeshInfosDlg( this ) )->show();
2055       break;
2056     }
2057
2058   case 902:                                     // STANDARD MESH INFOS
2059     {
2060       EmitSignalDeactivateDialog();
2061       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
2062       SALOME_ListIO selected;
2063       if( aSel )
2064         aSel->selectedObjects( selected );
2065
2066       if ( selected.Extent() > 1 ) { // a dlg for each IO
2067         SALOME_ListIO IOs;
2068         SALOME_ListIteratorOfListIO It (selected);
2069         for ( ; It.More(); It.Next() ) {
2070           IOs.Clear();
2071           IOs.Append( It.Value() );
2072           aSel->setSelectedObjects( IOs );
2073           ( new SMESHGUI_StandardMeshInfosDlg( this ) )->show();
2074         }
2075         // restore selection
2076         aSel->setSelectedObjects( selected );
2077       }
2078       else
2079         ( new SMESHGUI_StandardMeshInfosDlg( this ) )->show();
2080       break;
2081     }
2082
2083   case 903:                                     // WHAT IS
2084     {
2085       EmitSignalDeactivateDialog();
2086       ( new SMESHGUI_WhatIsDlg( this ) )->show();
2087       break;
2088     }
2089
2090   case 1100:                                    // EDIT HYPOTHESIS
2091     {
2092       if(checkLock(aStudy)) break;
2093
2094       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
2095       SALOME_ListIO selected;
2096       if( aSel )
2097         aSel->selectedObjects( selected );
2098
2099       int nbSel = selected.Extent();
2100
2101       if (nbSel == 1) {
2102         Handle(SALOME_InteractiveObject) anIObject = selected.First();
2103         SMESH::SMESH_Hypothesis_var aHypothesis = SMESH::IObjectToInterface<SMESH::SMESH_Hypothesis>(anIObject);
2104
2105         /* Look for all mesh objects that have this hypothesis affected in order to flag as ModifiedMesh */
2106         /* At end below '...->updateObjBrowser(true)' will change icon of mesh objects                   */
2107         /* Warning : however by internal mechanism all subMeshes icons are changed !                     */
2108         if ( !aHypothesis->_is_nil() )
2109         {
2110           // BUG 0020378
2111           //SMESHGUI_GenericHypothesisCreator* aCreator = SMESH::GetHypothesisCreator(aHypothesis->GetName());
2112           SMESHGUI_GenericHypothesisCreator* aCreator = SMESH::GetHypothesisCreator(aHypothesis->GetName());
2113           if (aCreator) {
2114             aCreator->edit( aHypothesis.in(), anIObject->getName(), desktop(), this, SLOT( onHypothesisEdit( int ) ) );
2115           }
2116           else
2117           {
2118             // report error
2119           }
2120         }
2121       }
2122       break;
2123     }
2124
2125   case 1101:                                    // RENAME
2126     {
2127       if ( checkLock( aStudy ) )
2128         break;
2129
2130       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
2131       SALOME_ListIO selected;
2132       if( aSel )
2133         aSel->selectedObjects( selected );
2134
2135       bool isAny = false; // is there any appropriate object selected
2136
2137       SALOME_ListIteratorOfListIO It( selected );
2138       for ( ; It.More(); It.Next() )
2139       {
2140         Handle(SALOME_InteractiveObject) IObject = It.Value();
2141         _PTR(SObject) obj = aStudy->FindObjectID( IObject->getEntry() );
2142         _PTR(GenericAttribute) anAttr;
2143         _PTR(AttributeName) aName;
2144         if ( obj )
2145         {
2146           if ( obj->FindAttribute(anAttr, "AttributeName") )
2147           {
2148             aName = anAttr;
2149             QString newName = QString(aName->Value().c_str());
2150
2151             // check type to prevent renaming of inappropriate objects
2152             int aType = SMESHGUI_Selection::type(IObject->getEntry(), aStudy);
2153             if (aType == MESH || aType == GROUP ||
2154                 aType == SUBMESH || aType == SUBMESH_COMPOUND ||
2155                 aType == SUBMESH_SOLID || aType == SUBMESH_FACE ||
2156                 aType == SUBMESH_EDGE || aType == SUBMESH_VERTEX ||
2157                 aType == HYPOTHESIS || aType == ALGORITHM)
2158             {
2159               isAny = true;
2160               newName = LightApp_NameDlg::getName(desktop(), newName);
2161               if ( !newName.isEmpty() )
2162               {
2163                 SMESHGUI::GetSMESHGen()->SetName(obj->GetIOR().c_str(), newName.toLatin1().data());
2164
2165                 // update name of group object and its actor
2166                 SMESH::SMESH_GroupBase_var aGroupObject = SMESH::IObjectToInterface<SMESH::SMESH_GroupBase>(IObject);
2167                 if( !aGroupObject->_is_nil() )
2168                 {
2169                   aGroupObject->SetName( newName.toLatin1().data() );
2170                   if ( SMESH_Actor *anActor = SMESH::FindActorByEntry( IObject->getEntry() ) )
2171                     anActor->setName( newName.toLatin1().data() );
2172                 }
2173
2174                 updateObjBrowser();
2175               }
2176             }
2177           }
2178         }
2179       } // for
2180
2181       if (!isAny) {
2182         SUIT_MessageBox::warning(desktop(),
2183                                  QObject::tr("SMESH_WRN_WARNING"),
2184                                  QObject::tr("SMESH_WRN_NO_APPROPRIATE_SELECTION"));
2185       }
2186       break;
2187     }
2188
2189   case 1102:                                    // REMOVE HYPOTHESIS / ALGORITHMS
2190     {
2191       if(checkLock(aStudy)) break;
2192       SUIT_OverrideCursor wc;
2193
2194       LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
2195       SALOME_ListIO selected;
2196       if( aSel )
2197         aSel->selectedObjects( selected, QString::null, false );
2198
2199       SALOME_ListIteratorOfListIO It(selected);
2200       for (int i = 0; It.More(); It.Next(), i++) {
2201         Handle(SALOME_InteractiveObject) IObject = It.Value();
2202         SMESH::RemoveHypothesisOrAlgorithmOnMesh(IObject);
2203       }
2204       SALOME_ListIO l1;
2205       aSel->setSelectedObjects( l1 );
2206       updateObjBrowser();
2207       break;
2208     }
2209
2210   case 4009:                                    // ELEM0D
2211   case 4010:                                    // GEOM::EDGE
2212   case 4021:                                    // TRIANGLE
2213   case 4022:                                    // QUAD
2214   case 4023:                                    // POLYGON
2215   case 4031:                                    // TETRA
2216   case 4032:                                    // HEXA
2217     {
2218       if(checkLock(aStudy)) break;
2219       if ( vtkwnd ) {
2220         EmitSignalDeactivateDialog();
2221         SMDSAbs_ElementType type    = SMDSAbs_Edge;
2222         int                 nbNodes = 2;
2223         switch (theCommandID) {
2224         case 4009:                                      // ELEM0D
2225           type = SMDSAbs_0DElement; nbNodes = 1; break;
2226         case 4021:                                      // TRIANGLE
2227           type = SMDSAbs_Face; nbNodes = 3; break;
2228         case 4022:                                      // QUAD
2229           type = SMDSAbs_Face; nbNodes = 4; break;
2230         case 4031:                                      // TETRA
2231           type = SMDSAbs_Volume; nbNodes = 4; break;
2232         case 4023:                                      // POLYGON
2233           type = SMDSAbs_Face; nbNodes = 5; break;     // 5 - identificator for POLYGON
2234         case 4032:                                      // HEXA
2235           type = SMDSAbs_Volume; nbNodes = 8; break;
2236         case 4033:                                      // POLYHEDRE
2237           type = SMDSAbs_Volume; nbNodes = 9; break; // 9 - identificator for POLYHEDRE
2238         default:;
2239         }
2240         ( new SMESHGUI_AddMeshElementDlg( this, type, nbNodes ) )->show();
2241       }
2242       else {
2243         SUIT_MessageBox::warning(desktop(),
2244                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2245       }
2246       break;
2247     }
2248   case 4033:                                    // POLYHEDRON
2249     {
2250       if(checkLock(aStudy)) break;
2251       if ( vtkwnd ) {
2252         EmitSignalDeactivateDialog();
2253         ( new SMESHGUI_CreatePolyhedralVolumeDlg( this ) )->show();
2254       }
2255       else {
2256         SUIT_MessageBox::warning(SMESHGUI::desktop(),
2257                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2258       }
2259       break;
2260     }
2261   case 4034:     // QUADRATIC EDGE
2262   case 4035:     // QUADRATIC TRIANGLE
2263   case 4036:     // QUADRATIC QUADRANGLE
2264   case 4037:     // QUADRATIC TETRAHEDRON
2265   case 4038:     // QUADRATIC PYRAMID
2266   case 4039:     // QUADRATIC PENTAHEDRON
2267   case 4040:     // QUADRATIC HEXAHEDRON
2268     {
2269       if(checkLock(aStudy)) break;
2270       if ( vtkwnd ) {
2271         EmitSignalDeactivateDialog();
2272         int type;
2273
2274         switch (theCommandID) {
2275         case 4034:
2276           type = QUAD_EDGE; break;
2277         case 4035:
2278           type = QUAD_TRIANGLE; break;
2279         case 4036:
2280           type = QUAD_QUADRANGLE; break;
2281         case 4037:
2282           type = QUAD_TETRAHEDRON; break;
2283         case 4038:
2284           type = QUAD_PYRAMID; break;
2285         case 4039:
2286           type = QUAD_PENTAHEDRON; break;
2287         case 4040:
2288           type = QUAD_HEXAHEDRON;
2289           break;
2290         default:;
2291         }
2292          ( new SMESHGUI_AddQuadraticElementDlg( this, type ) )->show();
2293       }
2294       else {
2295         SUIT_MessageBox::warning(SMESHGUI::desktop(),
2296                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2297       }
2298       break;
2299     }
2300   case 4041:                                    // REMOVES NODES
2301     {
2302       if(checkLock(aStudy)) break;
2303       if ( vtkwnd ) {
2304         EmitSignalDeactivateDialog();
2305         ( new SMESHGUI_RemoveNodesDlg( this ) )->show();
2306       }
2307       else {
2308         SUIT_MessageBox::warning(SMESHGUI::desktop(),
2309                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2310       }
2311       break;
2312     }
2313   case 4042:                                    // REMOVES ELEMENTS
2314     {
2315       if(checkLock(aStudy)) break;
2316       if( vtkwnd ) {
2317         EmitSignalDeactivateDialog();
2318         ( new SMESHGUI_RemoveElementsDlg( this ) )->show();
2319       }
2320       else
2321         {
2322           SUIT_MessageBox::warning(SMESHGUI::desktop(),
2323                                    tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2324         }
2325       break;
2326     }
2327   case 4043: {                                // CLEAR_MESH
2328
2329     if(checkLock(aStudy)) break;
2330
2331     SALOME_ListIO selected;
2332     if( LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr() )
2333       aSel->selectedObjects( selected );
2334
2335     SUIT_OverrideCursor wc;
2336     SALOME_ListIteratorOfListIO It (selected);
2337     for ( ; It.More(); It.Next() )
2338     {
2339       Handle(SALOME_InteractiveObject) IOS = It.Value();
2340       SMESH::SMESH_Mesh_var aMesh =
2341         SMESH::IObjectToInterface<SMESH::SMESH_Mesh>(IOS);
2342       if ( aMesh->_is_nil()) continue;
2343       try {
2344         SMESH::UpdateView(SMESH::eErase, IOS->getEntry());
2345         aMesh->Clear();
2346         _PTR(SObject) aMeshSObj = SMESH::FindSObject(aMesh);
2347         SMESH::ModifiedMesh( aMeshSObj, false, true);
2348         // hide groups and submeshes
2349         _PTR(ChildIterator) anIter =
2350           SMESH::GetActiveStudyDocument()->NewChildIterator( aMeshSObj );
2351         for ( anIter->InitEx(true); anIter->More(); anIter->Next() )
2352         {
2353           _PTR(SObject) so = anIter->Value();
2354           SMESH::UpdateView(SMESH::eErase, so->GetID().c_str());
2355         }
2356       }
2357       catch (const SALOME::SALOME_Exception& S_ex){
2358         wc.suspend();
2359         SalomeApp_Tools::QtCatchCorbaException(S_ex);
2360         wc.resume();
2361       }
2362     }
2363     SMESH::UpdateView();
2364     updateObjBrowser();
2365     break;
2366   }
2367   case 4051:                                    // RENUMBERING NODES
2368     {
2369       if(checkLock(aStudy)) break;
2370       if( vtkwnd ) {
2371         EmitSignalDeactivateDialog();
2372         ( new SMESHGUI_RenumberingDlg( this, 0 ) )->show();
2373       }
2374       else
2375         {
2376           SUIT_MessageBox::warning(SMESHGUI::desktop(),
2377                                    tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2378         }
2379       break;
2380     }
2381   case 4052:                                    // RENUMBERING ELEMENTS
2382     {
2383       if(checkLock(aStudy)) break;
2384       if ( vtkwnd ) {
2385         EmitSignalDeactivateDialog();
2386         ( new SMESHGUI_RenumberingDlg( this, 1 ) )->show();
2387       }
2388       else
2389         {
2390           SUIT_MessageBox::warning(SMESHGUI::desktop(),
2391                                    tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2392         }
2393       break;
2394     }
2395   case 4061:                                   // TRANSLATION
2396     {
2397       if(checkLock(aStudy)) break;
2398       if ( vtkwnd ) {
2399         EmitSignalDeactivateDialog();
2400         ( new SMESHGUI_TranslationDlg( this ) )->show();
2401       }
2402       else {
2403         SUIT_MessageBox::warning(SMESHGUI::desktop(),
2404                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2405       }
2406       break;
2407     }
2408   case 4062:                                   // ROTATION
2409     {
2410       if(checkLock(aStudy)) break;
2411       if( vtkwnd ) {
2412         EmitSignalDeactivateDialog();
2413         ( new SMESHGUI_RotationDlg( this ) )->show();
2414       }
2415       else {
2416         SUIT_MessageBox::warning(SMESHGUI::desktop(),
2417                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2418       }
2419       break;
2420     }
2421   case 4063:                                   // SYMMETRY
2422     {
2423       if(checkLock(aStudy)) break;
2424       if(vtkwnd) {
2425         EmitSignalDeactivateDialog();
2426         ( new SMESHGUI_SymmetryDlg( this ) )->show();
2427       }
2428       else {
2429         SUIT_MessageBox::warning(SMESHGUI::desktop(),
2430                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2431       }
2432       break;
2433     }
2434   case 4064:                                   // SEWING
2435     {
2436       if(checkLock(aStudy)) break;
2437       if(vtkwnd) {
2438         EmitSignalDeactivateDialog();
2439         ( new SMESHGUI_SewingDlg( this ) )->show();
2440       }
2441       else {
2442         SUIT_MessageBox::warning(SMESHGUI::desktop(),
2443                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2444       }
2445       break;
2446     }
2447   case 4065:                                   // MERGE NODES
2448     {
2449       if(checkLock(aStudy)) break;
2450       if(vtkwnd) {
2451         EmitSignalDeactivateDialog();
2452         ( new SMESHGUI_EditMeshDlg( this, 0 ) )->show();
2453       }
2454       else {
2455         SUIT_MessageBox::warning(SMESHGUI::desktop(),
2456                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2457       }
2458       break;
2459     }
2460   case 4066:                                   // MERGE EQUAL ELEMENTS
2461     {
2462       if (checkLock(aStudy)) break;
2463       if (vtkwnd) {
2464         EmitSignalDeactivateDialog();
2465         ( new SMESHGUI_EditMeshDlg( this, 1 ) )->show();
2466       } else {
2467         SUIT_MessageBox::warning(SMESHGUI::desktop(),
2468                                  tr("SMESH_WRN_WARNING"), tr("SMESH_WRN_VIEWER_VTK"));
2469       }
2470       break;
2471     }
2472
2473   case 4067: // MAKE MESH PASS THROUGH POINT
2474     startOperation( 4067 );
2475     break;
2476
2477   case 5105: // Library of selection filters
2478   {
2479     static QList<int> aTypes;
2480     if ( aTypes.isEmpty() )
2481     {
2482       aTypes.append( SMESH::NODE );
2483       aTypes.append( SMESH::EDGE );
2484       aTypes.append( SMESH::FACE );
2485       aTypes.append( SMESH::VOLUME );
2486     }
2487     if (!myFilterLibraryDlg)
2488       myFilterLibraryDlg = new SMESHGUI_FilterLibraryDlg( this, SMESH::GetDesktop( this ), aTypes, SMESHGUI_FilterLibraryDlg::EDIT );
2489     else if (myFilterLibraryDlg->isHidden())
2490       myFilterLibraryDlg->Init( aTypes, SMESHGUI_FilterLibraryDlg::EDIT );
2491     myFilterLibraryDlg->raise();
2492   }
2493   break;
2494
2495   case 6017:                                    // CONTROLS
2496   case 6016:
2497   case 6015:
2498   case 6014:
2499   case 6013:
2500   case 6012:
2501   case 6011:
2502   case 6001:
2503   case 6018:
2504   case 6019:
2505   case 6002:
2506   case 6003:
2507   case 6004:
2508   case 6005:
2509   case 6009:
2510   case 6021:
2511     if ( vtkwnd ) {
2512
2513       LightApp_SelectionMgr* mgr = selectionMgr();
2514       SALOME_ListIO selected; mgr->selectedObjects( selected );
2515
2516       if ( selected.Extent() == 1 && selected.First()->hasEntry() ) {
2517         _PTR(SObject) SO = aStudy->FindObjectID( selected.First()->getEntry() );
2518         if ( SO ) {
2519           CORBA::Object_var aObject = SMESH::SObjectToObject( SO );
2520           SMESH::SMESH_Mesh_var      aMesh    = SMESH::SMESH_Mesh::_narrow( aObject );
2521           SMESH::SMESH_subMesh_var   aSubMesh = SMESH::SMESH_subMesh::_narrow( aObject );
2522           SMESH::SMESH_GroupBase_var aGroup   = SMESH::SMESH_GroupBase::_narrow( aObject );
2523           if ( !aMesh->_is_nil() || !aSubMesh->_is_nil() || !aGroup->_is_nil() ) {
2524             ::Control( theCommandID );
2525             break;
2526           }
2527         }
2528       }
2529       SUIT_MessageBox::warning(desktop(),
2530                                tr( "SMESH_WRN_WARNING" ),
2531                                tr( "SMESH_BAD_SELECTION" ) );
2532       break;
2533     }
2534     else {
2535       SUIT_MessageBox::warning(desktop(),
2536                                tr( "SMESH_WRN_WARNING" ),
2537                                tr( "NOT_A_VTK_VIEWER" ) );
2538     }
2539     break;
2540   case 9010:
2541     {
2542       LightApp_SelectionMgr* mgr = selectionMgr();
2543       SALOME_ListIO selected; mgr->selectedObjects( selected );
2544
2545       SALOME_ListIteratorOfListIO it(selected);
2546       for( ; it.More(); it.Next()) {
2547         Handle(SALOME_InteractiveObject) anIObject = it.Value();
2548         if(anIObject->hasEntry()) {
2549           if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
2550             anActor->SetPointsLabeled( !anActor->GetPointsLabeled() );
2551           }
2552         }
2553       }
2554       break;
2555     }
2556   case 9011:
2557     {
2558       LightApp_SelectionMgr* mgr = selectionMgr();
2559       SALOME_ListIO selected; mgr->selectedObjects( selected );
2560
2561       if (selected.Extent() == 1)       {
2562         Handle(SALOME_InteractiveObject) anIObject = selected.First();
2563         if(anIObject->hasEntry())
2564           if(SMESH_Actor *anActor = SMESH::FindActorByEntry(anIObject->getEntry())){
2565             anActor->SetCellsLabeled( !anActor->GetCellsLabeled() );
2566           }
2567       }
2568       break;
2569     }
2570   }
2571
2572   anApp->updateActions(); //SRN: To update a Save button in the toolbar
2573   //updateObjBrowser();
2574   return true;
2575 }
2576
2577 //=============================================================================
2578 /*!
2579  *
2580  */
2581 //=============================================================================
2582 bool SMESHGUI::OnMousePress( QMouseEvent * pe, SUIT_ViewWindow * wnd )
2583 {
2584   return false;
2585 }
2586
2587 //=============================================================================
2588 /*!
2589  *
2590  */
2591 //=============================================================================
2592 bool SMESHGUI::OnMouseMove( QMouseEvent * pe, SUIT_ViewWindow * wnd )
2593 {
2594   return true;
2595 }
2596
2597 //=============================================================================
2598 /*!
2599  *
2600  */
2601 //=============================================================================
2602 bool SMESHGUI::OnKeyPress( QKeyEvent * pe, SUIT_ViewWindow * wnd )
2603 {
2604   return true;
2605 }
2606
2607 //=============================================================================
2608 /*! Method:  BuildPresentation(const Handle(SALOME_InteractiveObject)& theIO)
2609  *  Purpose: ensures that the actor for the given <theIO> exists in the active VTK view
2610  */
2611 //=============================================================================
2612 void SMESHGUI::BuildPresentation( const Handle(SALOME_InteractiveObject) & theIO,
2613                                   SUIT_ViewWindow* wnd )
2614 {
2615   if(theIO->hasEntry()){
2616     //SUIT_ViewWindow* wnd = SMESH::GetActiveWindow();
2617     SMESH::UpdateView(wnd,SMESH::eDisplay,theIO->getEntry());
2618   }
2619 }
2620
2621 //=======================================================================
2622 // function : createSMESHAction
2623 // purpose  :
2624 //=======================================================================
2625 void SMESHGUI::createSMESHAction( const int id, const QString& po_id, const QString& icon_id, const int key, const bool toggle  )
2626 {
2627   QIcon icon;
2628   QWidget* parent = application()->desktop();
2629   SUIT_ResourceMgr* resMgr = resourceMgr();
2630   QPixmap pix;
2631   if ( !icon_id.isEmpty() )
2632     pix = resMgr->loadPixmap( "SMESH", tr( icon_id.toLatin1().data() ) );
2633   else
2634     pix = resMgr->loadPixmap( "SMESH", tr( QString( "ICO_%1" ).arg( po_id ).toLatin1().data() ), false );
2635   if ( !pix.isNull() )
2636     icon = QIcon( pix );
2637
2638   QString tooltip    = tr( QString( "TOP_%1" ).arg( po_id ).toLatin1().data() ),
2639           menu       = tr( QString( "MEN_%1" ).arg( po_id ).toLatin1().data() ),
2640           status_bar = tr( QString( "STB_%1" ).arg( po_id ).toLatin1().data() );
2641
2642   createAction( id, tooltip, icon, menu, status_bar, key, parent, toggle, this, SLOT( OnGUIEvent() )  );
2643 }
2644
2645 //=======================================================================
2646 // function : createPopupItem
2647 // purpose  :
2648 //=======================================================================
2649 void SMESHGUI::createPopupItem( const int id,
2650                                 const QString& clients,
2651                                 const QString& types,
2652                                 const QString& theRule,
2653                                 const int pId )
2654 {
2655   int parentId = pId;
2656   if( pId!=-1 )
2657     parentId = popupMgr()->actionId( action( pId ) );
2658
2659   if( !popupMgr()->contains( popupMgr()->actionId( action( id ) ) ) )
2660     popupMgr()->insert( action( id ), parentId, 0 );
2661
2662   QString lc = "$";        // VSR : instead of QtxPopupSelection::defEquality();
2663   QString dc = "selcount"; // VSR : insetad of QtxPopupSelection::defSelCountParam()
2664   QString rule = "(%1) and (%2) and (%3)";
2665   rule = rule.arg( QString( "%1>0" ).arg( dc ) );
2666   if( clients.isEmpty() )
2667     rule = rule.arg( QString( "true" ) );
2668   else
2669     rule = rule.arg( QString( "%1client in {%2}" ).arg( lc ).arg( clients ) );
2670   rule = rule.arg( QString( "%1type in {%2}" ).arg( lc ).arg( types ) );
2671   rule += theRule;
2672
2673   bool cont = myRules.contains( id );
2674   if( cont )
2675     rule = QString( "%1 or (%2)" ).arg( myRules[ id ] ).arg( rule );
2676
2677   popupMgr()->setRule( action( id ), rule, QtxPopupMgr::VisibleRule );
2678   myRules[ id ] = QString( cont ? "%1" : "(%1)" ).arg( rule );
2679 }
2680
2681 //=======================================================================
2682 // function : initialize
2683 // purpose  :
2684 //=======================================================================
2685 void SMESHGUI::initialize( CAM_Application* app )
2686 {
2687   SalomeApp_Module::initialize( app );
2688
2689 //   SUIT_ResourceMgr* mgr = app->resourceMgr();
2690 //   if ( mgr )
2691   /* Automatic Update flag */
2692 //     myAutomaticUpdate = mgr->booleanValue( "SMESH", "AutomaticUpdate", myAutomaticUpdate );
2693
2694   // ----- create actions --------------
2695
2696   createSMESHAction(  111, "DAT", "", (Qt::CTRL+Qt::Key_B) );
2697   createSMESHAction(  112, "UNV", "", (Qt::CTRL+Qt::Key_U) );
2698   createSMESHAction(  113, "MED", "", (Qt::CTRL+Qt::Key_M) );
2699   createSMESHAction(  114, "NUM" );
2700   createSMESHAction(  121, "DAT" );
2701   createSMESHAction(  122, "MED" );
2702   createSMESHAction(  123, "UNV" );
2703   createSMESHAction(  140, "STL" );
2704   createSMESHAction(  124, "EXPORT_DAT" );
2705   createSMESHAction(  125, "EXPORT_MED" );
2706   createSMESHAction(  126, "EXPORT_UNV" );
2707   createSMESHAction(  141, "EXPORT_STL" );
2708   createSMESHAction(  150, "FILE_INFO" );
2709   createSMESHAction(   33, "DELETE",          "ICON_DELETE", Qt::Key_Delete );
2710   createSMESHAction( 5105, "SEL_FILTER_LIB" );
2711   createSMESHAction(  701, "COMPUTE",         "ICON_COMPUTE" );
2712   createSMESHAction(  702, "CREATE_MESH",     "ICON_DLG_INIT_MESH" );
2713   createSMESHAction(  703, "CREATE_SUBMESH",  "ICON_DLG_ADD_SUBMESH" );
2714   createSMESHAction(  704, "EDIT_MESHSUBMESH","ICON_DLG_EDIT_MESH" );
2715   createSMESHAction(  710, "BUILD_COMPOUND",  "ICON_BUILD_COMPOUND" );
2716   createSMESHAction(  711, "PRECOMPUTE",      "ICON_PRECOMPUTE" );
2717   createSMESHAction(  712, "EVALUATE",        "ICON_COMPUTE" );
2718   createSMESHAction(  806, "CREATE_GEO_GROUP","ICON_CREATE_GEO_GROUP" );
2719   createSMESHAction(  801, "CREATE_GROUP",    "ICON_CREATE_GROUP" );
2720   createSMESHAction(  802, "CONSTRUCT_GROUP", "ICON_CONSTRUCT_GROUP" );
2721   createSMESHAction(  803, "EDIT_GROUP",      "ICON_EDIT_GROUP" );
2722   createSMESHAction(  815, "EDIT_GEOMGROUP_AS_GROUP", "ICON_EDIT_GROUP" );
2723   createSMESHAction(  804, "ADD" );
2724   createSMESHAction(  805, "REMOVE" );
2725   createSMESHAction(  810, "UN_GROUP",        "ICON_UNION" );
2726   createSMESHAction(  811, "INT_GROUP",       "ICON_INTERSECT" );
2727   createSMESHAction(  812, "CUT_GROUP",       "ICON_CUT" );
2728   createSMESHAction(  814, "UNDERLYING_ELEMS","ICON_UNDERLYING_ELEMS" );
2729   createSMESHAction(  813, "DEL_GROUP",       "ICON_DEL_GROUP" );
2730   createSMESHAction(  900, "ADV_INFO",        "ICON_ADV_INFO" );
2731   createSMESHAction(  902, "STD_INFO",        "ICON_STD_INFO" );
2732   createSMESHAction(  903, "WHAT_IS",         "ICON_WHAT_IS" );
2733   createSMESHAction( 6001, "LENGTH",          "ICON_LENGTH",        0, true );
2734   createSMESHAction( 6002, "FREE_EDGE",       "ICON_FREE_EDGE",     0, true );
2735   createSMESHAction( 6021, "FREE_FACES",      "ICON_FREE_FACES",    0, true );
2736   createSMESHAction( 6003, "FREE_BORDER",     "ICON_FREE_EDGE_2D",  0, true );
2737   createSMESHAction( 6004, "CONNECTION",      "ICON_CONNECTION",    0, true );
2738   createSMESHAction( 6005, "FREE_NODE",       "ICON_FREE_NODE",     0, true );
2739   createSMESHAction( 6011, "AREA",            "ICON_AREA",          0, true );
2740   createSMESHAction( 6012, "TAPER",           "ICON_TAPER",         0, true );
2741   createSMESHAction( 6013, "ASPECT",          "ICON_ASPECT",        0, true );
2742   createSMESHAction( 6014, "MIN_ANG",         "ICON_ANGLE",         0, true );
2743   createSMESHAction( 6015, "WARP",            "ICON_WARP",          0, true );
2744   createSMESHAction( 6016, "SKEW",            "ICON_SKEW",          0, true );
2745   createSMESHAction( 6017, "ASPECT_3D",       "ICON_ASPECT_3D",     0, true );
2746   createSMESHAction( 6018, "LENGTH_2D",       "ICON_LENGTH_2D",     0, true );
2747   createSMESHAction( 6019, "CONNECTION_2D",   "ICON_CONNECTION_2D", 0, true );
2748   createSMESHAction( 6009, "VOLUME_3D",       "ICON_VOLUME_3D",     0, true );
2749   createSMESHAction( 4000, "NODE",            "ICON_DLG_NODE" );
2750   createSMESHAction( 4009, "ELEM0D",          "ICON_DLG_ELEM0D" );
2751   createSMESHAction( 4010, "EDGE",            "ICON_DLG_EDGE" );
2752   createSMESHAction( 4021, "TRIANGLE",        "ICON_DLG_TRIANGLE" );
2753   createSMESHAction( 4022, "QUAD",            "ICON_DLG_QUADRANGLE" );
2754   createSMESHAction( 4023, "POLYGON",         "ICON_DLG_POLYGON" );
2755   createSMESHAction( 4031, "TETRA",           "ICON_DLG_TETRAS" );
2756   createSMESHAction( 4032, "HEXA",            "ICON_DLG_HEXAS" );
2757   createSMESHAction( 4041, "REMOVE_NODES",    "ICON_DLG_REM_NODE" );
2758   createSMESHAction( 4042, "REMOVE_ELEMENTS", "ICON_DLG_REM_ELEMENT" );
2759   createSMESHAction( 4043, "CLEAR_MESH"    ,  "ICON_CLEAR_MESH" );
2760   createSMESHAction( 4051, "RENUM_NODES",     "ICON_DLG_RENUMBERING_NODES" );
2761   createSMESHAction( 4052, "RENUM_ELEMENTS",  "ICON_DLG_RENUMBERING_ELEMENTS" );
2762   createSMESHAction( 4061, "TRANS",           "ICON_SMESH_TRANSLATION_VECTOR" );
2763   createSMESHAction( 4062, "ROT",             "ICON_DLG_MESH_ROTATION" );
2764   createSMESHAction( 4063, "SYM",             "ICON_SMESH_SYMMETRY_PLANE" );
2765   createSMESHAction( 4064, "SEW",             "ICON_SMESH_SEWING_FREEBORDERS" );
2766   createSMESHAction( 4065, "MERGE",           "ICON_SMESH_MERGE_NODES" );
2767   createSMESHAction( 4066, "MERGE_ELEMENTS",  "ICON_DLG_MERGE_ELEMENTS" );
2768   createSMESHAction( 4067, "MESH_THROU_POINT","ICON_DLG_MESH_THROU_POINT" );
2769   createSMESHAction(  406, "MOVE",            "ICON_DLG_MOVE_NODE" );
2770   createSMESHAction(  407, "INV",             "ICON_DLG_MESH_DIAGONAL" );
2771   createSMESHAction(  408, "UNION2",          "ICON_UNION2TRI" );
2772   createSMESHAction(  409, "ORIENT",          "ICON_DLG_MESH_ORIENTATION" );
2773   createSMESHAction(  410, "UNION",           "ICON_UNIONTRI" );
2774   createSMESHAction(  411, "CUT",             "ICON_CUTQUAD" );
2775   createSMESHAction(  412, "SMOOTH",          "ICON_DLG_SMOOTHING" );
2776   createSMESHAction(  413, "EXTRUSION",       "ICON_EXTRUSION" );
2777   createSMESHAction(  414, "REVOLUTION",      "ICON_REVOLUTION" );
2778   createSMESHAction(  415, "MAP",             "ICON_MAP" );
2779   createSMESHAction(  416, "EXTRUSION_ALONG", "ICON_EXTRUSION_ALONG" );
2780   createSMESHAction(  417, "CONV_TO_QUAD",    "ICON_CONV_TO_QUAD" );
2781   createSMESHAction(  418, "2D_FROM_3D",      "ICON_2D_FROM_3D" );
2782   createSMESHAction(  200, "RESET" );
2783   createSMESHAction(  201, "SCALAR_BAR_PROP" );
2784   createSMESHAction(  211, "WIRE",           "ICON_WIRE", 0, true );
2785   createSMESHAction(  212, "SHADE",          "ICON_SHADE", 0, true );
2786   createSMESHAction(  213, "SHRINK",         "ICON_SHRINK", 0, true );
2787   createSMESHAction(  214, "UPDATE",         "ICON_UPDATE" );
2788   createSMESHAction(  215, "NODES",          "ICON_POINTS", 0, true );
2789   createSMESHAction(  216, "ELEMS0D",        "ICON_DLG_ELEM0D", 0, true );
2790   createSMESHAction(  217, "EDGES",          "ICON_DLG_EDGE", 0, true );
2791   createSMESHAction(  218, "FACES",          "ICON_DLG_TRIANGLE", 0, true );
2792   createSMESHAction(  219, "VOLUMES",        "ICON_DLG_TETRAS", 0, true );
2793   createSMESHAction(  220, "ALL" );
2794   createSMESHAction(  221, "FACE_ORIENTATION", "", 0, true );
2795
2796   createSMESHAction(  231, "LINE_REPRESENTATION", "", 0, true );
2797   createSMESHAction(  232, "ARC_REPRESENTATION", "", 0, true );
2798
2799   createSMESHAction( 1100, "EDIT_HYPO" );
2800   createSMESHAction( 1101, "RENAME", "", Qt::Key_F2 );
2801   createSMESHAction( 1102, "UNASSIGN" );
2802   createSMESHAction( 9010, "NUM_NODES", "", 0, true );
2803   createSMESHAction( 9011, "NUM_ELEMENTS", "", 0, true );
2804   createSMESHAction( 1131, "DISPMODE" );
2805   createSMESHAction( 1132, "COLORS" );
2806   createSMESHAction( 1133, "TRANSP" );
2807   createSMESHAction( 1134, "CLIP" );
2808   createSMESHAction( 1135, "DISP_ENT" );
2809   createSMESHAction( 1136, "AUTO_COLOR" );
2810   createSMESHAction( 1137, "DISABLE_AUTO_COLOR" );
2811   createSMESHAction( 2000, "CTRL" );
2812
2813   createSMESHAction( 300, "ERASE" );
2814   createSMESHAction( 301, "DISPLAY" );
2815   createSMESHAction( 302, "DISPLAY_ONLY" );
2816   createSMESHAction( 4033, "POLYHEDRON", "ICON_DLG_POLYHEDRON" );
2817   createSMESHAction( 4034, "QUADRATIC_EDGE", "ICON_DLG_QUADRATIC_EDGE" );
2818   createSMESHAction( 4035, "QUADRATIC_TRIANGLE", "ICON_DLG_QUADRATIC_TRIANGLE" );
2819   createSMESHAction( 4036, "QUADRATIC_QUADRANGLE", "ICON_DLG_QUADRATIC_QUADRANGLE" );
2820   createSMESHAction( 4037, "QUADRATIC_TETRAHEDRON", "ICON_DLG_QUADRATIC_TETRAHEDRON" );
2821   createSMESHAction( 4038, "QUADRATIC_PYRAMID", "ICON_DLG_QUADRATIC_PYRAMID" );
2822   createSMESHAction( 4039, "QUADRATIC_PENTAHEDRON", "ICON_DLG_QUADRATIC_PENTAHEDRON" );
2823   createSMESHAction( 4040, "QUADRATIC_HEXAHEDRON", "ICON_DLG_QUADRATIC_HEXAHEDRON" );
2824
2825   // ----- create menu --------------
2826   int fileId   = createMenu( tr( "MEN_FILE" ),   -1,  1 ),
2827       editId   = createMenu( tr( "MEN_EDIT" ),   -1,  3 ),
2828       toolsId  = createMenu( tr( "MEN_TOOLS" ),  -1,  5, 50 ),
2829       meshId   = createMenu( tr( "MEN_MESH" ),   -1, 70, 10 ),
2830       ctrlId   = createMenu( tr( "MEN_CTRL" ),   -1, 60, 10 ),
2831       modifyId = createMenu( tr( "MEN_MODIFY" ), -1, 40, 10 ),
2832       viewId   = createMenu( tr( "MEN_VIEW" ),   -1,  2 );
2833
2834   createMenu( separator(), fileId );
2835
2836   int importId = createMenu( tr( "MEN_IMPORT" ), fileId, -1, 10 ),
2837       exportId = createMenu( tr( "MEN_EXPORT" ), fileId, -1, 10 ),
2838       addId    = createMenu( tr( "MEN_ADD" ),    modifyId, 402 ),
2839       removeId = createMenu( tr( "MEN_REMOVE" ), modifyId, 403 ),
2840       renumId  = createMenu( tr( "MEN_RENUM" ),  modifyId, 404 ),
2841       transfId = createMenu( tr( "MEN_TRANSF" ), modifyId, 405 );
2842
2843   createMenu( 111, importId, -1 );
2844   createMenu( 112, importId, -1 );
2845   createMenu( 113, importId, -1 );
2846
2847   createMenu( 121, exportId, -1 );
2848   createMenu( 122, exportId, -1 );
2849   createMenu( 123, exportId, -1 );
2850   createMenu( 140, exportId, -1 ); // export to stl STL
2851
2852   createMenu( separator(), fileId, 10 );
2853
2854   createMenu( 33, editId, -1 );
2855
2856   createMenu( 5105, toolsId, -1 );
2857
2858   createMenu( 702, meshId, -1 ); // "Mesh" menu
2859   createMenu( 703, meshId, -1 );
2860   createMenu( 704, meshId, -1 );
2861   createMenu( 710, meshId, -1 );
2862   createMenu( separator(), meshId, -1 );
2863   createMenu( 701, meshId, -1 );
2864   createMenu( 711, meshId, -1 );
2865   createMenu( 712, meshId, -1 );
2866   createMenu( separator(), meshId, -1 );
2867   createMenu( 801, meshId, -1 );
2868   createMenu( 806, meshId, -1 );
2869   createMenu( 802, meshId, -1 );
2870   createMenu( 803, meshId, -1 );
2871   createMenu( 815, meshId, -1 );
2872   createMenu( separator(), meshId, -1 );
2873   createMenu( 810, meshId, -1 );
2874   createMenu( 811, meshId, -1 );
2875   createMenu( 812, meshId, -1 );
2876   createMenu( separator(), meshId, -1 );
2877   createMenu( 814, meshId, -1 );
2878   createMenu( separator(), meshId, -1 );
2879   createMenu( 813, meshId, -1 );
2880   createMenu( separator(), meshId, -1 );
2881   createMenu( 900, meshId, -1 );
2882   createMenu( 902, meshId, -1 );
2883   createMenu( 903, meshId, -1 );
2884   createMenu( separator(), meshId, -1 );
2885
2886   createMenu( 6003, ctrlId, -1 );
2887   createMenu( 6001, ctrlId, -1 );
2888   createMenu( 6004, ctrlId, -1 );
2889   createMenu( separator(), ctrlId, -1 );
2890   createMenu( 6005, ctrlId, -1 );
2891   createMenu( 6002, ctrlId, -1 );
2892   createMenu( 6018, ctrlId, -1 );
2893   createMenu( 6019, ctrlId, -1 );
2894   createMenu( 6011, ctrlId, -1 );
2895   createMenu( 6012, ctrlId, -1 );
2896   createMenu( 6013, ctrlId, -1 );
2897   createMenu( 6014, ctrlId, -1 );
2898   createMenu( 6015, ctrlId, -1 );
2899   createMenu( 6016, ctrlId, -1 );
2900   createMenu( separator(), ctrlId, -1 );
2901   createMenu( 6017, ctrlId, -1 );
2902   createMenu( 6009, ctrlId, -1 );
2903   createMenu( 6021, ctrlId, -1 );
2904   createMenu( separator(), ctrlId, -1 );
2905
2906   createMenu( 4000, addId, -1 );
2907   createMenu( 4009, addId, -1 );
2908   createMenu( 4010, addId, -1 );
2909   createMenu( 4021, addId, -1 );
2910   createMenu( 4022, addId, -1 );
2911   createMenu( 4023, addId, -1 );
2912   createMenu( 4031, addId, -1 );
2913   createMenu( 4032, addId, -1 );
2914   createMenu( 4033, addId, -1 );
2915   createMenu( separator(), addId, -1 );
2916   createMenu( 4034, addId, -1 );
2917   createMenu( 4035, addId, -1 );
2918   createMenu( 4036, addId, -1 );
2919   createMenu( 4037, addId, -1 );
2920   createMenu( 4038, addId, -1 );
2921   createMenu( 4039, addId, -1 );
2922   createMenu( 4040, addId, -1 );
2923
2924   createMenu( 4041, removeId, -1 );
2925   createMenu( 4042, removeId, -1 );
2926   createMenu( 4043, removeId, -1 );
2927
2928   createMenu( 4051, renumId, -1 );
2929   createMenu( 4052, renumId, -1 );
2930
2931   createMenu( 4061, transfId, -1 );
2932   createMenu( 4062, transfId, -1 );
2933   createMenu( 4063, transfId, -1 );
2934   createMenu( 4064, transfId, -1 );
2935   createMenu( 4065, transfId, -1 );
2936   createMenu( 4066, transfId, -1 );
2937
2938   createMenu( 406, modifyId, -1 );
2939   createMenu( 4067,modifyId, -1 );
2940   createMenu( 407, modifyId, -1 );
2941   createMenu( 408, modifyId, -1 );
2942   createMenu( 409, modifyId, -1 );
2943   createMenu( 410, modifyId, -1 );
2944   createMenu( 411, modifyId, -1 );
2945   createMenu( 412, modifyId, -1 );
2946   createMenu( 413, modifyId, -1 );
2947   createMenu( 416, modifyId, -1 );
2948   createMenu( 414, modifyId, -1 );
2949   createMenu( 415, modifyId, -1 );
2950   createMenu( 417, modifyId, -1 );
2951   createMenu( 418, modifyId, -1 );
2952
2953   createMenu( 214, viewId, -1 );
2954
2955   // ----- create toolbars --------------
2956   int meshTb     = createTool( tr( "TB_MESH" ) ),
2957       ctrlTb     = createTool( tr( "TB_CTRL" ) ),
2958       addRemTb   = createTool( tr( "TB_ADD_REMOVE" ) ),
2959       modifyTb   = createTool( tr( "TB_MODIFY" ) ),
2960       dispModeTb = createTool( tr( "TB_DISP_MODE" ) );
2961
2962   createTool( 702, meshTb );
2963   createTool( 703, meshTb );
2964   createTool( 704, meshTb );
2965   createTool( 710, meshTb );
2966   createTool( separator(), meshTb );
2967   createTool( 701, meshTb );
2968   createTool( 711, meshTb );
2969   createTool( 712, meshTb );
2970   createTool( separator(), meshTb );
2971   createTool( 801, meshTb );
2972   createTool( 806, meshTb );
2973   createTool( 802, meshTb );
2974   createTool( 803, meshTb );
2975   //createTool( 815, meshTb );
2976   createTool( separator(), meshTb );
2977   createTool( 900, meshTb );
2978   createTool( 902, meshTb );
2979   createTool( 903, meshTb );
2980   createTool( separator(), meshTb );
2981
2982   createTool( 6001, ctrlTb );
2983   createTool( 6003, ctrlTb );
2984   createTool( 6004, ctrlTb );
2985   createTool( separator(), ctrlTb );
2986   createTool( 6005, ctrlTb );
2987   createTool( 6002, ctrlTb );
2988   createTool( 6018, ctrlTb );
2989   createTool( 6019, ctrlTb );
2990   createTool( 6011, ctrlTb );
2991   createTool( 6012, ctrlTb );
2992   createTool( 6013, ctrlTb );
2993   createTool( 6014, ctrlTb );
2994   createTool( 6015, ctrlTb );
2995   createTool( 6016, ctrlTb );
2996   createTool( separator(), ctrlTb );
2997   createTool( 6017, ctrlTb );
2998   createTool( 6009, ctrlTb );
2999   createTool( 6021, ctrlTb );
3000   createTool( separator(), ctrlTb );
3001
3002   createTool( 4000, addRemTb );
3003   createTool( 4009, addRemTb );
3004   createTool( 4010, addRemTb );
3005   createTool( 4021, addRemTb );
3006   createTool( 4022, addRemTb );
3007   createTool( 4023, addRemTb );
3008   createTool( 4031, addRemTb );
3009   createTool( 4032, addRemTb );
3010   createTool( 4033, addRemTb );
3011   createTool( separator(), addRemTb );
3012   createTool( 4034, addRemTb );
3013   createTool( 4035, addRemTb );
3014   createTool( 4036, addRemTb );
3015   createTool( 4037, addRemTb );
3016   createTool( 4038, addRemTb );
3017   createTool( 4039, addRemTb );
3018   createTool( 4040, addRemTb );
3019   createTool( separator(), addRemTb );
3020   createTool( 4041, addRemTb );
3021   createTool( 4042, addRemTb );
3022   createTool( 4043, addRemTb );
3023   createTool( separator(), addRemTb );
3024   createTool( 4051, addRemTb );
3025   createTool( 4052, addRemTb );
3026   createTool( separator(), addRemTb );
3027   createTool( 4061, addRemTb );
3028   createTool( 4062, addRemTb );
3029   createTool( 4063, addRemTb );
3030   createTool( 4064, addRemTb );
3031   createTool( 4065, addRemTb );
3032   createTool( 4066, addRemTb );
3033   createTool( separator(), addRemTb );
3034
3035   createTool( 406, modifyTb );
3036   createTool( 4067,modifyTb );
3037   createTool( 407, modifyTb );
3038   createTool( 408, modifyTb );
3039   createTool( 409, modifyTb );
3040   createTool( 410, modifyTb );
3041   createTool( 411, modifyTb );
3042   createTool( 412, modifyTb );
3043   createTool( 413, modifyTb );
3044   createTool( 416, modifyTb );
3045   createTool( 414, modifyTb );
3046   createTool( 415, modifyTb );
3047   createTool( 417, modifyTb );
3048   createTool( 418, modifyTb );
3049
3050   createTool( 214, dispModeTb );
3051
3052   QString lc = "$";        // VSR : instead of QtxPopupSelection::defEquality();
3053   QString dc = "selcount"; // VSR : instead of QtxPopupSelection::defSelCountParam()
3054
3055   myRules.clear();
3056   QString OB = "'ObjectBrowser'",
3057           View = "'" + SVTK_Viewer::Type() + "'",
3058           pat = "'%1'",
3059           mesh    = pat.arg( SMESHGUI_Selection::typeName( MESH ) ),
3060           group   = pat.arg( SMESHGUI_Selection::typeName( GROUP ) ),
3061           hypo    = pat.arg( SMESHGUI_Selection::typeName( HYPOTHESIS ) ),
3062           algo    = pat.arg( SMESHGUI_Selection::typeName( ALGORITHM ) ),
3063           elems   = QString( "'%1' '%2' '%3' '%4' '%5' '%6'" ).
3064                        arg( SMESHGUI_Selection::typeName( SUBMESH_VERTEX ) ).
3065                        arg( SMESHGUI_Selection::typeName( SUBMESH_EDGE ) ).
3066                        arg( SMESHGUI_Selection::typeName( SUBMESH_FACE ) ).
3067                        arg( SMESHGUI_Selection::typeName( SUBMESH_SOLID ) ).
3068                        arg( SMESHGUI_Selection::typeName( SUBMESH_COMPOUND ) ).
3069                        arg( SMESHGUI_Selection::typeName( SUBMESH ) ),
3070           subMesh = elems,
3071           mesh_group = mesh + " " + subMesh + " " + group,
3072           hyp_alg = hypo + " " + algo;
3073
3074   // popup for object browser
3075   QString
3076     isInvisible("not( isVisible )"),
3077     isEmpty("numberOfNodes = 0"),
3078     isNotEmpty("numberOfNodes <> 0"),
3079
3080     // has nodes, edges, etc in VISIBLE! actor
3081     hasNodes("(numberOfNodes > 0 )"),//&& isVisible)"),
3082     hasElems("(count( elemTypes ) > 0)"),
3083     hasDifferentElems("(count( elemTypes ) > 1)"),
3084     hasElems0d("({'Elem0d'} in elemTypes)"),
3085     hasEdges("({'Edge'} in elemTypes)"),
3086     hasFaces("({'Face'} in elemTypes)"),
3087     hasVolumes("({'Volume'} in elemTypes)");
3088
3089   createPopupItem( 150, OB, mesh, "&& selcount=1 && isImported" );      // FILE INFORMATION
3090   createPopupItem( 703, OB, mesh, "&& isComputable");      // CREATE_SUBMESH
3091   //createPopupItem( 703, OB, subMesh, "&& isComputable" );  // CREATE_SUBMESH
3092   createPopupItem( 704, OB, mesh, "&& isComputable");      // EDIT_MESHSUBMESH
3093   createPopupItem( 704, OB, subMesh, "&& isComputable" );  // EDIT_MESHSUBMESH
3094   createPopupItem( 803, OB, group );                       // EDIT_GROUP
3095   createPopupItem( 815, OB, group, "&& groupType = 'GroupOnGeom'" ); // EDIT_GROUP
3096
3097   popupMgr()->insert( separator(), -1, 0 );
3098   createPopupItem( 701, OB, mesh, "&& isComputable" );     // COMPUTE
3099   createPopupItem( 711, OB, mesh, "&& isComputable && isPreComputable" ); // PRECOMPUTE
3100   createPopupItem( 712, OB, mesh, "&& isComputable" );     // COMPUTE
3101   createPopupItem( 214, OB, mesh_group );                  // UPDATE
3102   createPopupItem( 900, OB, mesh_group );                  // ADV_INFO
3103   createPopupItem( 902, OB, mesh );                        // STD_INFO
3104   createPopupItem( 903, OB, mesh_group );                  // WHAT_IS
3105   popupMgr()->insert( separator(), -1, 0 );
3106   createPopupItem( 801, OB, mesh );                        // CREATE_GROUP
3107   createPopupItem( 806, OB, mesh );                        // CREATE_GEO_GROUP
3108   createPopupItem( 802, OB, subMesh );                     // CONSTRUCT_GROUP
3109   popupMgr()->insert( separator(), -1, 0 );
3110   createPopupItem( 1100, OB, hypo);                        // EDIT HYPOTHESIS
3111   createPopupItem( 1102, OB, hyp_alg ); // REMOVE HYPOTHESIS / ALGORITHMS
3112   createPopupItem( 1101, OB, mesh_group + " " + hyp_alg ); // RENAME
3113   popupMgr()->insert( separator(), -1, 0 );
3114   createPopupItem( 4043, OB, mesh );                       // CLEAR_MESH
3115   popupMgr()->insert( separator(), -1, 0 );
3116   createPopupItem( 417, OB, mesh/*, "&& " + hasElems*/);       // convert to quadratic
3117   createPopupItem( 418, OB, mesh/*, "&& " + hasVolumes*/);     // create 2D mesh on 3D
3118   popupMgr()->insert( separator(), -1, 0 );
3119
3120   QString only_one_non_empty = QString( " && %1=1 && numberOfNodes>0" ).arg( dc );
3121
3122   createPopupItem( 125, OB, mesh, only_one_non_empty );   // EXPORT_MED
3123   createPopupItem( 126, OB, mesh, only_one_non_empty );   // EXPORT_UNV
3124   createPopupItem( 141, OB, mesh, only_one_non_empty );   // EXPORT_STL
3125   //createPopupItem( 33, OB, subMesh + " " + group );       // DELETE
3126   createPopupItem(  33, OB, mesh_group + " " + hyp_alg ); // DELETE
3127   popupMgr()->insert( separator(), -1, 0 );
3128
3129   // popup for viewer
3130   createPopupItem( 803, View, group ); // EDIT_GROUP
3131   createPopupItem( 804, View, elems ); // ADD
3132   createPopupItem( 805, View, elems ); // REMOVE
3133
3134   popupMgr()->insert( separator(), -1, 0 );
3135   createPopupItem( 214, View, mesh_group ); // UPDATE
3136   createPopupItem( 900, View, mesh_group ); // ADV_INFO
3137   createPopupItem( 902, View, mesh );       // STD_INFO
3138   createPopupItem( 903, View, mesh_group ); // WHAT_IS
3139   popupMgr()->insert( separator(), -1, 0 );
3140
3141   createPopupItem( 1136, OB + " " + View, mesh, "&& (not isAutoColor)" ); // AUTO_COLOR
3142   createPopupItem( 1137, OB + " " + View, mesh, "&& isAutoColor" );       // DISABLE_AUTO_COLOR
3143   popupMgr()->insert( separator(), -1, 0 );
3144
3145   int anId;
3146   QString aClient = QString( "%1client in {%2}" ).arg( lc ).arg( "'VTKViewer'" );
3147   QString aType = QString( "%1type in {%2}" ).arg( lc );
3148   aType = aType.arg( mesh_group );
3149   QString aMeshInVTK = aClient + "&&" + aType;
3150
3151   aClient = "($client in {'VTKViewer' 'ObjectBrowser'})";
3152   QString anActiveVTK = QString("activeView = '%1'").arg(SVTK_Viewer::Type());
3153   QString aSelCount = QString( "%1 > 0" ).arg( dc );
3154
3155   //-------------------------------------------------
3156   // Numbering
3157   //-------------------------------------------------
3158   anId = popupMgr()->insert( tr( "MEN_NUM" ), -1, -1 );
3159
3160   popupMgr()->insert( action( 9010 ), anId, -1 );
3161   popupMgr()->setRule( action( 9010 ), aMeshInVTK + "&& isVisible &&" + hasNodes, QtxPopupMgr::VisibleRule );
3162   popupMgr()->setRule( action( 9010 ), "{'Point'} in labeledTypes", QtxPopupMgr::ToggleRule );
3163
3164   popupMgr()->insert( action( 9011 ), anId, -1 );
3165   popupMgr()->setRule( action( 9011 ), aMeshInVTK + "&& isVisible &&" + hasElems, QtxPopupMgr::VisibleRule );
3166   popupMgr()->setRule( action( 9011 ), "{'Cell'} in labeledTypes", QtxPopupMgr::ToggleRule );
3167
3168   popupMgr()->insert( separator(), -1, -1 );
3169
3170   //-------------------------------------------------
3171   // Display Mode
3172   //-------------------------------------------------
3173   anId = popupMgr()->insert( tr( "MEN_DISPMODE" ), -1, -1 );
3174
3175   popupMgr()->insert( action( 211 ), anId, -1 ); // WIRE
3176   popupMgr()->setRule( action( 211 ), aMeshInVTK + "&&" + hasElems, QtxPopupMgr::VisibleRule );
3177   popupMgr()->setRule( action( 211 ), "displayMode = 'eEdge'", QtxPopupMgr::ToggleRule );
3178
3179   popupMgr()->insert( action( 212 ), anId, -1 ); // SHADE
3180   popupMgr()->setRule( action( 212 ),aMeshInVTK+ "&& (" + hasFaces + "||" + hasVolumes + ")", QtxPopupMgr::VisibleRule);
3181   popupMgr()->setRule( action( 212 ), "displayMode = 'eSurface'", QtxPopupMgr::ToggleRule );
3182
3183   popupMgr()->insert( action( 215 ), anId, -1 ); // POINTS
3184   popupMgr()->setRule( action( 215 ), aMeshInVTK + "&&" + hasNodes, QtxPopupMgr::VisibleRule );
3185   popupMgr()->setRule( action( 215 ), "displayMode = 'ePoint'", QtxPopupMgr::ToggleRule );
3186
3187   popupMgr()->insert( separator(), anId, -1 );
3188
3189   popupMgr()->insert( action( 213 ), anId, -1 ); // SHRINK
3190   popupMgr()->setRule( action( 213 ), aMeshInVTK + "&& shrinkMode <> 'IsNotShrinkable' && displayMode <> 'ePoint'", QtxPopupMgr::VisibleRule);
3191   popupMgr()->setRule( action( 213 ), "shrinkMode = 'IsShrunk'", QtxPopupMgr::ToggleRule );
3192
3193   //-------------------------------------------------
3194   // Display Entity
3195   //-------------------------------------------------
3196   QString aDiffElemsInVTK = aMeshInVTK + "&&" + hasDifferentElems;
3197
3198   anId = popupMgr()->insert( tr( "MEN_DISP_ENT" ), -1, -1 );
3199
3200   popupMgr()->insert( action(216), anId, -1 ); // ELEMS 0D
3201   popupMgr()->setRule(action(216), aDiffElemsInVTK + "&& isVisible &&" + hasElems0d, QtxPopupMgr::VisibleRule);
3202   popupMgr()->setRule(action(216), "{'Elem0d'} in entityMode", QtxPopupMgr::ToggleRule);
3203
3204   popupMgr()->insert( action( 217 ), anId, -1 ); // EDGES
3205   popupMgr()->setRule( action( 217 ), aDiffElemsInVTK + "&& isVisible &&" + hasEdges, QtxPopupMgr::VisibleRule );
3206   popupMgr()->setRule( action( 217 ), "{'Edge'} in entityMode", QtxPopupMgr::ToggleRule );
3207
3208   popupMgr()->insert( action( 218 ), anId, -1 ); // FACES
3209   popupMgr()->setRule( action( 218 ), aDiffElemsInVTK + "&& isVisible &&" + hasFaces, QtxPopupMgr::VisibleRule );
3210   popupMgr()->setRule( action( 218 ), "{'Face'} in entityMode", QtxPopupMgr::ToggleRule );
3211
3212   popupMgr()->insert( action( 219 ), anId, -1 ); // VOLUMES
3213   popupMgr()->setRule( action( 219 ), aDiffElemsInVTK + "&& isVisible &&" + hasVolumes, QtxPopupMgr::VisibleRule );
3214   popupMgr()->setRule( action( 219 ), "{'Volume'} in entityMode", QtxPopupMgr::ToggleRule );
3215
3216   popupMgr()->insert( separator(), anId, -1 );
3217
3218   popupMgr()->insert( action( 220 ), anId, -1 ); // ALL
3219   popupMgr()->setRule( action( 220 ), aDiffElemsInVTK + "&& isVisible && not( elemTypes in entityMode )", QtxPopupMgr::VisibleRule );
3220
3221
3222   //-------------------------------------------------
3223   // Representation of the 2D Quadratic elements
3224   //-------------------------------------------------  
3225   anId = popupMgr()->insert( tr( "MEN_QUADRATIC_REPRESENT" ), -1, -1 );
3226   popupMgr()->insert( action( 231 ), anId, -1 ); // LINE REPRESENTATION
3227   popupMgr()->setRule( action( 231 ), aMeshInVTK + "and isVisible",QtxPopupMgr::VisibleRule );
3228   popupMgr()->setRule( action( 231 ), "quadratic2DMode = 'eLines'", QtxPopupMgr::ToggleRule );
3229   
3230   popupMgr()->insert( action( 232 ), anId, -1 ); // ARC REPRESENTATION
3231   popupMgr()->setRule( action( 232 ), aMeshInVTK + "and isVisible", QtxPopupMgr::VisibleRule );
3232   popupMgr()->setRule( action( 232 ), "quadratic2DMode = 'eArcs'", QtxPopupMgr::ToggleRule );
3233
3234   //-------------------------------------------------
3235   // Orientation of faces
3236   //-------------------------------------------------
3237   popupMgr()->insert( action( 221 ), -1, -1 );
3238   popupMgr()->setRule( action( 221 ), aMeshInVTK + "&& isVisible", QtxPopupMgr::VisibleRule);
3239   popupMgr()->setRule( action( 221 ), "facesOrientationMode = 'IsOriented'", QtxPopupMgr::ToggleRule );
3240
3241   //-------------------------------------------------
3242   // Color / Size
3243   //-------------------------------------------------
3244   popupMgr()->insert( action( 1132 ), -1, -1 );
3245   popupMgr()->setRule( action( 1132 ), aMeshInVTK + "&& isVisible", QtxPopupMgr::VisibleRule );
3246
3247   //-------------------------------------------------
3248   // Transparency
3249   //-------------------------------------------------
3250   popupMgr()->insert( action( 1133 ), -1, -1 );
3251   popupMgr()->setRule( action( 1133 ), aMeshInVTK + "&& isVisible", QtxPopupMgr::VisibleRule );
3252
3253   //-------------------------------------------------
3254   // Clipping
3255   //-------------------------------------------------
3256   popupMgr()->insert( action( 1134 ), -1, -1 );
3257   popupMgr()->setRule( action( 1134 ), aMeshInVTK + "&& selcount=1 && isVisible", QtxPopupMgr::VisibleRule );
3258
3259   popupMgr()->insert( separator(), -1, -1 );
3260
3261   //-------------------------------------------------
3262   // Controls
3263   //-------------------------------------------------
3264   QString
3265     aMeshInVtkHasNodes = aMeshInVTK + "&&" + hasNodes,
3266     aMeshInVtkHasEdges = aMeshInVTK + "&&" + hasEdges,
3267     aMeshInVtkHasFaces = aMeshInVTK + "&&" + hasFaces,
3268     aMeshInVtkHasVolumes = aMeshInVTK + "&&" + hasVolumes;
3269
3270   anId = popupMgr()->insert( tr( "MEN_CTRL" ), -1, -1 );
3271   
3272   popupMgr()->insert( action( 200 ), anId, -1 ); // RESET
3273   popupMgr()->setRule( action( 200 ), aMeshInVTK + "&& controlMode <> 'eNone'", QtxPopupMgr::VisibleRule );
3274
3275   popupMgr()->insert( separator(), anId, -1 );
3276
3277   popupMgr()->insert( action( 6003 ), anId, -1 ); // FREE_BORDER
3278   popupMgr()->setRule( action( 6003 ), aMeshInVtkHasEdges, QtxPopupMgr::VisibleRule );
3279   popupMgr()->setRule( action( 6003 ), "controlMode = 'eFreeBorders'", QtxPopupMgr::ToggleRule );
3280
3281   popupMgr()->insert( action( 6001 ), anId, -1 ); // LENGTH
3282   popupMgr()->setRule( action( 6001 ), aMeshInVtkHasEdges, QtxPopupMgr::VisibleRule );
3283   popupMgr()->setRule( action( 6001 ), "controlMode = 'eLength'", QtxPopupMgr::ToggleRule );
3284
3285   popupMgr()->insert( action( 6004 ), anId, -1 ); // CONNECTION
3286   popupMgr()->setRule( action( 6004 ), aMeshInVtkHasEdges, QtxPopupMgr::VisibleRule );
3287   popupMgr()->setRule( action( 6004 ), "controlMode = 'eMultiConnection'", QtxPopupMgr::ToggleRule );
3288
3289   popupMgr()->insert( separator(), anId, -1 );
3290
3291   popupMgr()->insert( action( 6005 ), anId, -1 ); // FREE_NODE
3292   popupMgr()->setRule( action( 6005 ), aMeshInVtkHasNodes, QtxPopupMgr::VisibleRule );
3293   popupMgr()->setRule( action( 6005 ), "controlMode = 'eFreeNodes'", QtxPopupMgr::ToggleRule );
3294
3295   popupMgr()->insert( action( 6002 ), anId, -1 ); // FREE_EDGE
3296   popupMgr()->setRule( action( 6002 ), aMeshInVtkHasEdges, QtxPopupMgr::VisibleRule );
3297   popupMgr()->setRule( action( 6002 ), "controlMode = 'eFreeEdges'", QtxPopupMgr::ToggleRule );
3298
3299   popupMgr()->insert( action( 6018 ), anId, -1 ); // LENGTH_2D
3300   popupMgr()->setRule( action( 6018 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3301   popupMgr()->setRule( action( 6018 ), "controlMode = 'eLength2D'", QtxPopupMgr::ToggleRule );
3302
3303   popupMgr()->insert( action( 6019 ), anId, -1 ); // CONNECTION_2D
3304   popupMgr()->setRule( action( 6019 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3305   popupMgr()->setRule( action( 6019 ), "controlMode = 'eMultiConnection2D'", QtxPopupMgr::ToggleRule );
3306
3307   popupMgr()->insert( action( 6011 ), anId, -1 ); // AREA
3308   popupMgr()->setRule( action( 6011 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3309   popupMgr()->setRule( action( 6011 ), "controlMode = 'eArea'", QtxPopupMgr::ToggleRule );
3310
3311   popupMgr()->insert( action( 6012 ), anId, -1 ); // TAPER
3312   popupMgr()->setRule( action( 6012 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3313   popupMgr()->setRule( action( 6012 ), "controlMode = 'eTaper'", QtxPopupMgr::ToggleRule );
3314
3315   popupMgr()->insert( action( 6013 ), anId, -1 ); // ASPECT
3316   popupMgr()->setRule( action( 6013 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3317   popupMgr()->setRule( action( 6013 ), "controlMode = 'eAspectRatio'", QtxPopupMgr::ToggleRule );
3318
3319   popupMgr()->insert( action( 6014 ), anId, -1 ); // MIN_ANG
3320   popupMgr()->setRule( action( 6014 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3321   popupMgr()->setRule( action( 6014 ), "controlMode = 'eMinimumAngle'", QtxPopupMgr::ToggleRule );
3322
3323   popupMgr()->insert( action( 6015 ), anId, -1 ); // WARP
3324   popupMgr()->setRule( action( 6015 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3325   popupMgr()->setRule( action( 6015 ), "controlMode = 'eWarping'", QtxPopupMgr::ToggleRule );
3326
3327   popupMgr()->insert( action( 6016 ), anId, -1 ); // SKEW
3328   popupMgr()->setRule( action( 6016 ), aMeshInVtkHasFaces, QtxPopupMgr::VisibleRule );
3329   popupMgr()->setRule( action( 6016 ), "controlMode = 'eSkew'", QtxPopupMgr::ToggleRule );
3330
3331   popupMgr()->insert( separator(), anId, -1 );
3332
3333   popupMgr()->insert( action( 6017 ), anId, -1 ); // ASPECT_3D
3334   popupMgr()->setRule( action( 6017 ), aMeshInVtkHasVolumes, QtxPopupMgr::VisibleRule );
3335   popupMgr()->setRule( action( 6017 ), "controlMode = 'eAspectRatio3D'", QtxPopupMgr::ToggleRule );
3336
3337   popupMgr()->insert ( action( 6009 ), anId, -1 ); // VOLUME_3D
3338   popupMgr()->setRule( action( 6009 ), aMeshInVtkHasVolumes, QtxPopupMgr::VisibleRule );
3339   popupMgr()->setRule( action( 6009 ), "controlMode = 'eVolume3D'", QtxPopupMgr::ToggleRule );
3340
3341   popupMgr()->insert( action( 6021 ), anId, -1 ); // FREE_FACE
3342   popupMgr()->setRule( action( 6021 ), aMeshInVtkHasFaces /*aMeshInVtkHasVolumes*/,
3343                                        QtxPopupMgr::VisibleRule );
3344   popupMgr()->setRule( action( 6021 ), "controlMode = 'eFreeFaces'", QtxPopupMgr::ToggleRule );
3345
3346   popupMgr()->insert( separator(), anId, -1 );
3347
3348   popupMgr()->insert( action( 201 ), anId, -1 ); // SCALAR_BAR_PROP
3349   popupMgr()->setRule( action( 201 ), aMeshInVTK + "&& controlMode <> 'eNone'", QtxPopupMgr::VisibleRule );
3350
3351   popupMgr()->insert( separator(), -1, -1 );
3352   
3353   //-------------------------------------------------
3354   // Display / Erase
3355   //-------------------------------------------------
3356   QString aRule = "$component={'SMESH'} and ( type='Component' or (" + aClient + " and " +
3357     aType + " and " + aSelCount + " and " + anActiveVTK + " and " + isNotEmpty + " %1 ) )";
3358   popupMgr()->insert( action( 301 ), -1, -1 ); // DISPLAY
3359   popupMgr()->setRule( action( 301 ), aRule.arg( "and (not isVisible)" ), QtxPopupMgr::VisibleRule );
3360
3361   popupMgr()->insert( action( 300 ), -1, -1 ); // ERASE
3362   popupMgr()->setRule( action( 300 ), aRule.arg( "and isVisible" ), QtxPopupMgr::VisibleRule );
3363
3364   popupMgr()->insert( action( 302 ), -1, -1 ); // DISPLAY_ONLY
3365   popupMgr()->setRule( action( 302 ), aRule.arg( "" ), QtxPopupMgr::VisibleRule );
3366
3367   popupMgr()->insert( separator(), -1, -1 );
3368
3369   connect( application(), SIGNAL( viewManagerActivated( SUIT_ViewManager* ) ),
3370            this, SLOT( onViewManagerActivated( SUIT_ViewManager* ) ) );
3371 }
3372
3373 //================================================================================
3374 /*!
3375  * \brief Return true if SMESH or GEOM objects are selected.
3376  * Is called form LightApp_Module::activateModule() which clear selection if
3377  * not isSelectionCompatible()
3378  */
3379 //================================================================================
3380
3381 bool SMESHGUI::isSelectionCompatible()
3382 {
3383   bool isCompatible = true;
3384   SALOME_ListIO selected;
3385   if ( LightApp_SelectionMgr *Sel = selectionMgr() )
3386     Sel->selectedObjects( selected );
3387
3388   SALOME_ListIteratorOfListIO It( selected );
3389   for ( ; isCompatible && It.More(); It.Next())
3390     isCompatible =
3391       ( strcmp("GEOM", It.Value()->getComponentDataType()) == 0 ) ||
3392       ( strcmp("SMESH", It.Value()->getComponentDataType()) == 0 );
3393
3394   return isCompatible;
3395 }
3396
3397 bool SMESHGUI::activateModule( SUIT_Study* study )
3398 {
3399   bool res = SalomeApp_Module::activateModule( study );
3400
3401   setMenuShown( true );
3402   setToolShown( true );
3403
3404   // Reset actions accelerator keys
3405   action(111)->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_B)); // Import DAT
3406   action(112)->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_U)); // Import UNV
3407   action(113)->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_M)); // Import MED
3408
3409   action(  33)->setEnabled(true); // Delete: Key_Delete
3410   action(1101)->setEnabled(true); // Rename: Key_F2
3411
3412   //  0020210. Make SMESH_Gen update meshes at switching GEOM->SMESH
3413   GetSMESHGen()->SetCurrentStudy(SALOMEDS::Study::_nil());
3414   if ( SalomeApp_Study* s = dynamic_cast<SalomeApp_Study*>( study ))
3415     if ( _PTR(Study) aStudy = s->studyDS()) {
3416       GetSMESHGen()->SetCurrentStudy( _CAST(Study,aStudy)->GetStudy() );
3417       updateObjBrowser(); // objects can be removed
3418     }
3419
3420   return res;
3421 }
3422
3423 bool SMESHGUI::deactivateModule( SUIT_Study* study )
3424 {
3425   setMenuShown( false );
3426   setToolShown( false );
3427
3428   EmitSignalCloseAllDialogs();
3429
3430   // Unset actions accelerator keys
3431   action(111)->setShortcut(QKeySequence()); // Import DAT
3432   action(112)->setShortcut(QKeySequence()); // Import UNV
3433   action(113)->setShortcut(QKeySequence()); // Import MED
3434
3435   action(  33)->setEnabled(false); // Delete: Key_Delete
3436   action(1101)->setEnabled(false); // Rename: Key_F2
3437
3438   return SalomeApp_Module::deactivateModule( study );
3439 }
3440
3441 void SMESHGUI::studyClosed( SUIT_Study* s )
3442 {
3443   SMESH::RemoveVisuData( s->id() );
3444   SalomeApp_Module::studyClosed( s );
3445 }
3446
3447 void SMESHGUI::OnGUIEvent()
3448 {
3449   const QObject* obj = sender();
3450   if ( !obj || !obj->inherits( "QAction" ) )
3451     return;
3452   int id = actionId((QAction*)obj);
3453   if ( id != -1 )
3454     OnGUIEvent( id );
3455 }
3456
3457 SMESH::SMESH_Gen_var SMESHGUI::GetSMESHGen()
3458 {
3459   _PTR(Study) aStudy = SMESH::GetActiveStudyDocument(); //Document OCAF de l'etude active
3460   if ( CORBA::is_nil( myComponentSMESH ) )
3461     {
3462       SMESHGUI aGUI; //SRN BugID: IPAL9186: Create an instance of SMESHGUI to initialize myComponentSMESH
3463       if ( aStudy )
3464         aGUI.myComponentSMESH->SetCurrentStudy(_CAST(Study,aStudy)->GetStudy());
3465       return aGUI.myComponentSMESH;
3466     }
3467   if ( aStudy )
3468     myComponentSMESH->SetCurrentStudy(_CAST(Study,aStudy)->GetStudy());
3469   return myComponentSMESH;
3470 }
3471
3472 QString SMESHGUI::engineIOR() const
3473 {
3474   CORBA::ORB_var anORB = getApp()->orb();
3475   CORBA::String_var anIOR = anORB->object_to_string(GetSMESHGen());
3476   return QString( anIOR.in() );
3477 }
3478
3479 void SMESHGUI::contextMenuPopup( const QString& client, QMenu* menu, QString& title )
3480 {
3481   SalomeApp_Module::contextMenuPopup( client, menu, title );
3482   SALOME_ListIO lst;
3483   selectionMgr()->selectedObjects( lst );
3484   if ( ( client == "OCCViewer" || client == "VTKViewer" ) && lst.Extent() == 1 ) {
3485     Handle(SALOME_InteractiveObject) io = lst.First();
3486     SalomeApp_Study* appStudy = dynamic_cast<SalomeApp_Study*>( application()->activeStudy() );
3487     _PTR(Study) study = appStudy->studyDS();
3488     _PTR(SObject) obj = study->FindObjectID( io->getEntry() );
3489     if ( obj ) {
3490       QString aName = QString( obj->GetName().c_str() );
3491       while ( aName.at( aName.length() - 1 ) == ' ' ) // Remove extraspaces in Name of Popup
3492           aName.remove( (aName.length() - 1), 1 );
3493       title = aName;
3494     }
3495   }
3496 }
3497
3498 LightApp_Selection* SMESHGUI::createSelection() const
3499 {
3500   return new SMESHGUI_Selection();
3501 }
3502
3503 void SMESHGUI::windows( QMap<int, int>& aMap ) const
3504 {
3505   aMap.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::LeftDockWidgetArea );
3506   aMap.insert( SalomeApp_Application::WT_PyConsole, Qt::BottomDockWidgetArea );
3507 }
3508
3509 void SMESHGUI::viewManagers( QStringList& list ) const
3510 {
3511   list.append( SVTK_Viewer::Type() );
3512 }
3513
3514 void SMESHGUI::onViewManagerActivated( SUIT_ViewManager* mgr )
3515 {
3516   if ( dynamic_cast<SVTK_ViewManager*>( mgr ) )
3517     SMESH::UpdateSelectionProp( this );
3518 }
3519
3520 void SMESHGUI::createPreferences()
3521 {
3522   // General tab ------------------------------------------------------------------------
3523   int genTab = addPreference( tr( "PREF_TAB_GENERAL" ) );
3524
3525   int updateGroup = addPreference( tr( "PREF_GROUP_UPDATE" ), genTab );
3526   addPreference( tr( "PREF_AUTO_UPDATE" ), updateGroup, LightApp_Preferences::Bool, "SMESH", "auto_update" );
3527
3528   int qaGroup = addPreference( tr( "PREF_GROUP_QUALITY" ), genTab );
3529   setPreferenceProperty( qaGroup, "columns", 2 );
3530   addPreference( tr( "PREF_DISPLAY_ENTITY" ), qaGroup, LightApp_Preferences::Bool, "SMESH", "display_entity" );
3531   addPreference( tr( "PREF_PRECISION_USE" ), qaGroup, LightApp_Preferences::Bool, "SMESH", "use_precision" );
3532   int prec = addPreference( tr( "PREF_PRECISION_VALUE" ), qaGroup, LightApp_Preferences::IntSpin, "SMESH", "controls_precision" );
3533   setPreferenceProperty( prec, "min", 0 );
3534   setPreferenceProperty( prec, "max", 16 );
3535
3536   int dispgroup = addPreference( tr( "PREF_DISPLAY_MODE" ), genTab );
3537   setPreferenceProperty( dispgroup, "columns", 2 );
3538   int dispmode = addPreference( tr( "PREF_DISPLAY_MODE" ), dispgroup, LightApp_Preferences::Selector, "SMESH", "display_mode" );
3539   QStringList modes;
3540   modes.append( "Wireframe" );
3541   modes.append( "Shading" );
3542   modes.append( "Nodes" );
3543   modes.append( "Shrink" );
3544   QList<QVariant> indices;
3545   indices.append( 0 );
3546   indices.append( 1 );
3547   indices.append( 2 );
3548   indices.append( 3 );
3549   setPreferenceProperty( dispmode, "strings", modes );
3550   setPreferenceProperty( dispmode, "indexes", indices );
3551
3552   int arcgroup = addPreference( tr( "QUADRATIC_REPRESENT_MODE" ), genTab );
3553   setPreferenceProperty( arcgroup, "columns", 2 );
3554   int quadraticmode = addPreference( tr( "QUADRATIC_REPRESENT_MODE" ), arcgroup, LightApp_Preferences::Selector, "SMESH", "quadratic_mode" );
3555   QStringList quadraticModes;
3556   quadraticModes.append("Lines");
3557   quadraticModes.append("Arcs");
3558   indices.clear();
3559   indices.append( 0 );
3560   indices.append( 1 );
3561   setPreferenceProperty( quadraticmode, "strings", quadraticModes );
3562   setPreferenceProperty( quadraticmode, "indexes", indices );
3563
3564   int maxAngle = addPreference( tr( "MAX_ARC_ANGLE" ), arcgroup, LightApp_Preferences::IntSpin,
3565                               "SMESH", "max_angle" );
3566   setPreferenceProperty( maxAngle, "min", 1 );
3567   setPreferenceProperty( maxAngle, "max", 90 );
3568   
3569   
3570
3571   int exportgroup = addPreference( tr( "PREF_GROUP_EXPORT" ), genTab );
3572   setPreferenceProperty( exportgroup, "columns", 2 );
3573   addPreference( tr( "PREF_AUTO_GROUPS" ), exportgroup, LightApp_Preferences::Bool, "SMESH", "auto_groups" );
3574   addPreference( tr( "PREF_RENUMBER" ), exportgroup, LightApp_Preferences::Bool, "SMESH", "renumbering" );
3575
3576   int computeGroup = addPreference( tr( "PREF_GROUP_COMPUTE" ), genTab );
3577   setPreferenceProperty( computeGroup, "columns", 2 );
3578   int notifyMode = addPreference( tr( "PREF_NOTIFY_MODE" ), computeGroup, LightApp_Preferences::Selector, "SMESH", "show_result_notification" );
3579   modes.clear();
3580   modes.append( "Never" );
3581   modes.append( "Errors only" );
3582   modes.append( "Always" );
3583   indices.clear();
3584   indices.append( 0 );
3585   indices.append( 1 );
3586   indices.append( 2 );
3587   setPreferenceProperty( notifyMode, "strings", modes );
3588   setPreferenceProperty( notifyMode, "indexes", indices );
3589
3590   int segGroup = addPreference( tr( "PREF_GROUP_SEGMENT_LENGTH" ), genTab );
3591   setPreferenceProperty( segGroup, "columns", 2 );
3592   int segLen = addPreference( tr( "PREF_SEGMENT_LENGTH" ), segGroup, LightApp_Preferences::IntSpin,
3593                               "SMESH", "segmentation" );
3594   setPreferenceProperty( segLen, "min", 1 );
3595   setPreferenceProperty( segLen, "max", 10000000 );
3596   int nbSeg = addPreference( tr( "PREF_NB_SEGMENTS" ), segGroup, LightApp_Preferences::IntSpin,
3597                              "SMESH", "nb_segments_per_edge" );
3598   setPreferenceProperty( nbSeg, "min", 1 );
3599   setPreferenceProperty( nbSeg, "max", 10000000 );
3600
3601   // Mesh tab ------------------------------------------------------------------------
3602   int meshTab = addPreference( tr( "PREF_TAB_MESH" ) );
3603   int nodeGroup = addPreference( tr( "PREF_GROUP_NODES" ), meshTab );
3604   setPreferenceProperty( nodeGroup, "columns", 2 );
3605
3606   addPreference( tr( "PREF_COLOR" ), nodeGroup, LightApp_Preferences::Color, "SMESH", "node_color" );
3607   int nodeSz = addPreference( tr( "PREF_SIZE" ), nodeGroup, LightApp_Preferences::IntSpin, "SMESH", "node_size" );
3608
3609   setPreferenceProperty( nodeSz, "min", 1 );
3610   setPreferenceProperty( nodeSz, "max", 5 );
3611
3612   int elemGroup = addPreference( tr( "PREF_GROUP_ELEMENTS" ), meshTab );
3613   setPreferenceProperty( elemGroup, "columns", 2 );
3614
3615   addPreference( tr( "PREF_FILL"     ), elemGroup, LightApp_Preferences::Color, "SMESH", "fill_color" );
3616   addPreference( tr( "PREF_OUTLINE"  ), elemGroup, LightApp_Preferences::Color, "SMESH", "outline_color" );
3617   addPreference( tr( "PREF_BACKFACE" ), elemGroup, LightApp_Preferences::Color, "SMESH", "backface_color" );
3618   addPreference( tr( "PREF_COLOR_0D" ), elemGroup, LightApp_Preferences::Color, "SMESH", "elem0d_color" );
3619
3620   //int sp = addPreference( "", elemGroup, LightApp_Preferences::Space );
3621   //setPreferenceProperty( sp, "hstretch", 0 );
3622   //setPreferenceProperty( sp, "vstretch", 0 );
3623
3624   int size0d = addPreference(tr("PREF_SIZE_0D"), elemGroup,
3625                              LightApp_Preferences::IntSpin, "SMESH", "elem0d_size");
3626   int sp = addPreference( "", elemGroup, LightApp_Preferences::Space );
3627   int elemW  = addPreference(tr("PREF_WIDTH"), elemGroup,
3628                              LightApp_Preferences::IntSpin, "SMESH", "element_width");
3629   int shrink = addPreference(tr("PREF_SHRINK_COEFF"), elemGroup,
3630                              LightApp_Preferences::IntSpin, "SMESH", "shrink_coeff");
3631
3632   setPreferenceProperty( size0d, "min", 1 );
3633   setPreferenceProperty( size0d, "max", 10 );
3634
3635   setPreferenceProperty( sp, "hstretch", 0 );
3636   setPreferenceProperty( sp, "vstretch", 0 );
3637
3638   setPreferenceProperty( elemW, "min", 1 );
3639   setPreferenceProperty( elemW, "max", 5 );
3640
3641   setPreferenceProperty( shrink, "min", 0 );
3642   setPreferenceProperty( shrink, "max", 100 );
3643
3644   int orientGroup = addPreference( tr( "PREF_GROUP_FACES_ORIENTATION" ), meshTab );
3645   setPreferenceProperty( orientGroup, "columns", 1 );
3646
3647   addPreference( tr( "PREF_ORIENTATION_COLOR" ), orientGroup, LightApp_Preferences::Color, "SMESH", "orientation_color" );
3648   int orientScale = addPreference( tr( "PREF_ORIENTATION_SCALE" ), orientGroup, LightApp_Preferences::DblSpin, "SMESH", "orientation_scale" );
3649
3650   setPreferenceProperty( orientScale, "min", 0.05 );
3651   setPreferenceProperty( orientScale, "max", 0.5 );
3652   setPreferenceProperty( orientScale, "step", 0.05 );
3653
3654   addPreference( tr( "PREF_ORIENTATION_3D_VECTORS" ), orientGroup, LightApp_Preferences::Bool, "SMESH", "orientation_3d_vectors" );
3655
3656   // Selection tab ------------------------------------------------------------------------
3657   int selTab = addPreference( tr( "PREF_TAB_SELECTION" ) );
3658
3659   int selGroup = addPreference( tr( "PREF_GROUP_SELECTION" ), selTab );
3660   setPreferenceProperty( selGroup, "columns", 2 );
3661
3662   addPreference( tr( "PREF_OBJECT_COLOR" ), selGroup, LightApp_Preferences::Color, "SMESH", "selection_object_color" );
3663   addPreference( tr( "PREF_ELEMENT_COLOR" ), selGroup, LightApp_Preferences::Color, "SMESH", "selection_element_color" );
3664   int selW = addPreference( tr( "PREF_WIDTH" ), selGroup, LightApp_Preferences::IntSpin, "SMESH", "selection_width" );
3665
3666   setPreferenceProperty( selW, "min", 1 );
3667   setPreferenceProperty( selW, "max", 5 );
3668
3669   int preGroup = addPreference( tr( "PREF_GROUP_PRESELECTION" ), selTab );
3670   setPreferenceProperty( preGroup, "columns", 2 );
3671
3672   addPreference( tr( "PREF_HIGHLIGHT_COLOR" ), preGroup, LightApp_Preferences::Color, "SMESH", "highlight_color" );
3673   int preW = addPreference( tr( "PREF_WIDTH" ), preGroup, LightApp_Preferences::IntSpin, "SMESH", "highlight_width" );
3674
3675   setPreferenceProperty( preW, "min", 1 );
3676   setPreferenceProperty( preW, "max", 5 );
3677
3678   int precSelGroup = addPreference( tr( "PREF_GROUP_PRECISION" ), selTab );
3679   setPreferenceProperty( precSelGroup, "columns", 2 );
3680
3681   addPreference( tr( "PREF_NODES" ), precSelGroup, LightApp_Preferences::Double, "SMESH", "selection_precision_node" );
3682   addPreference( tr( "PREF_ELEMENTS" ), precSelGroup, LightApp_Preferences::Double, "SMESH", "selection_precision_element" );
3683   addPreference( tr( "PREF_OBJECTS" ), precSelGroup, LightApp_Preferences::Double, "SMESH", "selection_precision_object" );
3684
3685   // Scalar Bar tab ------------------------------------------------------------------------
3686   int sbarTab = addPreference( tr( "SMESH_SCALARBAR" ) );
3687   int fontGr = addPreference( tr( "SMESH_FONT_SCALARBAR" ), sbarTab );
3688   setPreferenceProperty( fontGr, "columns", 2 );
3689
3690   addVtkFontPref( tr( "SMESH_TITLE" ), fontGr, "scalar_bar_title_font" );
3691   addPreference( tr( "PREF_TITLE_COLOR" ), fontGr, LightApp_Preferences::Color, "SMESH", "scalar_bar_title_color" );
3692
3693   addVtkFontPref( tr( "SMESH_LABELS" ), fontGr, "scalar_bar_label_font" );
3694   addPreference( tr( "PREF_LABELS_COLOR" ), fontGr, LightApp_Preferences::Color, "SMESH", "scalar_bar_label_color" );
3695
3696   int colorsLabelsGr = addPreference( tr( "SMESH_LABELS_COLORS_SCALARBAR" ), sbarTab );
3697   setPreferenceProperty( colorsLabelsGr, "columns", 2 );
3698
3699   int numcol = addPreference( tr( "SMESH_NUMBEROFCOLORS" ), colorsLabelsGr, LightApp_Preferences::IntSpin, "SMESH", "scalar_bar_num_colors" );
3700   setPreferenceProperty( numcol, "min", 2 );
3701   setPreferenceProperty( numcol, "max", 256 );
3702
3703   int numlab = addPreference( tr( "SMESH_NUMBEROFLABELS" ), colorsLabelsGr, LightApp_Preferences::IntSpin, "SMESH", "scalar_bar_num_labels" );
3704   setPreferenceProperty( numlab, "min", 2 );
3705   setPreferenceProperty( numlab, "max", 65 );
3706
3707   int orientGr = addPreference( tr( "SMESH_ORIENTATION" ), sbarTab );
3708   setPreferenceProperty( orientGr, "columns", 2 );
3709   int orient = addPreference( tr( "SMESH_ORIENTATION" ), orientGr, LightApp_Preferences::Selector, "SMESH", "scalar_bar_orientation" );
3710   QStringList orients;
3711   orients.append( tr( "SMESH_VERTICAL" ) );
3712   orients.append( tr( "SMESH_HORIZONTAL" ) );
3713   indices.clear(); indices.append( 0 ); indices.append( 1 );
3714   setPreferenceProperty( orient, "strings", orients );
3715   setPreferenceProperty( orient, "indexes", indices );
3716
3717   int posVSizeGr = addPreference( tr( "SMESH_POSITION_SIZE_SCALARBAR" ) + " " + tr( "SMESH_VERTICAL" ), sbarTab );
3718   setPreferenceProperty( posVSizeGr, "columns", 2 );
3719   int xv = addPreference( tr( "SMESH_X_SCALARBAR" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_x" );
3720   int yv = addPreference( tr( "SMESH_Y_SCALARBAR" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_y" );
3721   int wv = addPreference( tr( "SMESH_WIDTH" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_width" );
3722   int hv = addPreference( tr( "SMESH_HEIGHT" ), posVSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_vertical_height" );
3723   setPreferenceProperty( xv, "step", 0.1 );
3724   setPreferenceProperty( xv, "min", 0.0 );
3725   setPreferenceProperty( xv, "max", 1.0 );
3726   setPreferenceProperty( yv, "step", 0.1 );
3727   setPreferenceProperty( yv, "min", 0.0 );
3728   setPreferenceProperty( yv, "max", 1.0 );
3729   setPreferenceProperty( wv, "step", 0.1 );
3730   setPreferenceProperty( wv, "min", 0.0 );
3731   setPreferenceProperty( wv, "max", 1.0 );
3732   setPreferenceProperty( hv, "min", 0.0 );
3733   setPreferenceProperty( hv, "max", 1.0 );
3734   setPreferenceProperty( hv, "step", 0.1 );
3735
3736   int posHSizeGr = addPreference( tr( "SMESH_POSITION_SIZE_SCALARBAR" ) + " " + tr( "SMESH_HORIZONTAL" ), sbarTab );
3737   setPreferenceProperty( posHSizeGr, "columns", 2 );
3738   int xh = addPreference( tr( "SMESH_X_SCALARBAR" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_x" );
3739   int yh = addPreference( tr( "SMESH_Y_SCALARBAR" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_y" );
3740   int wh = addPreference( tr( "SMESH_WIDTH" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_width" );
3741   int hh = addPreference( tr( "SMESH_HEIGHT" ), posHSizeGr, LightApp_Preferences::DblSpin, "SMESH", "scalar_bar_horizontal_height" );
3742   setPreferenceProperty( xv, "min", 0.0 );
3743   setPreferenceProperty( xv, "max", 1.0 );
3744   setPreferenceProperty( xv, "step", 0.1 );
3745   setPreferenceProperty( xh, "min", 0.0 );
3746   setPreferenceProperty( xh, "max", 1.0 );
3747   setPreferenceProperty( xh, "step", 0.1 );
3748   setPreferenceProperty( yh, "min", 0.0 );
3749   setPreferenceProperty( yh, "max", 1.0 );
3750   setPreferenceProperty( yh, "step", 0.1 );
3751   setPreferenceProperty( wh, "min", 0.0 );
3752   setPreferenceProperty( wh, "max", 1.0 );
3753   setPreferenceProperty( wh, "step", 0.1 );
3754   setPreferenceProperty( hh, "min", 0.0 );
3755   setPreferenceProperty( hh, "max", 1.0 );
3756   setPreferenceProperty( hh, "step", 0.1 );
3757 }
3758
3759 void SMESHGUI::preferencesChanged( const QString& sect, const QString& name )
3760 {
3761   if( sect=="SMESH" ) {
3762     float sbX1,sbY1,sbW,sbH;
3763     float aTol = 1.00000009999999;
3764     std::string aWarning;
3765     SUIT_ResourceMgr* aResourceMgr = SMESH::GetResourceMgr(this);
3766     if( name=="selection_object_color" || name=="selection_element_color" ||
3767         name=="selection_width" || name=="highlight_color" || name=="highlight_width" ||
3768         name=="selection_precision_node" || name=="selection_precision_element" ||
3769         name=="selection_precision_object")
3770       SMESH::UpdateSelectionProp( this );
3771     else if (name == QString("scalar_bar_vertical_x") || name == QString("scalar_bar_vertical_width")){
3772       sbX1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_x", sbX1);
3773       sbW = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_width", sbW);
3774       if(sbX1+sbW > aTol){
3775         aWarning = "Origin and Size Vertical: X+Width > 1\n";
3776         sbX1=0.01;
3777         sbW=0.08;
3778         aResourceMgr->setValue("SMESH", "scalar_bar_vertical_x", sbX1);
3779         aResourceMgr->setValue("SMESH", "scalar_bar_vertical_width", sbW);
3780       }
3781     }
3782     else if(name == QString("scalar_bar_vertical_y") || name == QString("scalar_bar_vertical_height")){
3783       sbY1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_y", sbY1);
3784       sbH = aResourceMgr->doubleValue("SMESH", "scalar_bar_vertical_height",sbH);
3785       if(sbY1+sbH > aTol){
3786         aWarning = "Origin and Size Vertical: Y+Height > 1\n";
3787         aResourceMgr->setValue("SMESH", "scalar_bar_vertical_y", sbY1);
3788         aResourceMgr->setValue("SMESH", "scalar_bar_vertical_height",sbH);
3789       }
3790     }
3791     else if(name ==  QString("scalar_bar_horizontal_x") || name ==  QString("scalar_bar_horizontal_width")){
3792       sbX1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_x", sbX1);
3793       sbW = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_width", sbW);
3794       if(sbX1+sbW > aTol){
3795         aWarning = "Origin and Size Horizontal: X+Width > 1\n";
3796         sbX1=0.1;
3797         sbW=0.08;
3798         aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_x", sbX1);
3799         aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_width", sbW);
3800       }
3801     }
3802     else if(name ==  QString("scalar_bar_horizontal_y") || name ==  QString("scalar_bar_horizontal_height")){
3803       sbY1 = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_y", sbY1);
3804       sbH = aResourceMgr->doubleValue("SMESH", "scalar_bar_horizontal_height",sbH);
3805       if(sbY1+sbH > aTol){
3806         aWarning = "Origin and Size Horizontal: Y+Height > 1\n";
3807         sbY1=0.01;
3808         sbH=0.08;
3809         aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_y", sbY1);
3810         aResourceMgr->setValue("SMESH", "scalar_bar_horizontal_height",sbH);
3811       }
3812     }
3813     else if ( name == "segmentation" ) {
3814       int nbSeg = aResourceMgr->integerValue( "SMESH", "segmentation", 10 );
3815       myComponentSMESH->SetBoundaryBoxSegmentation( nbSeg );
3816     }
3817     else if ( name == "nb_segments_per_edge" ) {
3818       int nbSeg = aResourceMgr->integerValue( "SMESH", "nb_segments_per_edge", 15 );
3819       myComponentSMESH->SetDefaultNbSegments( nbSeg );
3820     }
3821
3822     if(aWarning.size() != 0){
3823       aWarning += "The default values are applied instead.";
3824       SUIT_MessageBox::warning(SMESHGUI::desktop(),
3825                                QObject::tr("SMESH_ERR_SCALARBAR_PARAMS"),
3826                                QObject::tr(aWarning.c_str()));
3827     }
3828   }
3829 }
3830
3831 //================================================================================
3832 /*!
3833  * \brief Update something in accordance with update flags
3834   * \param theFlags - update flags
3835 *
3836 * Update viewer or/and object browser etc. in accordance with update flags ( see
3837 * LightApp_UpdateFlags enumeration ).
3838 */
3839 //================================================================================
3840 void SMESHGUI::update( const int flags )
3841 {
3842   if ( flags & UF_Viewer | flags & UF_Forced )
3843     SMESH::UpdateView();
3844   else
3845     SalomeApp_Module::update( flags );
3846 }
3847
3848 //================================================================================
3849 /*!
3850  * \brief Set default selection mode
3851 *
3852 * SLOT called when operation commited. Sets default selection mode
3853 */
3854 //================================================================================
3855 void SMESHGUI::onOperationCommited( SUIT_Operation* )
3856 {
3857   SVTK_ViewWindow* vtkWnd =
3858     dynamic_cast<SVTK_ViewWindow*>( application()->desktop()->activeWindow() );
3859   if ( vtkWnd )
3860     vtkWnd->SetSelectionMode( ActorSelection );
3861 }
3862
3863 //================================================================================
3864 /*!
3865  * \brief Set default selection mode
3866 *
3867 * SLOT called when operation aborted. Sets default selection mode
3868 */
3869 //================================================================================
3870 void SMESHGUI::onOperationAborted( SUIT_Operation* )
3871 {
3872   SVTK_ViewWindow* vtkWnd =
3873     dynamic_cast<SVTK_ViewWindow*>( application()->desktop()->activeWindow() );
3874   if ( vtkWnd )
3875     vtkWnd->SetSelectionMode( ActorSelection );
3876 }
3877
3878 //================================================================================
3879 /*!
3880  * \brief Creates operation with given identifier
3881   * \param id - identifier of operation to be started
3882   * \return Pointer on created operation or NULL if operation is not created
3883 *
3884 * Virtual method redefined from the base class creates operation with given id.
3885 * It is called called automatically from startOperation method of base class.
3886 */
3887 //================================================================================
3888 LightApp_Operation* SMESHGUI::createOperation( const int id ) const
3889 {
3890   LightApp_Operation* op = 0;
3891   // to do : create operation here
3892   switch( id )
3893   {
3894     case 701: // Compute mesh
3895       op = new SMESHGUI_ComputeOp();
3896     break;
3897     case 702: // Create mesh
3898       op = new SMESHGUI_MeshOp( true, true );
3899     break;
3900     case 703: // Create sub-mesh
3901       op = new SMESHGUI_MeshOp( true, false );
3902     break;
3903     case 704: // Edit mesh/sub-mesh
3904       op = new SMESHGUI_MeshOp( false );
3905     break;
3906     case 711: // Precompute mesh
3907       op = new SMESHGUI_PrecomputeOp();
3908     break;
3909     case 712: // Evaluate mesh
3910       op = new SMESHGUI_EvaluateOp();
3911     break;
3912     case 806: // Create group on geom
3913       op = new SMESHGUI_GroupOnShapeOp();
3914       break;
3915     case 417: //convert to quadratic
3916       op = new SMESHGUI_ConvToQuadOp();
3917     break;
3918     case 418: // create 2D mesh as boundary on 3D
3919       op = new SMESHGUI_Make2DFrom3DOp();
3920     break;
3921     case 4067: // make mesh pass through point
3922       op = new SMESHGUI_MakeNodeAtPointOp();
3923       break;
3924     default:
3925     break;
3926   }
3927
3928   if( !op )
3929     op = SalomeApp_Module::createOperation( id );
3930   return op;
3931 }
3932
3933 //================================================================================
3934 /*!
3935  * \brief Stops current operations and starts a given one
3936   * \param id - The id of the operation to start
3937  */
3938 //================================================================================
3939
3940 void SMESHGUI::switchToOperation(int id)
3941 {
3942   if ( _PTR(Study) aStudy = SMESH::GetActiveStudyDocument() )
3943     activeStudy()->abortAllOperations();
3944   startOperation( id );
3945 }
3946
3947 LightApp_Displayer* SMESHGUI::displayer()
3948 {
3949   if( !myDisplayer )
3950     myDisplayer = new SMESHGUI_Displayer( getApp() );
3951   return myDisplayer;
3952 }
3953
3954 SALOMEDS::Color SMESHGUI::getUniqueColor( const QList<SALOMEDS::Color>& theReservedColors )
3955 {
3956   int aHue = -1;
3957   int aTolerance = 64;
3958   int anIterations = 0;
3959   int aPeriod = 5;
3960
3961   while( 1 )
3962   {
3963     anIterations++;
3964     if( anIterations % aPeriod == 0 )
3965     {
3966       aTolerance /= 2;
3967       if( aTolerance < 1 )
3968         break;
3969     }
3970     //cout << "Iteration N" << anIterations << " (tolerance=" << aTolerance << ")"<< endl;
3971
3972     aHue = (int)( 360.0 * rand() / RAND_MAX );
3973     //cout << "Hue = " << aHue << endl;
3974
3975     //cout << "Auto colors : ";
3976     bool ok = true;
3977     QList<SALOMEDS::Color>::const_iterator it = theReservedColors.constBegin();
3978     QList<SALOMEDS::Color>::const_iterator itEnd = theReservedColors.constEnd();
3979     for( ; it != itEnd; ++it )
3980     {
3981       SALOMEDS::Color anAutoColor = *it;
3982       QColor aQColor( (int)( anAutoColor.R * 255.0 ), (int)( anAutoColor.G * 255.0 ), (int)( anAutoColor.B * 255.0 ) );
3983
3984       int h, s, v;
3985       aQColor.getHsv( &h, &s, &v );
3986       //cout << h << " ";
3987       if( abs( h - aHue ) < aTolerance )
3988       {
3989         ok = false;
3990         //cout << "break (diff = " << abs( h - aHue ) << ")";
3991         break;
3992       }
3993     }
3994     //cout << endl;
3995
3996     if( ok )
3997       break;
3998   }
3999
4000   //cout << "Hue of the returned color = " << aHue << endl;
4001   QColor aColor;
4002   aColor.setHsv( aHue, 255, 255 );
4003
4004   SALOMEDS::Color aSColor;
4005   aSColor.R = (double)aColor.red() / 255.0;
4006   aSColor.G = (double)aColor.green() / 255.0;
4007   aSColor.B = (double)aColor.blue() / 255.0;
4008
4009   return aSColor;
4010 }
4011
4012 const char gSeparator = '_'; // character used to separate parameter names
4013 const char gDigitsSep = ':'; // character used to separate numeric parameter values (color = r:g:b)
4014
4015 /*!
4016  * \brief Store visual parameters
4017  *
4018  * This method is called just before the study document is saved.
4019  * Store visual parameters in AttributeParameter attribue(s)
4020  */
4021 void SMESHGUI::storeVisualParameters (int savePoint)
4022 {
4023   SalomeApp_Study* appStudy = dynamic_cast<SalomeApp_Study*>(application()->activeStudy());
4024   if (!appStudy || !appStudy->studyDS())
4025     return;
4026   _PTR(Study) studyDS = appStudy->studyDS();
4027
4028   // componentName is used for encoding of entries when storing them in IParameters
4029   std::string componentName = myComponentSMESH->ComponentDataType();
4030   //_PTR(SComponent) aSComponent = studyDS->FindComponent("SMESH");
4031   //if (!aSComponent) return;
4032
4033   // IParameters
4034   _PTR(AttributeParameter) ap = studyDS->GetModuleParameters("Interface Applicative",
4035                                                              componentName.c_str(),
4036                                                              savePoint);
4037   _PTR(IParameters) ip = ClientFactory::getIParameters(ap);
4038
4039   // viewers counters are used for storing view_numbers in IParameters
4040   int vtkViewers = 0;
4041
4042   // main cycle to store parameters of displayed objects
4043   QList<SUIT_ViewManager*> lst;
4044   QList<SUIT_ViewManager*>::Iterator it;
4045   getApp()->viewManagers(lst);
4046   for (it = lst.begin(); it != lst.end(); it++)
4047   {
4048     SUIT_ViewManager* vman = *it;
4049     QString vType = vman->getType();
4050
4051     // saving VTK actors properties
4052     if (vType == SVTK_Viewer::Type())
4053     {
4054       QVector<SUIT_ViewWindow*> views = vman->getViews();
4055       for (int i = 0, iEnd = vman->getViewsCount(); i < iEnd; i++)
4056       {
4057         if (SVTK_ViewWindow* vtkView = dynamic_cast<SVTK_ViewWindow*>(views[i]))
4058         {
4059           VTK::ActorCollectionCopy aCopy(vtkView->getRenderer()->GetActors());
4060           vtkActorCollection* allActors = aCopy.GetActors();
4061           allActors->InitTraversal();
4062           while (vtkActor* actor = allActors->GetNextActor())
4063           {
4064             if (actor->GetVisibility()) // store only visible actors
4065             {
4066               SMESH_Actor* aSmeshActor = 0;
4067               if (actor->IsA("SMESH_Actor"))
4068                 aSmeshActor = SMESH_Actor::SafeDownCast(actor);
4069               if (aSmeshActor && aSmeshActor->hasIO())
4070               {
4071                 Handle(SALOME_InteractiveObject) io = aSmeshActor->getIO();
4072                 if (io->hasEntry())
4073                 {
4074                   // entry is "encoded" = it does NOT contain component adress,
4075                   // since it is a subject to change on next component loading
4076                   std::string entry = ip->encodeEntry(io->getEntry(), componentName);
4077
4078                   std::string param, vtkParam = vType.toLatin1().data();
4079                   vtkParam += gSeparator;
4080                   vtkParam += QString::number(vtkViewers).toLatin1().data();
4081                   vtkParam += gSeparator;
4082
4083                   // Visibility
4084                   param = vtkParam + "Visibility";
4085                   ip->setParameter(entry, param, "On");
4086
4087                   // Representation
4088                   param = vtkParam + "Representation";
4089                   ip->setParameter(entry, param, QString::number
4090                                    ((int)aSmeshActor->GetRepresentation()).toLatin1().data());
4091
4092                   // IsShrunk
4093                   param = vtkParam + "IsShrunk";
4094                   ip->setParameter(entry, param, QString::number
4095                                    ((int)aSmeshActor->IsShrunk()).toLatin1().data());
4096
4097                   // Displayed entities
4098                   unsigned int aMode = aSmeshActor->GetEntityMode();
4099                   bool isE = aMode & SMESH_Actor::eEdges;
4100                   bool isF = aMode & SMESH_Actor::eFaces;
4101                   bool isV = aMode & SMESH_Actor::eVolumes;
4102
4103                   QString modeStr ("e");
4104                   modeStr += gDigitsSep; modeStr += QString::number(isE);
4105                   modeStr += gDigitsSep; modeStr += "f";
4106                   modeStr += gDigitsSep; modeStr += QString::number(isF);
4107                   modeStr += gDigitsSep; modeStr += "v";
4108                   modeStr += gDigitsSep; modeStr += QString::number(isV);
4109
4110                   param = vtkParam + "Entities";
4111                   ip->setParameter(entry, param, modeStr.toLatin1().data());
4112
4113                   // Colors (surface:edge:)
4114                   vtkFloatingPointType r, g, b;
4115
4116                   aSmeshActor->GetSufaceColor(r, g, b);
4117                   QString colorStr ("surface");
4118                   colorStr += gDigitsSep; colorStr += QString::number(r);
4119                   colorStr += gDigitsSep; colorStr += QString::number(g);
4120                   colorStr += gDigitsSep; colorStr += QString::number(b);
4121
4122                   aSmeshActor->GetBackSufaceColor(r, g, b);
4123                   colorStr += gDigitsSep; colorStr += "backsurface";
4124                   colorStr += gDigitsSep; colorStr += QString::number(r);
4125                   colorStr += gDigitsSep; colorStr += QString::number(g);
4126                   colorStr += gDigitsSep; colorStr += QString::number(b);
4127
4128                   aSmeshActor->GetEdgeColor(r, g, b);
4129                   colorStr += gDigitsSep; colorStr += "edge";
4130                   colorStr += gDigitsSep; colorStr += QString::number(r);
4131                   colorStr += gDigitsSep; colorStr += QString::number(g);
4132                   colorStr += gDigitsSep; colorStr += QString::number(b);
4133
4134                   aSmeshActor->GetNodeColor(r, g, b);
4135                   colorStr += gDigitsSep; colorStr += "node";
4136                   colorStr += gDigitsSep; colorStr += QString::number(r);
4137                   colorStr += gDigitsSep; colorStr += QString::number(g);
4138                   colorStr += gDigitsSep; colorStr += QString::number(b);
4139
4140                   param = vtkParam + "Colors";
4141                   ip->setParameter(entry, param, colorStr.toLatin1().data());
4142
4143                   // Sizes of lines and points
4144                   QString sizeStr ("line");
4145                   sizeStr += gDigitsSep; sizeStr += QString::number((int)aSmeshActor->GetLineWidth());
4146                   sizeStr += gDigitsSep; sizeStr += "node";
4147                   sizeStr += gDigitsSep; sizeStr += QString::number((int)aSmeshActor->GetNodeSize());
4148                   sizeStr += gDigitsSep; sizeStr += "shrink";
4149                   sizeStr += gDigitsSep; sizeStr += QString::number(aSmeshActor->GetShrinkFactor());
4150
4151                   param = vtkParam + "Sizes";
4152                   ip->setParameter(entry, param, sizeStr.toLatin1().data());
4153
4154                   // Opacity
4155                   param = vtkParam + "Opacity";
4156                   ip->setParameter(entry, param,
4157                                    QString::number(aSmeshActor->GetOpacity()).toLatin1().data());
4158
4159                   // Clipping
4160                   param = vtkParam + "ClippingPlane";
4161                   int nPlanes = aSmeshActor->GetNumberOfClippingPlanes();
4162                   if (!nPlanes)
4163                     ip->setParameter(entry, param, "Off");
4164                   for (int ipl = 0; ipl < nPlanes; ipl++) {
4165                     //vtkPlane* plane = aSmeshActor->GetClippingPlane(ipl);
4166                     SMESH::Orientation anOrientation;
4167                     double aDistance;
4168                     vtkFloatingPointType anAngle[2];
4169                     SMESHGUI_ClippingDlg::GetPlaneParam(aSmeshActor, ipl, anOrientation, aDistance, anAngle);
4170                     std::string planeValue = QString::number((int)anOrientation).toLatin1().data();
4171                     planeValue += gDigitsSep; planeValue += QString::number(aDistance).toLatin1().data();
4172                     planeValue += gDigitsSep; planeValue += QString::number(anAngle[0]).toLatin1().data();
4173                     planeValue += gDigitsSep; planeValue += QString::number(anAngle[1]).toLatin1().data();
4174
4175                     ip->setParameter(entry, param + QString::number(ipl+1).toLatin1().data(), planeValue);
4176                   }
4177                 } // if (io->hasEntry())
4178               } // SMESH_Actor && hasIO
4179             } // isVisible
4180           } // while.. actors traversal
4181         } // if (vtkView)
4182       } // for (views)
4183       vtkViewers++;
4184     } // if (SVTK view model)
4185   } // for (viewManagers)
4186 }
4187
4188 /*!
4189  * \brief Restore visual parameters
4190  *
4191  * This method is called after the study document is opened.
4192  * Restore visual parameters from AttributeParameter attribue(s)
4193  */
4194 void SMESHGUI::restoreVisualParameters (int savePoint)
4195 {
4196   SalomeApp_Study* appStudy = dynamic_cast<SalomeApp_Study*>(application()->activeStudy());
4197   if (!appStudy || !appStudy->studyDS())
4198     return;
4199   _PTR(Study) studyDS = appStudy->studyDS();
4200
4201   // componentName is used for encoding of entries when storing them in IParameters
4202   std::string componentName = myComponentSMESH->ComponentDataType();
4203   //_PTR(SComponent) aSComponent = studyDS->FindComponent("GEOM");
4204   //if (!aSComponent) return;
4205
4206   // IParameters
4207   _PTR(AttributeParameter) ap = studyDS->GetModuleParameters("Interface Applicative",
4208                                                              componentName.c_str(),
4209                                                              savePoint);
4210   _PTR(IParameters) ip = ClientFactory::getIParameters(ap);
4211
4212   std::vector<std::string> entries = ip->getEntries();
4213
4214   for (std::vector<std::string>::iterator entIt = entries.begin(); entIt != entries.end(); ++entIt)
4215   {
4216     // entry is a normal entry - it should be "decoded" (setting base adress of component)
4217     QString entry (ip->decodeEntry(*entIt).c_str());
4218
4219     // Check that the entry corresponds to a real object in the Study
4220     // as the object may be deleted or modified after the visual state is saved.
4221     _PTR(SObject) so = studyDS->FindObjectID(entry.toLatin1().data());
4222     if (!so) continue; //Skip the not existent entry
4223
4224     std::vector<std::string> paramNames = ip->getAllParameterNames( *entIt );
4225     std::vector<std::string> paramValues = ip->getAllParameterValues( *entIt );
4226
4227     std::vector<std::string>::iterator namesIt = paramNames.begin();
4228     std::vector<std::string>::iterator valuesIt = paramValues.begin();
4229
4230     // actors are stored in a map after displaying of them for
4231     // quicker access in the future: map < viewID to actor >
4232     NCollection_DataMap<int, SMESH_Actor*> vtkActors;
4233
4234     for (; namesIt != paramNames.end(); ++namesIt, ++valuesIt)
4235     {
4236       // visual parameters are stored in strings as follows: ViewerType_ViewIndex_ParamName.
4237       // '_' is used as separator and should not be used in viewer type or parameter names.
4238       QStringList lst = QString((*namesIt).c_str()).split(gSeparator, QString::SkipEmptyParts);
4239       if (lst.size() != 3)
4240         continue;
4241
4242       QString viewerTypStr = lst[0];
4243       QString viewIndexStr = lst[1];
4244       QString paramNameStr = lst[2];
4245
4246       bool ok;
4247       int viewIndex = viewIndexStr.toUInt(&ok);
4248       if (!ok) // bad conversion of view index to integer
4249         continue;
4250
4251       // viewers
4252       if (viewerTypStr == SVTK_Viewer::Type())
4253       {
4254         SMESH_Actor* aSmeshActor = 0;
4255         if (vtkActors.IsBound(viewIndex))
4256           aSmeshActor = vtkActors.Find(viewIndex);
4257
4258         if (paramNameStr == "Visibility")
4259         {
4260           if (!aSmeshActor && displayer())
4261           {
4262             QList<SUIT_ViewManager*> lst;
4263             getApp()->viewManagers(viewerTypStr, lst);
4264
4265             // SVTK ViewManager always has 1 ViewWindow, so view index is index of view manager
4266             if (viewIndex >= 0 && viewIndex < lst.count()) {
4267               SUIT_ViewManager* vman = lst.at(viewIndex);
4268               SUIT_ViewModel* vmodel = vman->getViewModel();
4269               // SVTK view model can be casted to SALOME_View
4270               displayer()->Display(entry, true, dynamic_cast<SALOME_View*>(vmodel));
4271
4272               // store displayed actor in a temporary map for quicker
4273               // access later when restoring other parameters
4274               SVTK_ViewWindow* vtkView = (SVTK_ViewWindow*) vman->getActiveView();
4275               vtkRenderer* Renderer = vtkView->getRenderer();
4276               VTK::ActorCollectionCopy aCopy(Renderer->GetActors());
4277               vtkActorCollection* theActors = aCopy.GetActors();
4278               theActors->InitTraversal();
4279               bool isFound = false;
4280               vtkActor *ac = theActors->GetNextActor();
4281               for (; ac != NULL && !isFound; ac = theActors->GetNextActor()) {
4282                 if (ac->IsA("SMESH_Actor")) {
4283                   SMESH_Actor* aGeomAc = SMESH_Actor::SafeDownCast(ac);
4284                   if (aGeomAc->hasIO()) {
4285                     Handle(SALOME_InteractiveObject) io =
4286                       Handle(SALOME_InteractiveObject)::DownCast(aGeomAc->getIO());
4287                     if (io->hasEntry() && strcmp(io->getEntry(), entry.toLatin1().data()) == 0) {
4288                       isFound = true;
4289                       vtkActors.Bind(viewIndex, aGeomAc);
4290                     }
4291                   }
4292                 }
4293               }
4294             }
4295           }
4296         } // if (paramNameStr == "Visibility")
4297         else
4298         {
4299           // the rest properties "work" with SMESH_Actor
4300           if (aSmeshActor)
4301           {
4302             QString val ((*valuesIt).c_str());
4303
4304             // Representation
4305             if (paramNameStr == "Representation") {
4306               aSmeshActor->SetRepresentation((SMESH_Actor::EReperesent)val.toInt());
4307             }
4308             // IsShrunk
4309             else if (paramNameStr == "IsShrunk") {
4310               if (val.toInt()) {
4311                 if (!aSmeshActor->IsShrunk())
4312                   aSmeshActor->SetShrink();
4313               }
4314               else {
4315                 if (aSmeshActor->IsShrunk())
4316                   aSmeshActor->UnShrink();
4317               }
4318             }
4319             // Displayed entities
4320             else if (paramNameStr == "Entities") {
4321               QStringList mode = val.split(gDigitsSep, QString::SkipEmptyParts);
4322               if (mode.count() == 6) {
4323                 if (mode[0] != "e" || mode[2]  != "f" || mode[4] != "v") {
4324                   MESSAGE("Invalid order of data in Entities, must be: "
4325                           "e:0/1:f:0/1:v:0/1");
4326                 }
4327                 else {
4328                   unsigned int aMode = aSmeshActor->GetEntityMode();
4329                   unsigned int aNewMode =
4330                     (int(SMESH_Actor::eEdges  ) * mode[1].toInt()) |
4331                     (int(SMESH_Actor::eFaces  ) * mode[3].toInt()) |
4332                     (int(SMESH_Actor::eVolumes) * mode[5].toInt());
4333                   if (aNewMode != aMode)
4334                     aSmeshActor->SetEntityMode(aNewMode);
4335                 }
4336               }
4337             }
4338             // Colors
4339             else if (paramNameStr == "Colors") {
4340               QStringList colors = val.split(gDigitsSep, QString::SkipEmptyParts);
4341               if (colors.count() == 16) {
4342                 if (colors[0] != "surface" || colors[4]  != "backsurface" ||
4343                     colors[8] != "edge"    || colors[12] != "node") {
4344                   MESSAGE("Invalid order of data in Colors, must be: "
4345                           "surface:r:g:b:backsurface:r:g:b:edge:r:g:b:node:r:g:b");
4346                 }
4347                 else {
4348                   aSmeshActor->SetSufaceColor(colors[1].toFloat(), colors[2].toFloat(), colors[3].toFloat());
4349                   aSmeshActor->SetBackSufaceColor(colors[5].toFloat(), colors[6].toFloat(), colors[7].toFloat());
4350                   aSmeshActor->SetEdgeColor(colors[9].toFloat(), colors[10].toFloat(), colors[11].toFloat());
4351                   aSmeshActor->SetNodeColor(colors[13].toFloat(), colors[14].toFloat(), colors[15].toFloat());
4352                 }
4353               }
4354             }
4355             // Sizes of lines and points
4356             else if (paramNameStr == "Sizes") {
4357               QStringList sizes = val.split(gDigitsSep, QString::SkipEmptyParts);
4358               if (sizes.count() == 6) {
4359                 if (sizes[0] != "line" || sizes[2]  != "node" || sizes[4] != "shrink") {
4360                   MESSAGE("Invalid order of data in Sizes, must be: "
4361                           "line:int:node:int:shrink:float");
4362                 }
4363                 else {
4364                   aSmeshActor->SetLineWidth(sizes[1].toInt());
4365                   aSmeshActor->SetNodeSize(sizes[3].toInt());
4366                   aSmeshActor->SetShrinkFactor(sizes[5].toFloat());
4367                 }
4368               }
4369             }
4370             // Opacity
4371             else if (paramNameStr == "Opacity") {
4372               aSmeshActor->SetOpacity(val.toFloat());
4373             }
4374             // Clipping
4375             else if (paramNameStr.startsWith("ClippingPlane")) {
4376               cout << "$$$ ClippingPlane 1" << endl;
4377               if (paramNameStr == "ClippingPlane1" || val == "Off")
4378                 aSmeshActor->RemoveAllClippingPlanes();
4379               if (val != "Off") {
4380                 cout << "$$$ ClippingPlane 2" << endl;
4381                 QStringList vals = val.split(gDigitsSep, QString::SkipEmptyParts);
4382                 if (vals.count() == 4) { // format check: 4 values
4383                   cout << "$$$ ClippingPlane 3" << endl;
4384                   SMESH::Orientation anOrientation = (SMESH::Orientation)vals[0].toInt();
4385                   double aDistance = vals[1].toFloat();
4386                   vtkFloatingPointType anAngle[2];
4387                   anAngle[0] = vals[2].toFloat();
4388                   anAngle[1] = vals[3].toFloat();
4389
4390                   QList<SUIT_ViewManager*> lst;
4391                   getApp()->viewManagers(viewerTypStr, lst);
4392                   // SVTK ViewManager always has 1 ViewWindow, so view index is index of view manager
4393                   if (viewIndex >= 0 && viewIndex < lst.count()) {
4394                     SUIT_ViewManager* vman = lst.at(viewIndex);
4395                     SVTK_ViewWindow* vtkView = (SVTK_ViewWindow*) vman->getActiveView();
4396                     SMESHGUI_ClippingDlg::AddPlane(aSmeshActor, vtkView,
4397                                                    anOrientation, aDistance, anAngle);
4398                   }
4399                 }
4400               }
4401             }
4402           } // if (aSmeshActor)
4403         } // other parameters than Visibility
4404       }
4405     } // for names/parameters iterator
4406   } // for entries iterator
4407
4408   // update all VTK views
4409   QList<SUIT_ViewManager*> lst;
4410   getApp()->viewManagers(lst);
4411   for (QList<SUIT_ViewManager*>::Iterator it = lst.begin(); it != lst.end(); it++) {
4412     SUIT_ViewModel* vmodel = (*it)->getViewModel();
4413     if (vmodel && vmodel->getType() == SVTK_Viewer::Type()) {
4414       SVTK_ViewWindow* vtkView = (SVTK_ViewWindow*) (*it)->getActiveView();
4415       vtkView->getRenderer()->ResetCameraClippingRange();
4416       vtkView->Repaint();
4417     }
4418   }
4419 }
4420
4421 /*!
4422   \brief Adds preferences for dfont of VTK viewer
4423   \param label label
4424   \param pIf group identifier
4425   \param param parameter
4426   \return identifier of preferences
4427 */
4428 int SMESHGUI::addVtkFontPref( const QString& label, const int pId, const QString& param )
4429 {
4430   int tfont = addPreference( label, pId, LightApp_Preferences::Font, "VISU", param );
4431   
4432   setPreferenceProperty( tfont, "mode", QtxFontEdit::Custom );
4433
4434   QStringList fam;
4435   fam.append( tr( "SMESH_FONT_ARIAL" ) );
4436   fam.append( tr( "SMESH_FONT_COURIER" ) );
4437   fam.append( tr( "SMESH_FONT_TIMES" ) );
4438
4439   setPreferenceProperty( tfont, "fonts", fam );
4440
4441   int f = QtxFontEdit::Family | QtxFontEdit::Bold | QtxFontEdit::Italic | QtxFontEdit::Shadow;
4442   setPreferenceProperty( tfont, "features", f );
4443
4444   return tfont;
4445 }
4446
4447 /*!
4448   \brief Actions after hypothesis edition
4449   Updates object browser after hypothesis edition
4450 */
4451 void SMESHGUI::onHypothesisEdit( int result )
4452 {
4453   updateObjBrowser( true );
4454 }