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