]> SALOME platform Git repositories - modules/shaper.git/blob - src/XGUI/XGUI_Workshop.cpp
Salome HOME
8c4e9a1b7b53c11af189f2e315ad40b46f606e9a
[modules/shaper.git] / src / XGUI / XGUI_Workshop.cpp
1 // Copyright (C) 2014-2019  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 #include "XGUI_Workshop.h"
21
22 #include "XGUI_ActionsMgr.h"
23 #include "XGUI_ActiveControlMgr.h"
24 #include "XGUI_ActiveControlSelector.h"
25 #include "XGUI_MenuMgr.h"
26 #include "XGUI_ColorDialog.h"
27 #include "XGUI_DeflectionDialog.h"
28 #include "XGUI_TransparencyWidget.h"
29 #include "XGUI_ContextMenuMgr.h"
30 #include "XGUI_Displayer.h"
31 #include "XGUI_ErrorDialog.h"
32 #include "XGUI_ErrorMgr.h"
33 #include "XGUI_FacesPanel.h"
34 #include "XGUI_FacesPanelSelector.h"
35 #include "XGUI_ModuleConnector.h"
36 #include "XGUI_ObjectsBrowser.h"
37 #include "XGUI_OperationMgr.h"
38 #include "XGUI_PropertyPanel.h"
39 #include "XGUI_PropertyPanelSelector.h"
40 #include "XGUI_PropertyDialog.h"
41 #include "XGUI_SalomeConnector.h"
42 #include "XGUI_Selection.h"
43 #include "XGUI_SelectionActivate.h"
44 #include "XGUI_SelectionMgr.h"
45 #include "XGUI_Tools.h"
46 #include "XGUI_ViewerProxy.h"
47 #include "XGUI_WorkshopListener.h"
48 #include <XGUI_HistoryMenu.h>
49 #include <XGUI_QtEvents.h>
50 #include <XGUI_DataModel.h>
51 #include <XGUI_InspectionPanel.h>
52 #include <XGUI_CompressFiles.h>
53
54 #ifndef HAVE_SALOME
55 #include <AppElements_Button.h>
56 #include <AppElements_Command.h>
57 #include <AppElements_MainMenu.h>
58 #include <AppElements_MainWindow.h>
59 #include <AppElements_MenuGroupPanel.h>
60 #include <AppElements_Viewer.h>
61 #include <AppElements_Workbench.h>
62 #endif
63
64 #include <Config_XMLReader.h>
65
66 #include <ModelAPI_AttributeDocRef.h>
67 #include <ModelAPI_AttributeIntArray.h>
68 #include <ModelAPI_AttributeDouble.h>
69 #include <ModelAPI_AttributeString.h>
70 #include <ModelAPI_Data.h>
71 #include <ModelAPI_Events.h>
72 #include <ModelAPI_Feature.h>
73 #include <ModelAPI_Object.h>
74 #include <ModelAPI_ResultBody.h>
75 #include <ModelAPI_ResultConstruction.h>
76 #include <ModelAPI_ResultGroup.h>
77 #include <ModelAPI_ResultParameter.h>
78 #include <ModelAPI_ResultField.h>
79 #include <ModelAPI_Session.h>
80 #include <ModelAPI_Validator.h>
81 #include <ModelAPI_Tools.h>
82 #include <ModelAPI_ResultField.h>
83
84 //#include <PartSetPlugin_Part.h>
85
86 #include <Events_Loop.h>
87 #include <Events_InfoMessage.h>
88 #include <Events_LongOp.h>
89
90 #include <ExchangePlugin_ExportPart.h>
91 #include <ExchangePlugin_ImportPart.h>
92
93 #include <GeomAPI_Pnt.h>
94
95 #include <ModuleBase_IModule.h>
96 #include <ModuleBase_IViewer.h>
97 #include <ModuleBase_Operation.h>
98 #include <ModuleBase_OperationDescription.h>
99 #include <ModuleBase_PageBase.h>
100 #include <ModuleBase_Preferences.h>
101 #include <ModuleBase_SelectionValidator.h>
102 #include <ModuleBase_Tools.h>
103 #include <ModuleBase_WidgetFactory.h>
104 #include <ModuleBase_OperationFeature.h>
105 #include <ModuleBase_PagedContainer.h>
106 #include <ModuleBase_WidgetValidated.h>
107 #include <ModuleBase_ModelWidget.h>
108 #include <ModuleBase_ResultPrs.h>
109 #include <ModuleBase_ActionIntParameter.h>
110 #include <ModuleBase_IStepPrs.h>
111
112 #include <Config_Common.h>
113 #include <Config_FeatureMessage.h>
114 #include <Config_ModuleReader.h>
115 #include <Config_PointerMessage.h>
116 #include <Config_PropManager.h>
117 #include <Config_DataModelReader.h>
118 #include <Config_Translator.h>
119 #include <Config_WidgetAPI.h>
120 #include <Config_Keywords.h>
121
122 #include <SUIT_ResourceMgr.h>
123
124 #include <AIS_Trihedron.hxx>
125 #ifdef BEFORE_TRIHEDRON_PATCH
126 #include <AIS_Point.hxx>
127 #include <AIS_Axis.hxx>
128 #endif
129
130 #include <QApplication>
131 #include <QFileDialog>
132 #include <QMessageBox>
133 #include <QMdiSubWindow>
134 #include <QMainWindow>
135 #include <QPushButton>
136 #include <QDockWidget>
137 #include <QLayout>
138 #include <QThread>
139 #include <QObject>
140 #include <QMenu>
141 #include <QToolButton>
142 #include <QAction>
143 #include <QDesktopWidget>
144 #include <QProcess>
145 #include <QDesktopServices>
146
147 #include <iterator>
148
149 #ifdef TINSPECTOR
150 #include <CDF_Session.hxx>
151 #include <CDF_Application.hxx>
152 #include <inspector/TInspector_Communicator.hxx>
153 #include <inspector/VInspector_CallBack.hxx>
154 static TInspector_Communicator* MyTCommunicator;
155 static Handle(VInspector_CallBack) MyVCallBack;
156
157 #endif
158
159 #ifdef _DEBUG
160 #include <QDebug>
161 #include <iostream>
162 #endif
163
164 #ifdef WIN32
165 #include <windows.h>
166 #else
167 #include <dlfcn.h>
168 #endif
169
170 //#define DEBUG_WITH_MESSAGE_REPORT
171
172 QString XGUI_Workshop::MOVE_TO_END_COMMAND = QObject::tr("Move to the end");
173
174 //#define DEBUG_DELETE
175 //#define DEBUG_FEATURE_NAME
176 //#define DEBUG_CLEAN_HISTORY
177
178 #ifdef HAVE_SALOME
179 static QString MyFilter(QObject::tr("SHAPER files (*.shaper *.cadbld)"));
180 static QString MyFilter2(QObject::tr("SHAPER files (*.shaper)"));
181 static QString MyExtension(".shaper");
182 #else
183 static QString MyFilter(QObject::tr("CAD Builder files (*.cadbld);;All files (*.*)"));
184 static QString MyFilter2(QObject::tr("CAD Builder files (*.cadbld)"));
185 static QString MyExtension(".cadbld");
186 #endif
187
188 static QString MyImportPartFilter(QObject::tr("Part files (*.shaperpart);;All files (*.*)"));
189
190
191 //******************************************************
192 XGUI_Workshop::XGUI_Workshop(XGUI_SalomeConnector* theConnector)
193     : QObject(),
194       myModule(NULL),
195       mySalomeConnector(theConnector),
196       myPropertyPanel(0),
197       myInspectionPanel(0),
198       myFacesPanel(0),
199       myObjectBrowser(0),
200       myDisplayer(0)
201       //myViewerSelMode(TopAbs_FACE)
202 {
203   mySelector = new XGUI_SelectionMgr(this);
204   myModuleConnector = new XGUI_ModuleConnector(this);
205   myOperationMgr = new XGUI_OperationMgr(this, 0);
206   ModuleBase_IWorkshop* aWorkshop = moduleConnector();
207   // Has to be defined first in order to get errors and messages from other components
208   myEventsListener = new XGUI_WorkshopListener(this);
209   mySelectionActivate = new XGUI_SelectionActivate(aWorkshop);
210
211   SUIT_ResourceMgr* aResMgr = ModuleBase_Preferences::resourceMgr();
212 #ifndef HAVE_SALOME
213   myMainWindow = new AppElements_MainWindow();
214
215   bool aCloc = aResMgr->booleanValue("language", "locale", true);
216   if (aCloc)
217     QLocale::setDefault( QLocale::c() );
218   else
219     QLocale::setDefault( QLocale::system() );
220 #endif
221   QString aPath = Config_XMLReader::pluginConfigFile().c_str();
222   QDir aDir(aPath);
223
224   // Load translations
225   QStringList aLangs;
226   aLangs << "*_en.ts"; // load by default eng translations
227   QString aCurrLang = aResMgr->stringValue("language", "language", "en");
228   if(aCurrLang != "en") {
229     aLangs << "*_" + aCurrLang + ".ts"; // then replace with translated files
230   }
231
232   foreach(QString aLang, aLangs) {
233     QStringList aFilters;
234     aFilters << aLang;
235     QStringList aTsFiles = aDir.entryList(aFilters, QDir::Files);
236     foreach(QString aFileName, aTsFiles) {
237       Config_Translator::load(aFileName.toStdString());
238     }
239   }
240
241   myDataModelXMLReader = new Config_DataModelReader();
242   //myDataModelXMLReader->readAll();
243
244   myDisplayer = new XGUI_Displayer(this);
245
246   connect(mySelector, SIGNAL(selectionChanged()), this, SLOT(updateCommandStatus()));
247
248   myActionsMgr = new XGUI_ActionsMgr(this);
249   myActiveControlMgr = new XGUI_ActiveControlMgr(myModuleConnector);
250   myMenuMgr = new XGUI_MenuMgr(this);
251   myErrorDlg = new XGUI_ErrorDialog(QApplication::desktop());
252   myContextMenuMgr = new XGUI_ContextMenuMgr(this);
253   connect(myContextMenuMgr, SIGNAL(actionTriggered(const QString&, bool)), this,
254           SLOT(onContextMenuCommand(const QString&, bool)));
255
256   myViewerProxy = new XGUI_ViewerProxy(this);
257   //connect(myViewerProxy, SIGNAL(selectionChanged()),
258   //        myActionsMgr,  SLOT(updateOnViewSelection()));
259
260   myOperationMgr->setWorkshop(aWorkshop);
261
262   myErrorMgr = new XGUI_ErrorMgr(this, aWorkshop);
263
264   connect(myOperationMgr, SIGNAL(operationResumed(ModuleBase_Operation*)),
265           SLOT(onOperationResumed(ModuleBase_Operation*)));
266   connect(myOperationMgr, SIGNAL(operationStopped(ModuleBase_Operation*)),
267           SLOT(onOperationStopped(ModuleBase_Operation*)));
268   connect(myOperationMgr, SIGNAL(operationCommitted(ModuleBase_Operation*)),
269           SLOT(onOperationCommitted(ModuleBase_Operation*)));
270   connect(myOperationMgr, SIGNAL(operationAborted(ModuleBase_Operation*)),
271           SLOT(onOperationAborted(ModuleBase_Operation*)));
272
273 #ifndef HAVE_SALOME
274   connect(myMainWindow, SIGNAL(exitKeySequence()), SLOT(onExit()));
275   myDisplayer->displayTrihedron(true);
276 #endif
277
278   connect(myEventsListener, SIGNAL(errorOccurred(std::shared_ptr<Events_InfoMessage>)),
279           myErrorDlg, SLOT(addError(std::shared_ptr<Events_InfoMessage>)));
280
281   Config_PropManager::registerProp("Visualization", "selection_color", "Selection color",
282     Config_Prop::Color, "255,255,255");
283
284   if (ModuleBase_Preferences::resourceMgr()->booleanValue("Viewer", "face-selection", true))
285     myViewerSelMode.append(TopAbs_FACE);
286   if (ModuleBase_Preferences::resourceMgr()->booleanValue("Viewer", "edge-selection", true))
287     myViewerSelMode.append(TopAbs_EDGE);
288   if (ModuleBase_Preferences::resourceMgr()->booleanValue("Viewer", "vertex-selection", true))
289     myViewerSelMode.append(TopAbs_VERTEX);
290   //IMP: an attempt to use result selection with other selection modes
291   myViewerSelMode.append(ModuleBase_ResultPrs::Sel_Result);//TopAbs_VERTEX);
292   myViewerSelMode.append(TopAbs_COMPSOLID);
293 }
294
295 //******************************************************
296 XGUI_Workshop::~XGUI_Workshop(void)
297 {
298 #ifdef _DEBUG
299 #ifdef MISSED_TRANSLATION
300   // Save Missed translations
301   Config_Translator::saveMissedTranslations();
302 #endif
303 #endif
304
305   delete myDisplayer;
306   delete myDataModelXMLReader;
307   delete mySelectionActivate;
308   delete myMenuMgr;
309   clearTemporaryDir();
310 }
311
312 //******************************************************
313 void XGUI_Workshop::startApplication()
314 {
315   //Initialize event listening
316   myEventsListener->initializeEventListening();
317
318   myDataModelXMLReader->readAll();
319   initMenu();
320
321   Config_PropManager::registerProp("Plugins", "default_path", "Default Path",
322                                    Config_Prop::Directory, "");
323
324   std::string aDir = Config_XMLReader::resourcesConfigFile();
325   Config_PropManager::registerProp("Plugins", "import_initial_path", "Import initial directory",
326                                    Config_Prop::Directory, aDir);
327
328 #ifdef _DEBUG
329   Config_PropManager::registerProp("Plugins", "create_part_by_start", "Create Part by Start",
330     Config_Prop::Boolean, "false");
331
332   Config_PropManager::registerProp("Plugins", "show_hide_faces", "Show Hide Faces (on the right)",
333     Config_Prop::Boolean, "false");
334 #endif
335   registerValidators();
336
337   // Calling of  loadCustomProps before activating module is required
338   // by Config_PropManger to restore user-defined path to plugins
339   ModuleBase_Preferences::loadCustomProps();
340   std::vector<int> aColor;
341   try {
342     aColor = Config_PropManager::color("Visualization", "selection_color");
343   }
344   catch (...) {
345   }
346   if (aColor.size() == 3)
347     myDisplayer->setSelectionColor(aColor);
348
349   createModule();
350
351 #ifndef HAVE_SALOME
352   myMainWindow->show();
353   updateCommandStatus();
354 #endif
355
356   onNew();
357
358   myViewerProxy->connectViewProxy();
359   connect(myViewerProxy, SIGNAL(trihedronVisibilityChanged(bool)),
360           SLOT(onTrihedronVisibilityChanged(bool)));
361
362   emit applicationStarted();
363
364 #ifdef _DEBUG
365   bool aNewPart = Config_PropManager::boolean("Plugins", "create_part_by_start");
366   if (aNewPart) {
367       module()->launchOperation("Part", false); // PartSetPlugin_Part::ID()
368   }
369 #endif
370 }
371
372 //******************************************************
373 void XGUI_Workshop::activateModule()
374 {
375   selectionActivate()->updateSelectionFilters();
376
377   connect(myDisplayer, SIGNAL(objectDisplayed(ObjectPtr, AISObjectPtr)),
378     myModule, SLOT(onObjectDisplayed(ObjectPtr, AISObjectPtr)));
379   connect(myDisplayer, SIGNAL(beforeObjectErase(ObjectPtr, AISObjectPtr)),
380     myModule, SLOT(onBeforeObjectErase(ObjectPtr, AISObjectPtr)));
381
382   updateCommandStatus();
383
384   // TODO: get default selection mode
385
386   // activate visualized objects in the viewer
387   activateObjectsSelection(displayer()->displayedObjects());
388   myOperationMgr->activate();
389 }
390
391 //******************************************************
392 void XGUI_Workshop::deactivateModule()
393 {
394   // remove internal displayer filter
395   displayer()->deactivateSelectionFilters(false);
396
397   disconnect(myDisplayer, SIGNAL(objectDisplayed(ObjectPtr, AISObjectPtr)),
398     myModule, SLOT(onObjectDisplayed(ObjectPtr, AISObjectPtr)));
399   disconnect(myDisplayer, SIGNAL(beforeObjectErase(ObjectPtr, AISObjectPtr)),
400     myModule, SLOT(onBeforeObjectErase(ObjectPtr, AISObjectPtr)));
401
402   XGUI_Displayer* aDisplayer = displayer();
403   QObjectPtrList aDisplayed = aDisplayer->displayedObjects();
404   aDisplayer->deactivateObjects(aDisplayed, true);
405   selectionActivate()->deactivateTrihedronInSelectionModes();
406
407 #ifdef BEFORE_TRIHEDRON_PATCH
408   //Handle(AIS_Trihedron) aTrihedron = Handle(AIS_Trihedron)::DownCast(aDisplayer->getTrihedron());
409   /// Trihedron problem: objects stayed in the viewer, should be removed manually
410   /// otherwise in SALOME happens crash by HideAll in the viewer
411   aContext->Remove(aTrihedron->Position(), true);
412   aContext->Remove(aTrihedron->Axis(), true);
413   aContext->Remove(aTrihedron->XAxis(), true);
414   aContext->Remove(aTrihedron->YAxis(), true);
415 #endif
416
417   myOperationMgr->deactivate();
418 }
419
420 //******************************************************
421 void XGUI_Workshop::initMenu()
422 {
423   myContextMenuMgr->createActions();
424
425 #ifdef HAVE_SALOME
426   // Create only Undo, Redo commands
427   QAction* aAction = salomeConnector()->addDesktopCommand("UNDO_CMD", tr("Undo"),
428                                                         tr("Undo last command"),
429                                                         QIcon(":pictures/undo.png"),
430                                                         QKeySequence::Undo, false,
431                                                         "MEN_DESK_EDIT");
432   QString aToolBarTitle = tr( "INF_DESK_TOOLBAR_STANDARD" );
433   salomeConnector()->addActionInToolbar( aAction,aToolBarTitle );
434
435   connect(aAction, SIGNAL(triggered(bool)), this, SLOT(onUndo()));
436   addHistoryMenu(aAction, SIGNAL(updateUndoHistory(const QList<ActionInfo>&)), SLOT(onUndo(int)));
437
438   aAction = salomeConnector()->addDesktopCommand("REDO_CMD", tr("Redo"), tr("Redo last command"),
439                                               QIcon(":pictures/redo.png"), QKeySequence::Redo,
440                                               false, "MEN_DESK_EDIT");
441   salomeConnector()->addActionInToolbar( aAction, aToolBarTitle );
442
443   connect(aAction, SIGNAL(triggered(bool)), this, SLOT(onRedo()));
444   addHistoryMenu(aAction, SIGNAL(updateRedoHistory(const QList<ActionInfo>&)), SLOT(onRedo(int)));
445
446   salomeConnector()->addDesktopMenuSeparator("MEN_DESK_EDIT");
447
448   //aAction = salomeConnector()->addDesktopCommand("AUTOCOMPUTE_CMD", tr("Auto rebuild"),
449   //                                            tr("Blocks immediate apply of modifications"),
450   //                                            QIcon(":pictures/autoapply.png"), QKeySequence(),
451   //                                            false, "MEN_DESK_EDIT");
452   //salomeConnector()->addActionInToolbar( aAction, aToolBarTitle );
453
454   //connect(aAction, SIGNAL(triggered(bool)), this, SLOT(onAutoApply()));
455
456   salomeConnector()->addDesktopMenuSeparator("MEN_DESK_EDIT");
457
458
459   // Add commands to a file menu
460   aAction = salomeConnector()->addDesktopCommand("SAVEAS_CMD", tr("Export native..."),
461                                              tr("Export the current document into a native file"),
462                                               QIcon(), QKeySequence(),
463                                               false, "MEN_DESK_FILE");
464   connect(aAction, SIGNAL(triggered(bool)), this, SLOT(onSaveAs()));
465
466   aAction = salomeConnector()->addDesktopCommand("OPEN_CMD", tr("Import native..."),
467                                               tr("Import native file"),
468                                               QIcon(), QKeySequence(),
469                                               false, "MEN_DESK_FILE");
470   connect(aAction, SIGNAL(triggered(bool)), this, SLOT(onOpen()));
471   salomeConnector()->addDesktopMenuSeparator("MEN_DESK_FILE");
472
473   aAction = salomeConnector()->addDesktopCommand("EXPORT_PART_CMD", tr("Export part..."),
474                                           tr("Export a part of the current document into a file"),
475                                           QIcon(), QKeySequence(),
476                                           false, "MEN_DESK_FILE");
477   connect(aAction, SIGNAL(triggered(bool)), this, SLOT(onExportPart()));
478
479   aAction = salomeConnector()->addDesktopCommand("IMPORT_PART_CMD", tr("Import part..."),
480                                           tr("Import structure of a part"),
481                                           QIcon(), QKeySequence(),
482                                           false, "MEN_DESK_FILE");
483   connect(aAction, SIGNAL(triggered(bool)), this, SLOT(onImportPart()));
484   salomeConnector()->addDesktopMenuSeparator("MEN_DESK_FILE");
485
486 #else
487   // File commands group
488   AppElements_MenuGroupPanel* aGroup = myMainWindow->menuObject()->generalPage();
489
490   AppElements_Command* aCommand;
491
492   aCommand = aGroup->addFeature("SAVE_CMD", tr("Save"), tr("Save the document"),
493                                 QIcon(":pictures/save.png"), QKeySequence::Save);
494   aCommand->connectTo(this, SLOT(onSave()));
495   //aCommand->disable();
496
497   aCommand = aGroup->addFeature("SAVEAS_CMD", tr("Save as..."), tr("Save the document into a file"),
498                                 QIcon(":pictures/save.png"), QKeySequence());
499   aCommand->connectTo(this, SLOT(onSaveAs()));
500
501   QString aUndoId = "UNDO_CMD";
502   aCommand = aGroup->addFeature(aUndoId, tr("Undo"), tr("Undo last command"),
503                                 QIcon(":pictures/undo.png"), QKeySequence::Undo);
504   aCommand->connectTo(this, SLOT(onUndo()));
505   AppElements_Button* aUndoButton = qobject_cast<AppElements_Button*>(aGroup->widget(aUndoId));
506   addHistoryMenu(aUndoButton,
507                  SIGNAL(updateUndoHistory(const QList<ActionInfo>&)),
508                  SLOT(onUndo(int)));
509
510   QString aRedoId = "REDO_CMD";
511   aCommand = aGroup->addFeature(aRedoId, tr("Redo"), tr("Redo last command"),
512                                 QIcon(":pictures/redo.png"), QKeySequence::Redo);
513   aCommand->connectTo(this, SLOT(onRedo()));
514   AppElements_Button* aRedoButton = qobject_cast<AppElements_Button*>(aGroup->widget(aRedoId));
515   addHistoryMenu(aRedoButton,
516                  SIGNAL(updateRedoHistory(const QList<ActionInfo>&)),
517                  SLOT(onRedo(int)));
518
519   aCommand = aGroup->addFeature("OPEN_CMD", tr("Open..."), tr("Open a new document"),
520                                 QIcon(":pictures/open.png"), QKeySequence::Open);
521   aCommand->connectTo(this, SLOT(onOpen()));
522
523
524   aCommand = aGroup->addFeature("AUTOCOMPUTE_CMD", tr("Auto rebuild"),
525                                 tr("Blocks immediate apply of modifications"),
526                                 QIcon(":pictures/autoapply_start.png"), QKeySequence());
527   aCommand->setChecked(ModelAPI_Session::get()->isAutoUpdateBlocked());
528   aCommand->connectTo(this, SLOT(onAutoApply()));
529
530   aCommand = aGroup->addFeature("PREF_CMD", tr("Preferences"), tr("Edit preferences"),
531                                 QIcon(":pictures/preferences.png"), QKeySequence::Preferences);
532   aCommand->connectTo(this, SLOT(onPreferences()));
533
534   aCommand = aGroup->addFeature("EXIT_CMD", tr("Exit"), tr("Exit application"),
535                                 QIcon(":pictures/close.png"), QKeySequence::Close);
536   aCommand->connectTo(this, SLOT(onExit()));
537 #endif
538 }
539
540 #ifndef HAVE_SALOME
541 //******************************************************
542 AppElements_Workbench* XGUI_Workshop::addWorkbench(const QString& theName)
543 {
544   AppElements_MainMenu* aMenuBar = myMainWindow->menuObject();
545   return aMenuBar->addWorkbench(theName);
546 }
547 #endif
548
549 //******************************************************
550 QMainWindow* XGUI_Workshop::desktop() const
551 {
552 #ifdef HAVE_SALOME
553   return salomeConnector()->desktop();
554 #else
555   return myMainWindow;
556 #endif
557 }
558
559 //******************************************************
560 void XGUI_Workshop::onStartWaiting()
561 {
562   if (Events_LongOp::isPerformed()) {
563     QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
564   }
565 }
566
567 //******************************************************
568 void XGUI_Workshop::onAcceptActionClicked()
569 {
570   QAction* anAction = dynamic_cast<QAction*>(sender());
571   XGUI_OperationMgr* anOperationMgr = operationMgr();
572   if (anOperationMgr) {
573     ModuleBase_OperationFeature* aFOperation = dynamic_cast<ModuleBase_OperationFeature*>
574                                                     (anOperationMgr->currentOperation());
575     if (aFOperation) {
576       //if (errorMgr()->canProcessClick(anAction, aFOperation->feature()))
577       myOperationMgr->commitOperation();
578     }
579   }
580 }
581
582 //******************************************************
583 void XGUI_Workshop::onAcceptPlusActionClicked()
584 {
585   QAction* anAction = dynamic_cast<QAction*>(sender());
586   XGUI_OperationMgr* anOperationMgr = operationMgr();
587   if (anOperationMgr) {
588     ModuleBase_OperationFeature* aFOperation = dynamic_cast<ModuleBase_OperationFeature*>
589                                                     (anOperationMgr->currentOperation());
590     if (aFOperation) {
591       if (myOperationMgr->commitOperation())
592         module()->launchOperation(aFOperation->id(), false);
593     }
594   }
595 }
596
597 //******************************************************
598 void XGUI_Workshop::onPreviewActionClicked()
599 {
600   ModuleBase_IPropertyPanel* aPanel = propertyPanel();
601   if (aPanel) {
602     ModuleBase_ModelWidget* anActiveWidget = aPanel->activeWidget();
603     if (anActiveWidget && anActiveWidget->getValueState() == ModuleBase_ModelWidget::ModifiedInPP) {
604       anActiveWidget->storeValue();
605     }
606   }
607   std::shared_ptr<Events_Message> aMsg = std::shared_ptr<Events_Message>(
608                 new Events_Message(Events_Loop::eventByName(EVENT_PREVIEW_REQUESTED)));
609   Events_Loop::loop()->send(aMsg);
610 }
611
612
613 //******************************************************
614 void XGUI_Workshop::onHelpActionClicked()
615 {
616   XGUI_OperationMgr* anOperationMgr = operationMgr();
617   if (anOperationMgr) {
618     ModuleBase_Operation* aOperation = anOperationMgr->currentOperation();
619     if (aOperation) {
620       QString aHelpPage = aOperation->helpFileName();
621       if (!aHelpPage.isEmpty()) {
622         QString aDocDir;
623         const QChar aSep = QDir::separator();
624 //        QString platform;
625 //        SUIT_ResourceMgr* aResMgr = ModuleBase_Preferences::resourceMgr();
626 //#ifdef WIN32
627 //        platform = "winapplication";
628 //#else
629 //        platform = "application";
630 //#endif
631 //        QString aBrowserName = aResMgr->stringValue("ExternalBrowser", platform);
632
633 #ifdef HAVE_SALOME
634         QString aDir(getenv("SHAPER_ROOT_DIR"));
635         if (!aDir.isEmpty()) {
636           aDocDir = aDir + aSep + "share" + aSep + "doc" + aSep +
637             "salome" + aSep + "gui" + aSep + "SHAPER";
638         }
639 #else
640         QString aDir(getenv("CADBUILDER_ROOT_DIR"));
641         aDocDir = aDir + aSep + "doc" + aSep + "gui";
642 #endif
643         QString aFileName = aDocDir + aSep + aHelpPage;
644         if (QFile::exists(aFileName)) {
645           QUrl aUrl = QUrl::fromLocalFile(aFileName);
646           QDesktopServices::openUrl(aUrl);
647         }
648       }
649     }
650   }
651 }
652
653
654 //******************************************************
655 void XGUI_Workshop::deactivateActiveObject(const ObjectPtr& theObject, const bool theUpdateViewer)
656 {
657   if (!myModule->canActivateSelection(theObject)) {
658     if (selectionActivate()->isActive(theObject)) {
659       QObjectPtrList anObjects;
660       anObjects.append(theObject);
661       myDisplayer->deactivateObjects(anObjects, theUpdateViewer);
662     }
663   }
664 }
665
666 //******************************************************
667 bool XGUI_Workshop::isFeatureOfNested(const FeaturePtr& theFeature)
668 {
669   bool aHasNested = false;
670   std::string aFeatureKind = theFeature->getKind();
671 #ifdef HAVE_SALOME
672     XGUI_SalomeConnector* aSalomeConnector = salomeConnector();
673     if (aSalomeConnector->isFeatureOfNested(actionsMgr()->action(aFeatureKind.c_str())))
674       aHasNested = true;
675 #else
676     AppElements_MainMenu* aMenuBar = mainWindow()->menuObject();
677     AppElements_Command* aCommand = aMenuBar->feature(aFeatureKind.c_str());
678     if (aCommand && aCommand->button()->additionalButtonWidget())
679       aHasNested = true;
680 #endif
681   return aHasNested;
682 }
683
684 //******************************************************
685 void XGUI_Workshop::fillPropertyPanel(ModuleBase_Operation* theOperation)
686 {
687   ModuleBase_OperationFeature* aFOperation =
688     dynamic_cast<ModuleBase_OperationFeature*>(theOperation);
689   if (!aFOperation)
690     return;
691
692   myPropertyPanel->cleanContent();
693
694   QList<ModuleBase_ModelWidget*> aWidgets;
695   QString aXmlRepr = aFOperation->getDescription()->xmlRepresentation();
696   if (!module()->createWidgets(aFOperation->feature(), aXmlRepr, aWidgets)) {
697     ModuleBase_WidgetFactory aFactory(aXmlRepr.toStdString(), myModuleConnector);
698     aFactory.createWidget(myPropertyPanel->contentWidget());
699     aWidgets = aFactory.getModelWidgets();
700   }
701
702   // check compatibility of feature and widgets
703   FeaturePtr aFeature = aFOperation->feature();
704   std::string aFeatureKind = aFeature->getKind();
705   foreach (ModuleBase_ModelWidget* aWidget, aWidgets) {
706     if (aWidget->usesAttribute()) {
707       if (!aWidget->attributeID().empty() && !aFeature->attribute(aWidget->attributeID()).get()) {
708         std::string anErrorMsg = "The feature '%1' has no attribute '%2' used by widget '%3'.";
709         Events_InfoMessage("XGUI_Workshop", anErrorMsg)
710           .arg(aFeatureKind).arg(aWidget->attributeID())
711           .arg(aWidget->metaObject()->className()).send();
712         myPropertyPanel->cleanContent();
713         return;
714       }
715     }
716   }
717   // for performance purpose, flush should be done after all controls are filled
718   bool isUpdateFlushed = false;
719   foreach (ModuleBase_ModelWidget* aWidget, aWidgets) {
720     bool isStoreValue = !aFOperation->isEditOperation() &&
721                         !aWidget->getDefaultValue().empty() &&
722                         !aWidget->isComputedDefault();
723     aWidget->setFeature(aFeature, isStoreValue, isUpdateFlushed);
724     if (!isStoreValue)
725       aWidget->restoreValue();
726     aWidget->enableFocusProcessing();
727   }
728   // update visible state of Preview button
729   std::shared_ptr<Config_FeatureMessage> aFeatureInfo;
730 #ifdef HAVE_SALOME
731   aFeatureInfo = mySalomeConnector->featureInfo(aFeatureKind.c_str());
732 #else
733   AppElements_MainMenu* aMenuBar = mainWindow()->menuObject();
734   AppElements_Command* aCommand = aMenuBar->feature(aFeatureKind.c_str());
735   if (aCommand)
736     aFeatureInfo = aCommand->featureMessage();
737 #endif
738   bool anIsAutoPreview = true;
739   if (aFeatureInfo.get()) {
740     anIsAutoPreview = aFeatureInfo->isAutoPreview();
741     theOperation->setHelpFileName(aFeatureInfo->helpFileName().c_str());
742   } else {
743     std::string aXmlCfg, aDescription;
744     module()->getXMLRepresentation(aFeatureKind, aXmlCfg, aDescription);
745     ModuleBase_WidgetFactory aFactory(aXmlCfg, moduleConnector());
746     anIsAutoPreview = aFactory.widgetAPI()->getBooleanAttribute(FEATURE_AUTO_PREVIEW, true);
747   }
748
749   if (!anIsAutoPreview) {
750     myPropertyPanel->findButton(PROP_PANEL_PREVIEW)->setVisible(true);
751     // send signal about preview should not be computed automatically, click on preview
752     // button should initiate it
753     std::shared_ptr<Events_Message> aMsg = std::shared_ptr<Events_Message>(
754                   new Events_Message(Events_Loop::eventByName(EVENT_PREVIEW_BLOCKED)));
755     Events_Loop::loop()->send(aMsg);
756   }
757   // if update happens after preview is blocked, it does nothing when blocked
758   // it improves performance for valid objects on feature start
759   ModuleBase_Tools::flushUpdated(aFeature);
760
761   myPropertyPanel->setModelWidgets(aWidgets);
762   aFOperation->setPropertyPanel(myPropertyPanel);
763
764   myModule->propertyPanelDefined(theOperation);
765
766 #ifndef DEBUG_FEATURE_NAME
767   myPropertyPanel->setWindowTitle(ModuleBase_Tools::translate("workshop",
768     theOperation->getDescription()->description().toStdString()));
769 #else
770   std::string aFeatureName = aFeature->name();
771   myPropertyPanel->setWindowTitle(QString("%1: %2")
772     .arg(translate(theOperation->getDescription()->description()))
773     .arg(translate(aFeatureName.c_str())));
774 #endif
775
776   myErrorMgr->setPropertyPanel(myPropertyPanel);
777   theOperation->setHideFacesVisible(myFacesPanel->isVisible());
778   if (aFeatureInfo.get() && aFeatureInfo->isHideFacesPanel() && !myFacesPanel->isVisible())
779     myFacesPanel->show();
780   showPanel(myPropertyPanel);
781 }
782
783 //******************************************************
784 void XGUI_Workshop::connectToPropertyPanel(const bool isToConnect)
785 {
786   XGUI_PropertyPanel* aPropertyPanel = propertyPanel();
787   if (aPropertyPanel) {
788     const QList<ModuleBase_ModelWidget*>& aWidgets = aPropertyPanel->modelWidgets();
789     foreach (ModuleBase_ModelWidget* aWidget, aWidgets) {
790        myModule->connectToPropertyPanel(aWidget, isToConnect);
791        if (isToConnect) {
792         connect(aWidget, SIGNAL(valueStateChanged(int)), this, SLOT(onWidgetStateChanged(int)));
793         connect(aWidget, SIGNAL(valuesChanged()), this, SLOT(onValuesChanged()));
794         connect(aWidget, SIGNAL(objectUpdated()), this, SLOT(onWidgetObjectUpdated()));
795        }
796       else {
797         disconnect(aWidget, SIGNAL(valueStateChanged(int)), this, SLOT(onWidgetStateChanged(int)));
798         disconnect(aWidget, SIGNAL(valuesChanged()), this, SLOT(onValuesChanged()));
799         disconnect(aWidget, SIGNAL(objectUpdated()), this, SLOT(onWidgetObjectUpdated()));
800       }
801     }
802   }
803 }
804
805 //******************************************************
806 void XGUI_Workshop::onOperationResumed(ModuleBase_Operation* theOperation)
807 {
808   setGrantedFeatures(theOperation);
809
810   if (theOperation->getDescription()->hasXmlRepresentation()) {  //!< No need for property panel
811     fillPropertyPanel(theOperation);
812     connectToPropertyPanel(true);
813     ModuleBase_OperationFeature* aFOperation = dynamic_cast<ModuleBase_OperationFeature*>
814       (theOperation);
815     if (aFOperation)
816       myPropertyPanel->updateApplyPlusButton(aFOperation->feature());
817     else
818       myPropertyPanel->updateApplyPlusButton(FeaturePtr());
819   }
820   updateCommandStatus();
821
822   myModule->operationResumed(theOperation);
823 }
824
825 //******************************************************
826 void XGUI_Workshop::onOperationStopped(ModuleBase_Operation* theOperation)
827 {
828   updateCommandStatus();
829
830   ModuleBase_OperationFeature* aFOperation = dynamic_cast<ModuleBase_OperationFeature*>
831                                                                         (theOperation);
832   if (!aFOperation)
833     return;
834
835   ModuleBase_ISelection* aSel = mySelector->selection();
836   QObjectPtrList aObj = aSel->selectedPresentations();
837   //!< No need for property panel
838   hidePanel(myPropertyPanel);
839   myPropertyPanel->cleanContent();
840
841   connectToPropertyPanel(false);
842   myModule->operationStopped(aFOperation);
843
844   // the deactivated objects of the current operation should be activated back.
845   // They were deactivated on operation start or an object redisplay
846   QObjectPtrList anObjects;
847   FeaturePtr aFeature = aFOperation->feature();
848   if (aFeature.get()) { // feature may be not created (plugin load fail)
849     if (myDisplayer->isVisible(aFeature) && !selectionActivate()->isActive(aFeature))
850       anObjects.append(aFeature);
851     std::list<ResultPtr> aResults;
852     ModelAPI_Tools::allResults(aFeature, aResults);
853     std::list<ResultPtr>::const_iterator aIt;
854     for (aIt = aResults.begin(); aIt != aResults.end(); ++aIt) {
855       ResultPtr anObject = *aIt;
856       if (myDisplayer->isVisible(anObject) && !selectionActivate()->isActive(anObject)) {
857         anObjects.append(anObject);
858       }
859     }
860   }
861   activateObjectsSelection(anObjects);
862
863   if (!theOperation->isHideFacesVisible())
864     myFacesPanel->hide();
865 }
866
867 //******************************************************
868 void XGUI_Workshop::onOperationCommitted(ModuleBase_Operation* theOperation)
869 {
870   myModule->operationCommitted(theOperation);
871 }
872
873 //******************************************************
874 void XGUI_Workshop::onOperationAborted(ModuleBase_Operation* theOperation)
875 {
876   myModule->operationAborted(theOperation);
877 }
878
879 //******************************************************
880 void XGUI_Workshop::setGrantedFeatures(ModuleBase_Operation* theOperation)
881 {
882   ModuleBase_OperationFeature* aFOperation =
883     dynamic_cast<ModuleBase_OperationFeature*>(theOperation);
884   if (!aFOperation)
885     return;
886
887   QStringList aGrantedIds;
888   if (isSalomeMode()) {
889     const std::shared_ptr<Config_FeatureMessage>& anInfo =
890                          mySalomeConnector->featureInfo(theOperation->id());
891     if (anInfo.get())
892       aGrantedIds = QString::fromStdString(anInfo->nestedFeatures())
893                                    .split(" ", QString::SkipEmptyParts);
894   }
895   else
896     aGrantedIds = myActionsMgr->nestedCommands(theOperation->id());
897
898   ModuleBase_IModule* aModule = module();
899   if (aModule)
900     aModule->grantedOperationIds(theOperation, aGrantedIds);
901
902   aFOperation->setGrantedOperationIds(aGrantedIds);
903 }
904
905 //******************************************************
906 void XGUI_Workshop::saveDocument(const QString& theName, std::list<std::string>& theFileNames)
907 {
908   QApplication::restoreOverrideCursor();
909   SessionPtr aMgr = ModelAPI_Session::get();
910
911   std::list<DocumentPtr> aDocList = aMgr->allOpenedDocuments();
912   std::list<DocumentPtr>::const_iterator aIt;
913   for (aIt = aDocList.cbegin(); aIt != aDocList.cend(); aIt++) {
914     std::list<bool> aState = myObjectBrowser->getStateForDoc(*aIt);
915     (*aIt)->storeNodesState(aState);
916   }
917
918   aMgr->save(theName.toLatin1().constData(), theFileNames);
919
920   QApplication::restoreOverrideCursor();
921 }
922
923 //******************************************************
924 bool XGUI_Workshop::abortAllOperations()
925 {
926   return myOperationMgr->abortAllOperations();
927 }
928
929 //******************************************************
930 void XGUI_Workshop::operationStarted(ModuleBase_Operation* theOperation)
931 {
932   setGrantedFeatures(theOperation);
933   if (!theOperation->getDescription()->hasXmlRepresentation()) {  //!< No need for property panel
934     updateCommandStatus();
935   }
936   else {
937     myModule->operationStarted(theOperation);
938   }
939 }
940
941 //******************************************************
942 void XGUI_Workshop::onOpen()
943 {
944   if(!abortAllOperations())
945     return;
946   //save current file before close if modified
947   SessionPtr aSession = ModelAPI_Session::get();
948   if (aSession->isModified()) {
949     int anAnswer = QMessageBox::question(
950         desktop(), tr("Save current file"),
951         tr("The document is modified, save before opening another?"),
952         QMessageBox::Save | QMessageBox::Discard | QMessageBox::Cancel, QMessageBox::Cancel);
953     if (anAnswer == QMessageBox::Save) {
954       onSave();
955     } else if (anAnswer == QMessageBox::Cancel) {
956       return;
957     }
958     myCurrentFile = QString();
959   }
960
961   //show file dialog, check if readable and open
962   qreal aRatio = ModuleBase_Tools::currentPixelRatio();
963   // If the ratio is > 1 (HD screen) then QT has a bug in
964   // displaying of system open file dialog (too small)
965   QString aFile = QFileDialog::getOpenFileName(desktop(), tr("Open file"), QString(), MyFilter,
966     Q_NULLPTR, ((aRatio > 1)? QFileDialog::DontUseNativeDialog : QFileDialog::Options()));
967   if (!aFile.isNull())
968     openFile(aFile);
969 }
970
971 //******************************************************
972 void XGUI_Workshop::openFile(const QString& theDirectory)
973 {
974   myCurrentFile = theDirectory;
975   if (myCurrentFile.isEmpty())
976     return;
977
978   QFileInfo aFileInfo(myCurrentFile);
979   if (!aFileInfo.exists() || !aFileInfo.isReadable()) {
980     QMessageBox::critical(desktop(), tr("Warning"), tr("Unable to open the file."));
981     myCurrentFile = QString();
982     return;
983   }
984
985   QApplication::setOverrideCursor(Qt::WaitCursor);
986   module()->closeDocument();
987   SessionPtr aSession = ModelAPI_Session::get();
988   aSession->closeAll();
989
990   clearTemporaryDir();
991   if (!XGUI_CompressFiles::uncompress(myCurrentFile, myTmpDir.path()))
992     return;
993
994   aSession->load(myTmpDir.path().toLatin1().constData());
995   myObjectBrowser->rebuildDataTree();
996
997   // Open first level of data tree
998   DocumentPtr aRootDoc = aSession->moduleDocument();
999   std::list<bool> aStates;
1000   aRootDoc->restoreNodesState(aStates);
1001   myObjectBrowser->setStateForDoc(aRootDoc, aStates);
1002
1003   updateCommandStatus();
1004 #ifndef HAVE_SALOME
1005   myMainWindow->setCurrentDir(myCurrentFile, true);
1006 #endif
1007
1008 #ifdef _DEBUG
1009   bool aNewPart = Config_PropManager::boolean("Plugins", "create_part_by_start");
1010   if (aNewPart) {
1011
1012     DocumentPtr aRootDoc = ModelAPI_Session::get()->moduleDocument();
1013     int aSize = aRootDoc->size(ModelAPI_ResultPart::group());
1014     if (aSize > 0 ) {
1015       ObjectPtr aObject = aRootDoc->object(ModelAPI_ResultPart::group(), 0);
1016       ResultPartPtr aPart = std::dynamic_pointer_cast<ModelAPI_ResultPart>(aObject);
1017       if (aPart.get())
1018         aPart->activate();
1019     }
1020   }
1021 #endif
1022
1023   QApplication::restoreOverrideCursor();
1024 }
1025
1026 //******************************************************
1027 void XGUI_Workshop::onNew()
1028 {
1029   QApplication::setOverrideCursor(Qt::WaitCursor);
1030   if (objectBrowser() == 0) {
1031     createDockWidgets();
1032     mySelector->connectViewers();
1033   }
1034   myViewerProxy->connectToViewer();
1035   showObjectBrowser();
1036 #ifndef HAVE_SALOME
1037   myMainWindow->showPythonConsole();
1038   QMdiSubWindow* aWnd = myMainWindow->viewer()->createView();
1039   aWnd->showMaximized();
1040   updateCommandStatus();
1041 #endif
1042   myContextMenuMgr->connectViewer();
1043   QApplication::restoreOverrideCursor();
1044 }
1045
1046 #ifndef HAVE_SALOME
1047 //******************************************************
1048 void XGUI_Workshop::onExit()
1049 {
1050   SessionPtr aMgr = ModelAPI_Session::get();
1051   if (aMgr->isModified()) {
1052     int anAnswer = QMessageBox::question(
1053         myMainWindow, tr("Save current file"), tr("The document is modified, save before exit?"),
1054         QMessageBox::Save | QMessageBox::Discard | QMessageBox::Cancel, QMessageBox::Cancel);
1055     if (anAnswer == QMessageBox::Save) {
1056       bool saved = onSave();
1057       if (!saved) {
1058         return;
1059       }
1060     } else if (anAnswer == QMessageBox::Cancel) {
1061       return;
1062     }
1063   }
1064   qApp->exit();
1065 }
1066
1067 //******************************************************
1068 void XGUI_Workshop::onPreferences()
1069 {
1070   ModuleBase_Prefs aModif;
1071   ModuleBase_Preferences::editPreferences(aModif);
1072   if (aModif.size() > 0) {
1073     QString aSection;
1074     foreach (ModuleBase_Pref aPref, aModif) {
1075       aSection = aPref.first;
1076       if (aSection == ModuleBase_Preferences::VIEWER_SECTION) {
1077         myMainWindow->viewer()->updateFromResources();
1078       } else if (aSection == ModuleBase_Preferences::MENU_SECTION) {
1079         myMainWindow->menuObject()->updateFromResources();
1080       }
1081     }
1082     std::vector<int> aColor;
1083     try {
1084       aColor = Config_PropManager::color("Visualization", "selection_color");
1085     }
1086     catch (...) {
1087     }
1088     if (aColor.size() == 3)
1089       displayer()->setSelectionColor(aColor);
1090
1091     displayer()->redisplayObjects();
1092   }
1093 }
1094 #endif
1095
1096 //******************************************************
1097 void XGUI_Workshop::onTrihedronVisibilityChanged(bool theState)
1098 {
1099   XGUI_Displayer* aDisplayer = displayer();
1100   if (aDisplayer) {
1101     aDisplayer->displayTrihedron(theState);
1102     aDisplayer->updateViewer();
1103   }
1104 }
1105
1106 //******************************************************
1107 bool XGUI_Workshop::onSave()
1108 {
1109   if(!myOperationMgr->abortAllOperations(XGUI_OperationMgr::XGUI_InformationMessage))
1110     return false;
1111   if (myCurrentFile.isEmpty()) {
1112     return onSaveAs();
1113   }
1114   SessionPtr aMgr = ModelAPI_Session::get();
1115   if (aMgr->isAutoUpdateBlocked())
1116     aMgr->blockAutoUpdate(false);
1117
1118   std::list<std::string> aFiles;
1119   // issue #2899: create a temporary directory, save and then remove it
1120 #ifdef HAVE_SALOME
1121   std::string aTmpDir = XGUI_Tools::getTmpDirByEnv("SALOME_TMP_DIR");
1122 #else
1123   std::string aTmpDir = XGUI_Tools::getTmpDirByEnv("");
1124 #endif
1125   saveDocument(QString(aTmpDir.c_str()), aFiles);
1126   bool aResult = XGUI_CompressFiles::compress(myCurrentFile, aFiles);
1127   XGUI_Tools::removeTemporaryFiles(aTmpDir, aFiles);
1128
1129   if (aResult) {
1130     updateCommandStatus();
1131 #ifndef HAVE_SALOME
1132     myMainWindow->setModifiedState(false);
1133 #endif
1134   }
1135   return aResult;
1136 }
1137
1138 //******************************************************
1139 bool XGUI_Workshop::onSaveAs()
1140 {
1141   if(!myOperationMgr->abortAllOperations(XGUI_OperationMgr::XGUI_InformationMessage))
1142     return false;
1143   qreal aRatio = ModuleBase_Tools::currentPixelRatio();
1144   myCurrentFile = QFileDialog::getSaveFileName(desktop(), tr("Select name to save file..."),
1145     QString(), MyFilter2,
1146     Q_NULLPTR, ((aRatio > 1) ? QFileDialog::DontUseNativeDialog : QFileDialog::Options()));
1147   if (!myCurrentFile.isNull()) {
1148     if (!myCurrentFile.endsWith(MyExtension)) {
1149       myCurrentFile += MyExtension;
1150     }
1151   }
1152   else
1153     return false;
1154 #ifndef HAVE_SALOME
1155     myMainWindow->setCurrentDir(myCurrentFile, false);
1156     myMainWindow->setModifiedState(false);
1157 #endif
1158   return onSave();
1159 }
1160
1161 //******************************************************
1162 void XGUI_Workshop::onUndo(int theTimes)
1163 {
1164   processUndoRedo(ActionUndo, theTimes);
1165   myObjectBrowser->updateAllIndexes(1);
1166 }
1167
1168 //******************************************************
1169 void XGUI_Workshop::onRedo(int theTimes)
1170 {
1171   processUndoRedo(ActionRedo, theTimes);
1172   myObjectBrowser->updateAllIndexes(1);
1173 }
1174
1175 //******************************************************
1176 void XGUI_Workshop::processUndoRedo(const ModuleBase_ActionType theActionType, int theTimes)
1177 {
1178   ModuleBase_ModelWidget* anActiveWidget = myOperationMgr->activeWidget();
1179   if (anActiveWidget) {
1180     ActionIntParamPtr aParam(new ModuleBase_ActionIntParameter(theTimes));
1181     if (anActiveWidget->processAction(theActionType, aParam))
1182       return;
1183   }
1184   // the viewer update should be blocked in order to avoid the features blinking. For the created
1185   // feature a results are created, the flush of the created signal caused the viewer redisplay for
1186   // each created result. After a redisplay signal is flushed. So, the viewer update is blocked
1187   // until redo of all possible objects happens
1188   bool isUpdateEnabled = myDisplayer->enableUpdateViewer(false);
1189
1190   SessionPtr aMgr = ModelAPI_Session::get();
1191   if (aMgr->isOperation()) {
1192     XGUI_OperationMgr* aOpMgr = operationMgr();
1193     /// this is important for nested operations
1194     /// when sketch operation is active, this condition is false and
1195     /// the sketch operation is not aborted
1196     if (aOpMgr->canStopOperation(aOpMgr->currentOperation()))
1197       aOpMgr->abortOperation(aOpMgr->currentOperation());
1198     else
1199     {
1200       myDisplayer->enableUpdateViewer(isUpdateEnabled);
1201       return;
1202     }
1203   }
1204   objectBrowser()->treeView()->setCurrentIndex(QModelIndex());
1205   std::list<std::string> anActionList = theActionType == ActionUndo ? aMgr->undoList()
1206     : aMgr->redoList();
1207   std::list<std::string>::const_iterator aIt = anActionList.cbegin();
1208   for (int i = 0; (i < theTimes) && (aIt != anActionList.cend()); ++i, ++aIt) {
1209     if (theActionType == ActionUndo)
1210       aMgr->undo();
1211     else
1212       aMgr->redo();
1213
1214     if (QString((*aIt).c_str()) == MOVE_TO_END_COMMAND)
1215       myObjectBrowser->rebuildDataTree();
1216   }
1217   operationMgr()->updateApplyOfOperations();
1218   facesPanel()->reset(true);
1219   updateCommandStatus();
1220
1221   // unblock the viewer update functionality and make update on purpose
1222   myDisplayer->enableUpdateViewer(isUpdateEnabled);
1223   myDisplayer->updateViewer();
1224   // Clear messages in status bar from previous operations if exists
1225   setStatusBarMessage("");
1226 }
1227
1228 //******************************************************
1229 void XGUI_Workshop::onWidgetStateChanged(int thePreviousState)
1230 {
1231   ModuleBase_ModelWidget* anActiveWidget = myOperationMgr->activeWidget();
1232   //ModuleBase_Operation* anOperation = myOperationMgr->currentOperation();
1233   //if (anOperation) {
1234   //  ModuleBase_IPropertyPanel* aPanel = anOperation->propertyPanel();
1235   //  if (aPanel)
1236   //    anActiveWidget = aPanel->activeWidget();
1237   //}
1238   if (anActiveWidget)
1239     operationMgr()->onValidateOperation();
1240
1241   myModule->widgetStateChanged(thePreviousState);
1242 }
1243
1244 //******************************************************
1245 void XGUI_Workshop::onValuesChanged()
1246 {
1247   ModuleBase_ModelWidget* aSenderWidget = (ModuleBase_ModelWidget*)(sender());
1248   if (!aSenderWidget || aSenderWidget->canAcceptFocus())
1249     return;
1250
1251   ModuleBase_ModelWidget* anActiveWidget = 0;
1252   ModuleBase_Operation* anOperation = myOperationMgr->currentOperation();
1253   if (anOperation) {
1254     ModuleBase_IPropertyPanel* aPanel = anOperation->propertyPanel();
1255     if (aPanel)
1256       anActiveWidget = aPanel->activeWidget();
1257   }
1258   if (anActiveWidget) {
1259     ModuleBase_WidgetValidated* aWidgetValidated = dynamic_cast<ModuleBase_WidgetValidated*>
1260                                                                            (anActiveWidget);
1261     if (aWidgetValidated)
1262       aWidgetValidated->clearValidatedCash();
1263   }
1264 }
1265
1266 //******************************************************
1267 void XGUI_Workshop::onWidgetObjectUpdated()
1268 {
1269   operationMgr()->onValidateOperation();
1270   myDisplayer->updateViewer();
1271 }
1272
1273 //******************************************************
1274 void XGUI_Workshop::onImportPart()
1275 {
1276   if (!abortAllOperations())
1277     return;
1278
1279   //show file dialog, check if readable and open
1280   qreal aRatio = ModuleBase_Tools::currentPixelRatio();
1281   // If the ratio is > 1 (HD screen) then QT has a bug in
1282   // displaying of system open file dialog (too small)
1283   QString aFile = QFileDialog::getOpenFileName(desktop(), tr("Import part"), QString(),
1284         MyImportPartFilter, Q_NULLPTR,
1285         ((aRatio > 1) ? QFileDialog::DontUseNativeDialog : QFileDialog::Options()));
1286   if (!aFile.isNull()) {
1287     ModuleBase_OperationFeature* anImportPartOp = dynamic_cast<ModuleBase_OperationFeature*>(
1288         module()->createOperation(ExchangePlugin_ImportPart::ID()));
1289     if (operationMgr()->startOperation(anImportPartOp)) {
1290       // initialize the filename to be imported
1291       FeaturePtr aFeature = anImportPartOp->feature();
1292       aFeature->string(ExchangePlugin_ImportPart::FILE_PATH_ID())->setValue(aFile.toStdString());
1293       ModuleBase_Tools::flushUpdated(aFeature);
1294       operationMgr()->commitOperation();
1295       setStatusBarMessage("");
1296     }
1297   }
1298 }
1299
1300 //******************************************************
1301 void XGUI_Workshop::onExportPart()
1302 {
1303   if (abortAllOperations()) {
1304     ModuleBase_OperationFeature* anExportPartOp = dynamic_cast<ModuleBase_OperationFeature*>(
1305         module()->createOperation(ExchangePlugin_ExportPart::ID()));
1306     operationMgr()->startOperation(anExportPartOp);
1307   }
1308 }
1309
1310 //******************************************************
1311 ModuleBase_IModule* XGUI_Workshop::loadModule(const QString& theModule)
1312 {
1313   QString libName = QString::fromStdString(library(theModule.toStdString()));
1314   if (libName.isEmpty()) {
1315     qWarning(qPrintable(tr("Information about module \"%1\" doesn't exist.").arg(theModule)));
1316     return 0;
1317   }
1318
1319   QString err;
1320   CREATE_FUNC crtInst = 0;
1321
1322 #ifdef WIN32
1323   HINSTANCE modLib = ::LoadLibraryA(qPrintable(libName));
1324   if (!modLib) {
1325     LPVOID lpMsgBuf;
1326     ::FormatMessage(
1327         FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
1328         0, ::GetLastError(), 0, (LPTSTR) & lpMsgBuf, 0, 0);
1329     QString aMsg((char*) &lpMsgBuf);
1330     err = QString("Failed to load  %1. %2").arg(libName).arg(aMsg);
1331     ::LocalFree(lpMsgBuf);
1332   } else {
1333     crtInst = (CREATE_FUNC) ::GetProcAddress(modLib, CREATE_MODULE);
1334     if (!crtInst) {
1335       LPVOID lpMsgBuf;
1336       ::FormatMessage(
1337           FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM
1338               | FORMAT_MESSAGE_IGNORE_INSERTS,
1339           0, ::GetLastError(), 0, (LPTSTR) & lpMsgBuf, 0, 0);
1340       QString aMsg((char*) &lpMsgBuf);
1341       err = QString("Failed to find  %1 function. %2").arg( CREATE_MODULE).arg(aMsg);
1342       ::LocalFree(lpMsgBuf);
1343     }
1344   }
1345 #else
1346   void* modLib = dlopen( libName.toLatin1(), RTLD_LAZY | RTLD_GLOBAL );
1347   if ( !modLib ) {
1348     err = QString( "Can not load library %1. %2" ).arg( libName ).arg( dlerror() );
1349   } else {
1350     crtInst = (CREATE_FUNC)dlsym( modLib, CREATE_MODULE );
1351     if ( !crtInst ) {
1352       err = QString( "Failed to find function %1. %2" ).arg( CREATE_MODULE ).arg( dlerror() );
1353     }
1354   }
1355 #endif
1356
1357   ModuleBase_IModule* aModule = crtInst ? crtInst(myModuleConnector) : 0;
1358
1359   if (!err.isEmpty()) {
1360     if (desktop()) {
1361       Events_InfoMessage("XGUI_Workshop", err.toStdString()).send();
1362     } else {
1363       qWarning(qPrintable(err));
1364     }
1365   }
1366   return aModule;
1367 }
1368
1369 //******************************************************
1370 bool XGUI_Workshop::createModule()
1371 {
1372   Config_ModuleReader aModuleReader;
1373   QString moduleName = QString::fromStdString(aModuleReader.getModuleName());
1374   myModule = loadModule(moduleName);
1375   if (!myModule)
1376     return false;
1377
1378   //connect(myDisplayer, SIGNAL(objectDisplayed(ObjectPtr, AISObjectPtr)),
1379   //  myModule, SLOT(onObjectDisplayed(ObjectPtr, AISObjectPtr)));
1380   //connect(myDisplayer, SIGNAL(beforeObjectErase(ObjectPtr, AISObjectPtr)),
1381   //  myModule, SLOT(onBeforeObjectErase(ObjectPtr, AISObjectPtr)));
1382
1383   myModule->createFeatures();
1384 #ifdef HAVE_SALOME
1385   salomeConnector()->createFeatureActions();
1386 #endif
1387   //myActionsMgr->update();
1388   return true;
1389 }
1390
1391 //******************************************************
1392 void XGUI_Workshop::updateCommandStatus()
1393 {
1394   QList<QAction*> aCommands;
1395 #ifdef HAVE_SALOME
1396     aCommands = salomeConnector()->commandList();
1397 #else
1398     AppElements_MainMenu* aMenuBar = myMainWindow->menuObject();
1399     foreach (AppElements_Command* aCmd, aMenuBar->features())
1400       aCommands.append(aCmd);
1401 #endif
1402   SessionPtr aMgr = ModelAPI_Session::get();
1403   if (aMgr->hasModuleDocument()) {
1404     foreach(QAction* aCmd, aCommands) {
1405       QString aId = aCmd->data().toString();
1406       if (aId == "UNDO_CMD") {
1407         bool isActionEnabled = false;
1408         // if ultimate is true -> using result of operation only, or using OR combination
1409         ModuleBase_ModelWidget* anActiveWidget = myOperationMgr->activeWidget();
1410         if (anActiveWidget && anActiveWidget->canProcessAction(ActionUndo, isActionEnabled))
1411           aCmd->setEnabled(isActionEnabled);
1412         else
1413           aCmd->setEnabled(myModule->canUndo());
1414       }
1415       else if (aId == "REDO_CMD") {
1416         bool isActionEnabled = false;
1417         // if ultimate is true -> using result of operation only, or using OR combination
1418         ModuleBase_ModelWidget* anActiveWidget = myOperationMgr->activeWidget();
1419         if (anActiveWidget && anActiveWidget->canProcessAction(ActionRedo, isActionEnabled))
1420           aCmd->setEnabled(isActionEnabled);
1421         else
1422           aCmd->setEnabled(myModule->canRedo());
1423       }
1424       else if (aId == "AUTOCOMPUTE_CMD") {
1425         aCmd->setIcon(aMgr->isAutoUpdateBlocked() ?
1426           QIcon(":pictures/autoapply_stop.png") :
1427           QIcon(":pictures/autoapply_start.png"));
1428       }
1429       else
1430         // Enable all commands
1431         aCmd->setEnabled(true);
1432     }
1433     updateHistory();
1434   } else {
1435     foreach(QAction* aCmd, aCommands) {
1436       QString aId = aCmd->data().toString();
1437       if (aId == "NEW_CMD")
1438         aCmd->setEnabled(true);
1439       else if (aId == "EXIT_CMD")
1440         aCmd->setEnabled(true);
1441       else
1442         aCmd->setEnabled(false);
1443     }
1444   }
1445   myActionsMgr->updateCommandsStatus();
1446   emit commandStatusUpdated();
1447 }
1448
1449 //******************************************************
1450 void XGUI_Workshop::updateHistory()
1451 {
1452   bool isActionEnabled = false;
1453   ModuleBase_ModelWidget* anActiveWidget = myOperationMgr->activeWidget();
1454   QList<ActionInfo> aUndoRes;
1455   QList<ActionInfo> aRedoRes;
1456   if (anActiveWidget && anActiveWidget->canProcessAction(ActionUndo, isActionEnabled)) {
1457     aUndoRes = anActiveWidget->actionsList(ActionUndo);
1458     aRedoRes = anActiveWidget->actionsList(ActionRedo);
1459   } else {
1460     std::list<std::string> aUndoList = ModelAPI_Session::get()->undoList();
1461     aUndoRes = processHistoryList(aUndoList);
1462
1463     std::list<std::string> aRedoList = ModelAPI_Session::get()->redoList();
1464     aRedoRes = processHistoryList(aRedoList);
1465   }
1466   emit updateUndoHistory(aUndoRes);
1467   emit updateRedoHistory(aRedoRes);
1468 }
1469
1470 //******************************************************
1471 QDockWidget* XGUI_Workshop::createObjectBrowser(QWidget* theParent)
1472 {
1473   QDockWidget* aObjDock = new QDockWidget(theParent);
1474   aObjDock->setAllowedAreas(Qt::LeftDockWidgetArea |
1475                             Qt::RightDockWidgetArea);
1476   aObjDock->setWindowTitle(tr("Object browser"));
1477   aObjDock->setStyleSheet(
1478       "::title { position: relative; padding-left: 5px; text-align: left center }");
1479   myObjectBrowser = new XGUI_ObjectsBrowser(aObjDock, this);
1480   myObjectBrowser->initialize(myModule->rootNode());
1481   myModule->customizeObjectBrowser(myObjectBrowser);
1482   aObjDock->setWidget(myObjectBrowser);
1483
1484   connect(myObjectBrowser, SIGNAL(sizeChanged()), SLOT(onDockSizeChanged()));
1485
1486   myContextMenuMgr->connectObjectBrowser();
1487   return aObjDock;
1488 }
1489
1490 //******************************************************
1491 /*
1492  * Creates dock widgets, places them in corresponding area
1493  * and tabifies if necessary.
1494  */
1495 void XGUI_Workshop::createDockWidgets()
1496 {
1497   QMainWindow* aDesktop = desktop();
1498   QDockWidget* aObjDock = createObjectBrowser(aDesktop);
1499   aDesktop->addDockWidget(Qt::LeftDockWidgetArea, aObjDock);
1500   myPropertyPanel = new XGUI_PropertyPanel(aDesktop, myOperationMgr);
1501   myActiveControlMgr->addSelector(new XGUI_PropertyPanelSelector(myPropertyPanel));
1502
1503   myPropertyPanel->setupActions(myActionsMgr);
1504   myPropertyPanel->setAllowedAreas(Qt::LeftDockWidgetArea |
1505                                    Qt::RightDockWidgetArea);
1506   aDesktop->addDockWidget(Qt::LeftDockWidgetArea, myPropertyPanel);
1507
1508   hidePanel(myPropertyPanel);  ///<! Invisible by default
1509
1510   myFacesPanel = new XGUI_FacesPanel(aDesktop, this);
1511   myActiveControlMgr->addSelector(new XGUI_FacesPanelSelector(myFacesPanel));
1512   myFacesPanel->setAllowedAreas(Qt::LeftDockWidgetArea |
1513                                 Qt::RightDockWidgetArea |
1514                                 Qt::BottomDockWidgetArea);
1515   connect(myFacesPanel, SIGNAL(closed()), myFacesPanel, SLOT(onClosed()));
1516
1517   myInspectionPanel = new XGUI_InspectionPanel(aDesktop, this);
1518   myInspectionPanel->setAllowedAreas(Qt::LeftDockWidgetArea |
1519     Qt::RightDockWidgetArea);
1520   aDesktop->addDockWidget(Qt::RightDockWidgetArea, myInspectionPanel);
1521
1522   myInspectionPanel->hide();
1523
1524   aDesktop->addDockWidget(
1525 #ifdef HAVE_SALOME
1526     Qt::RightDockWidgetArea,
1527 #else
1528     Qt::LeftDockWidgetArea,
1529 #endif
1530     myFacesPanel);
1531   hidePanel(myFacesPanel);  ///<! Invisible by default
1532
1533 #ifdef _DEBUG
1534   bool aShowOnTheRight = Config_PropManager::boolean("Plugins", "show_hide_faces");
1535   if (aShowOnTheRight) {
1536     aDesktop->addDockWidget(Qt::RightDockWidgetArea, myFacesPanel);
1537     showPanel(myFacesPanel);
1538   }
1539 #endif
1540   hideObjectBrowser();
1541
1542 #ifndef HAVE_SALOME
1543 #ifdef _DEBUG
1544   if (!aShowOnTheRight)
1545   {
1546 #endif // _DEBUG
1547   aDesktop->tabifyDockWidget(myFacesPanel, aObjDock);
1548 #ifdef _DEBUG
1549   }
1550 #endif // _DEBUG
1551
1552 #endif // HAVE_SALOME
1553
1554   aDesktop->tabifyDockWidget(aObjDock, myPropertyPanel);
1555   myPropertyPanel->installEventFilter(myOperationMgr);
1556
1557   QAction* aOkAct = myActionsMgr->operationStateAction(XGUI_ActionsMgr::Accept);
1558   connect(aOkAct, SIGNAL(triggered()), this, SLOT(onAcceptActionClicked()));
1559
1560   QAction* aOkContAct = myActionsMgr->operationStateAction(XGUI_ActionsMgr::AcceptPlus);
1561   connect(aOkContAct, SIGNAL(triggered()), this, SLOT(onAcceptPlusActionClicked()));
1562
1563   QAction* aCancelAct = myActionsMgr->operationStateAction(XGUI_ActionsMgr::Abort);
1564   connect(aCancelAct, SIGNAL(triggered()), myOperationMgr, SLOT(onAbortOperation()));
1565
1566   QAction* aPreviewAct = myActionsMgr->operationStateAction(XGUI_ActionsMgr::Preview);
1567   connect(aPreviewAct, SIGNAL(triggered()), this, SLOT(onPreviewActionClicked()));
1568
1569   QAction* aHelpAct = myActionsMgr->operationStateAction(XGUI_ActionsMgr::Help);
1570   connect(aHelpAct, SIGNAL(triggered()), this, SLOT(onHelpActionClicked()));
1571
1572   connect(myPropertyPanel, SIGNAL(keyReleased(QObject*, QKeyEvent*)),
1573           myOperationMgr,  SLOT(onKeyReleased(QObject*, QKeyEvent*)));
1574   connect(myPropertyPanel, SIGNAL(enterClicked(QObject*)),
1575           myOperationMgr,  SLOT(onProcessEnter(QObject*)));
1576 }
1577
1578 //******************************************************
1579 void XGUI_Workshop::showPanel(QDockWidget* theDockWidget)
1580 {
1581   if (theDockWidget == myPropertyPanel) {
1582     QAction* aViewAct = myPropertyPanel->toggleViewAction();
1583     ///<! Restore ability to close panel from the window's menu
1584     aViewAct->setEnabled(true);
1585   }
1586   theDockWidget->show();
1587   theDockWidget->raise();
1588
1589   // The next code is necessary to made the property panel the active window
1590   // in order to operation manager could process key events of the panel.
1591   // otherwise they are ignored. It happens only if the same(activateWindow) is
1592   // not happened by property panel activation(e.g. resume operation of Sketch)
1593   ModuleBase_Tools::setFocus(theDockWidget, "XGUI_Workshop::showPanel()");
1594 }
1595
1596 //******************************************************
1597 void XGUI_Workshop::hidePanel(QDockWidget* theDockWidget)
1598 {
1599   if (theDockWidget && theDockWidget == myPropertyPanel) {
1600     QAction* aViewAct = theDockWidget->toggleViewAction();
1601     ///<! Do not allow to show empty property panel
1602     aViewAct->setEnabled(false);
1603   }
1604   theDockWidget->hide();
1605
1606   // the property panel is active window of the desktop, when it is
1607   // hidden, it is undefined which window becomes active. By this reason
1608   // it is defined to perform the desktop as the active window.
1609   // in SALOME mode, work-stack made the PyConsole the active window,
1610   // set the focus on it. As a result, shortcuts of the application, like
1611   // are processed by this console. For example Undo actions.
1612   // It is possible that this code is to be moved to SHAPER package
1613   QMainWindow* aDesktop = desktop();
1614   ModuleBase_Tools::setFocus(aDesktop, "XGUI_Workshop::hidePanel()");
1615 }
1616
1617 //******************************************************
1618 void XGUI_Workshop::showObjectBrowser()
1619 {
1620   if (!isSalomeMode()) {
1621     myObjectBrowser->parentWidget()->show();
1622   }
1623 }
1624
1625 //******************************************************
1626 void XGUI_Workshop::hideObjectBrowser()
1627 {
1628   if (!isSalomeMode())
1629     myObjectBrowser->parentWidget()->hide();
1630 }
1631
1632 //******************************************************
1633 void XGUI_Workshop::salomeViewerSelectionChanged()
1634 {
1635   emit salomeViewerSelection();
1636 }
1637
1638 //**************************************************************
1639 ModuleBase_IViewer* XGUI_Workshop::salomeViewer() const
1640 {
1641   return mySalomeConnector->viewer();
1642 }
1643
1644 //**************************************************************
1645 void XGUI_Workshop::onContextMenuCommand(const QString& theId, bool isChecked)
1646 {
1647   QObjectPtrList aObjects = mySelector->selection()->selectedObjects();
1648   if (theId == "DELETE_CMD")
1649     deleteObjects();
1650   else if (theId == "CLEAN_HISTORY_CMD")
1651     cleanHistory();
1652   else if (theId == "MOVE_CMD")
1653     moveObjects();
1654   else if (theId == "COLOR_CMD")
1655     changeColor(aObjects);
1656   else if (theId == "DEFLECTION_CMD")
1657     changeDeflection(aObjects);
1658   else if (theId == "TRANSPARENCY_CMD")
1659     changeTransparency(aObjects);
1660   else if (theId == "SHOW_CMD") {
1661     showObjects(aObjects, true);
1662     mySelector->updateSelectionBy(ModuleBase_ISelection::Browser);
1663     updateCommandStatus();
1664   }
1665   else if (theId == "HIDE_CMD") {
1666     showObjects(aObjects, false);
1667     updateCommandStatus();
1668   }
1669   else if (theId == "SHOW_ONLY_CMD") {
1670     showOnlyObjects(aObjects);
1671     mySelector->updateSelectionBy(ModuleBase_ISelection::Browser);
1672     updateCommandStatus();
1673   }
1674   else if (theId == "SHADING_CMD")
1675     setDisplayMode(aObjects, XGUI_Displayer::Shading);
1676   else if (theId == "WIREFRAME_CMD")
1677     setDisplayMode(aObjects, XGUI_Displayer::Wireframe);
1678   else if (theId == "HIDEALL_CMD") {
1679     QObjectPtrList aList = myDisplayer->displayedObjects();
1680     foreach (ObjectPtr aObj, aList) {
1681       if (module()->canEraseObject(aObj))
1682         aObj->setDisplayed(false);
1683     }
1684     Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_OBJECT_TO_REDISPLAY));
1685 #ifdef HAVE_SALOME
1686     //issue #2159 Hide all incomplete behavior
1687     viewer()->eraseAll();
1688 #endif
1689     updateCommandStatus();
1690     // Necessary for update icons in ObjectBrowser on Linux
1691     myObjectBrowser->updateAllIndexes();
1692   } else if (theId == "SELECT_VERTEX_CMD") {
1693     setViewerSelectionMode(TopAbs_VERTEX);
1694   } else if (theId == "SELECT_EDGE_CMD") {
1695     setViewerSelectionMode(TopAbs_EDGE);
1696   } else if (theId == "SELECT_FACE_CMD") {
1697     setViewerSelectionMode(TopAbs_FACE);
1698   } else if (theId == "INSERT_FOLDER_CMD") {
1699     insertFeatureFolder();
1700   } else if (theId == "ADD_TO_FOLDER_BEFORE_CMD") {
1701     insertToFolder(true);
1702   } else if (theId == "ADD_TO_FOLDER_AFTER_CMD") {
1703     insertToFolder(false);
1704   } else if (theId == "ADD_OUT_FOLDER_BEFORE_CMD") {
1705     moveOutFolder(true);
1706   } else if (theId == "ADD_OUT_FOLDER_AFTER_CMD") {
1707     moveOutFolder(false);
1708   } else if (theId == "SELECT_RESULT_CMD") {
1709     //setViewerSelectionMode(-1);
1710     //IMP: an attempt to use result selection with other selection modes
1711     setViewerSelectionMode(ModuleBase_ResultPrs::Sel_Result);
1712     setViewerSelectionMode(TopAbs_COMPSOLID);
1713   } else if (theId == "SHOW_RESULTS_CMD") {
1714     highlightResults(aObjects);
1715   } else if (theId == "SHOW_FEATURE_CMD") {
1716     highlightFeature(aObjects);
1717   } else if (theId == "SET_VIEW_NORMAL_CMD") {
1718     setNormalView();
1719   } else if (theId == "SET_VIEW_INVERTEDNORMAL_CMD") {
1720     setNormalView(true);
1721   }
1722 #ifdef TINSPECTOR
1723   else if (theId == "TINSPECTOR_VIEW") {
1724     Handle(CDF_Application) anApplication = CDF_Session::CurrentSession()->CurrentApplication();
1725     if (!anApplication.IsNull())
1726     {
1727       if (!MyTCommunicator)
1728       {
1729         MyTCommunicator = new TInspector_Communicator();
1730
1731         NCollection_List<Handle(Standard_Transient)> aParameters;
1732         aParameters.Append(anApplication);
1733         Handle(AIS_InteractiveContext) aContext = viewer()->AISContext();
1734         if (!aContext.IsNull())
1735           aParameters.Append(aContext);
1736
1737 #ifdef DEBUG_WITH_MESSAGE_REPORT
1738         Handle(Message_Report) aContextReport = aContext->GetReport();
1739         aContext->SetReportActive (Standard_True);
1740         aContextReport->SetLimit (1000);
1741         if (!aContextReport.IsNull())
1742           aParameters.Append(aContextReport);
1743 #endif
1744         MyVCallBack = new VInspector_CallBack();
1745         myDisplayer->setCallBack(MyVCallBack);
1746         #ifndef HAVE_SALOME
1747         AppElements_Viewer* aViewer = mainWindow()->viewer();
1748         if (aViewer)
1749           aViewer->setCallBack(MyVCallBack);
1750         #endif
1751         aParameters.Append(MyVCallBack);
1752
1753         MyTCommunicator->RegisterPlugin("TKDFBrowser");
1754         MyTCommunicator->RegisterPlugin("TKShapeView");
1755         MyTCommunicator->RegisterPlugin("TKVInspector");
1756 #ifdef DEBUG_WITH_MESSAGE_REPORT
1757         MyTCommunicator->RegisterPlugin("TKMessageView");
1758 #endif
1759         //MyTCommunicator->RegisterPlugin("SMBrowser"); // custom plugin to view ModelAPI
1760         //MyTCommunicator->RegisterPlugin("TKSMBrowser"); // custom plugin to view ModelAPI
1761
1762         MyTCommunicator->Init(aParameters);
1763         MyTCommunicator->Activate("TKSMBrowser"); // to have button in TInspector
1764 #ifndef DEBUG_WITH_MESSAGE_REPORT
1765         MyTCommunicator->Activate("TKVInspector"); // to have filled callback by model
1766 #endif
1767         MyTCommunicator->Activate("TKDFBrowser");
1768
1769 #ifdef DEBUG_WITH_MESSAGE_REPORT
1770         MyTCommunicator->Activate("TKMessageView"); // temporary
1771         MyTCommunicator->Activate("TKVInspector"); // to have filled callback by model
1772 #endif
1773       }
1774       MyTCommunicator->SetVisible(true);
1775     }
1776   }
1777 #endif
1778 }
1779
1780 //**************************************************************
1781 void XGUI_Workshop::setViewerSelectionMode(int theMode)
1782 {
1783   if (theMode == -1)
1784     myViewerSelMode.clear();
1785   else {
1786     if (myViewerSelMode.contains(theMode))
1787       myViewerSelMode.removeAll(theMode);
1788     else
1789       myViewerSelMode.append(theMode);
1790   }
1791   selectionActivate()->updateSelectionModes();
1792 }
1793
1794 //**************************************************************
1795 void XGUI_Workshop::activateObjectsSelection(const QObjectPtrList& theList)
1796 {
1797   QIntList aModes;
1798   module()->activeSelectionModes(aModes);
1799   if (aModes.isEmpty() && (myViewerSelMode.length() > 0))
1800     aModes.append(myViewerSelMode);
1801   selectionActivate()->activateObjects(aModes, theList);
1802 }
1803
1804 //**************************************************************
1805 bool XGUI_Workshop::prepareForDisplay(const std::set<ObjectPtr>& theObjects) const
1806 {
1807   if (facesPanel()->isEmpty())
1808     return true;
1809
1810   // generate container of objects taking into account sub elments of compsolid
1811   std::set<ObjectPtr> anAllProcessedObjects;
1812   for (std::set<ObjectPtr>::const_iterator anObjectsIt = theObjects.begin();
1813     anObjectsIt != theObjects.end(); anObjectsIt++) {
1814     ObjectPtr anObject = *anObjectsIt;
1815     ResultBodyPtr aCompRes = std::dynamic_pointer_cast<ModelAPI_ResultBody>(anObject);
1816     if (aCompRes.get()) {
1817       std::list<ResultPtr> allRes;
1818       ModelAPI_Tools::allSubs(aCompRes, allRes);
1819       if (allRes.empty()) {
1820         anAllProcessedObjects.insert(anObject);
1821       } else {
1822         for(std::list<ResultPtr>::iterator aRes = allRes.begin(); aRes != allRes.end(); aRes++) {
1823           ResultBodyPtr aBody = std::dynamic_pointer_cast<ModelAPI_ResultBody>(*aRes);
1824           if (aBody.get() && aBody->numberOfSubs() == 0)
1825             anAllProcessedObjects.insert(aBody);
1826         }
1827       }
1828     } else
1829       anAllProcessedObjects.insert(anObject);
1830   }
1831
1832   // find hidden objects in faces panel
1833   std::set<ObjectPtr> aHiddenObjects;
1834   QStringList aHiddenObjectNames;
1835   for (std::set<ObjectPtr>::const_iterator anObjectsIt = anAllProcessedObjects.begin();
1836        anObjectsIt != anAllProcessedObjects.end(); anObjectsIt++) {
1837     if (!facesPanel()->isObjectHiddenByPanel(*anObjectsIt))
1838       continue;
1839     aHiddenObjects.insert(*anObjectsIt);
1840     aHiddenObjectNames.append((*anObjectsIt)->data()->name().c_str());
1841   }
1842   if (aHiddenObjects.empty()) // in parameter objects there are no hidden objects in hide face
1843     return true;
1844
1845   int anAnswer = QMessageBox::question(
1846         desktop(), tr("Show object"),
1847         tr("'%1'\n are hidden by %2:\nRemove objects from the panel to be displayed?")
1848         .arg(aHiddenObjectNames.join(", ")).arg(facesPanel()->windowTitle()),
1849         QMessageBox::Yes | QMessageBox::No, QMessageBox::No);
1850
1851   bool aToBeDisplayed = anAnswer == QMessageBox::Yes;
1852   if (aToBeDisplayed)
1853     facesPanel()->restoreObjects(aHiddenObjects);
1854
1855   return aToBeDisplayed;
1856 }
1857
1858 //**************************************************************
1859 void XGUI_Workshop::deleteObjects()
1860 {
1861   ModuleBase_IModule* aModule = module();
1862   // allow the module to delete objects, do nothing if it has succeed
1863   if (aModule->deleteObjects()) {
1864     updateCommandStatus();
1865     myDisplayer->updateViewer();
1866     return;
1867   }
1868
1869   QObjectPtrList anObjects = mySelector->selection()->selectedObjects();
1870   if (!abortAllOperations())
1871     return;
1872
1873   bool hasResult = false;
1874   bool hasFeature = false;
1875   bool hasParameter = false;
1876   bool hasCompositeOwner = false;
1877   bool hasResultInHistory = false;
1878   bool hasFolder = false;
1879   ModuleBase_Tools::checkObjects(anObjects, hasResult, hasFeature, hasParameter, hasCompositeOwner,
1880                                  hasResultInHistory, hasFolder);
1881   if (!(hasResult || hasFeature || hasParameter || hasFolder))
1882     return;
1883
1884   // Remove from the list non-deletable objects: infinite constructions which are not in history
1885   bool notDelete = true;
1886   QObjectPtrList::iterator aIt;
1887   for (aIt = anObjects.begin(); aIt != anObjects.end(); aIt++) {
1888     ObjectPtr aObj = (*aIt);
1889     ResultConstructionPtr aConstr = std::dynamic_pointer_cast<ModelAPI_ResultConstruction>(aObj);
1890     FeaturePtr aFeature = ModelAPI_Feature::feature(aObj);
1891     if (aFeature) {
1892       notDelete = (!aFeature->isInHistory()) && aConstr->isInfinite();
1893       if (notDelete) {
1894         anObjects.removeAll(aObj);
1895         aIt--;
1896       }
1897     }
1898   }
1899   // delete objects
1900   std::map<FeaturePtr, std::set<FeaturePtr> > aReferences;
1901   std::set<FeaturePtr> aFeatures;
1902   ModuleBase_Tools::convertToFeatures(anObjects, aFeatures);
1903   ModelAPI_Tools::findAllReferences(aFeatures, aReferences);
1904
1905   std::set<FolderPtr> aFolders;
1906   ModuleBase_Tools::convertToFolders(anObjects, aFolders);
1907
1908   bool aDone = false;
1909   QString aDescription = contextMenuMgr()->action("DELETE_CMD")->text() + " %1";
1910   aDescription = aDescription.arg(XGUI_Tools::unionOfObjectNames(anObjects, ", "));
1911   ModuleBase_Operation* anOpAction = new ModuleBase_Operation(aDescription, module());
1912
1913   operationMgr()->startOperation(anOpAction);
1914
1915   std::set<FeaturePtr> aFeatureRefsToDelete;
1916   if (ModuleBase_Tools::askToDelete(aFeatures, aReferences, desktop(), aFeatureRefsToDelete)) {
1917     // WORKAROUND, should be done before each object remove, if it presents in XGUI_DataModel tree
1918     // It is necessary to clear selection in order to avoid selection changed event during
1919     // deletion and negative consequences connected with processing of already deleted items
1920     mySelector->clearSelection();
1921
1922     if (!aFeatureRefsToDelete.empty())
1923       aFeatures.insert(aFeatureRefsToDelete.begin(), aFeatureRefsToDelete.end());
1924     aDone = ModelAPI_Tools::removeFeatures(aFeatures, false);
1925   }
1926   if (aFolders.size() > 0) {
1927     std::set<FolderPtr>::const_iterator anIt = aFolders.begin(),
1928                                          aLast = aFolders.end();
1929     for (; anIt != aLast; anIt++) {
1930       FolderPtr aFolder = *anIt;
1931       if (aFolder.get()) {
1932         DocumentPtr aDoc = aFolder->document();
1933         aDoc->removeFolder(aFolder);
1934       }
1935     }
1936   }
1937   // remove results selected
1938   std::list<ResultPtr> aResults;
1939   for(QObjectPtrList::const_iterator anIt = anObjects.begin(); anIt != anObjects.end(); anIt++) {
1940     ResultPtr aRes = std::dynamic_pointer_cast<ModelAPI_Result>(*anIt);
1941     if (aRes.get() && aRes->data()->isValid() && !aRes->data()->isDeleted() &&
1942         aRes->groupName() != ModelAPI_ResultGroup::group() && // don't remove groups and fields
1943         aRes->groupName() != ModelAPI_ResultField::group()) // because they are badly selected
1944       aResults.push_back(aRes);
1945   }
1946   if (!aResults.empty()) {
1947     ModelAPI_Tools::removeResults(aResults);
1948   }
1949
1950   if (aDone)
1951     operationMgr()->commitOperation();
1952   else
1953     operationMgr()->abortOperation(operationMgr()->currentOperation());
1954
1955   myDisplayer->updateViewer();
1956 }
1957
1958 //**************************************************************
1959 void addRefsToFeature(const FeaturePtr& theFeature,
1960                       const std::map<FeaturePtr, std::set<FeaturePtr> >& theMainList,
1961                       std::set<FeaturePtr>& theReferences)
1962 {
1963   //if (theReferences.find(theFeature) != theReferences.end())
1964   //  return;
1965   if (theMainList.find(theFeature) == theMainList.end())
1966     return; // this feature is not in the selection list, so exists without references to it
1967   std::set<FeaturePtr> aMainReferences = theMainList.at(theFeature);
1968
1969   std::set<FeaturePtr>::const_iterator anIt = aMainReferences.begin(),
1970                                        aLast = aMainReferences.end();
1971   for (; anIt != aLast; anIt++) {
1972     FeaturePtr aRefFeature = *anIt;
1973     if (theReferences.find(aRefFeature) == theReferences.end())
1974       theReferences.insert(aRefFeature);
1975     addRefsToFeature(aRefFeature, theMainList, theReferences);
1976   }
1977 }
1978
1979 //**************************************************************
1980 void XGUI_Workshop::cleanHistory()
1981 {
1982   if (!abortAllOperations())
1983     return;
1984
1985   QObjectPtrList anObjects = mySelector->selection()->selectedObjects();
1986   std::set<FeaturePtr> aFeatures;
1987   ModuleBase_Tools::convertToFeatures(anObjects, aFeatures);
1988
1989 #ifdef DEBUG_CLEAN_HISTORY
1990   QStringList anInfo;
1991   std::set<FeaturePtr>::const_iterator aFIt;
1992   for (aFIt = aFeatures.begin(); aFIt != aFeatures.end(); ++aFIt) {
1993     FeaturePtr aFeature = ModelAPI_Feature::feature(*aFIt);
1994     anInfo.append(aFeature->name().c_str());
1995   }
1996   QString anInfoStr = anInfo.join(";\t");
1997   qDebug(QString("cleanHistory for: [%1] - %2").
1998     arg(aFeatures.size()).arg(anInfoStr).toStdString().c_str());
1999 #endif
2000
2001   std::map<FeaturePtr, std::set<FeaturePtr> > aReferences;
2002   ModelAPI_Tools::findAllReferences(aFeatures, aReferences, true, false);
2003   // find for each object whether all reference values are in the map as key, that means that there
2004   // is no other reference in the model to this object, so it might be removed by cleaning history
2005   // sk_1(ext_1, vertex_1) + (sk_3, bool_1) - can't be deleted, dependency to bool_1
2006   // ext_1(bool_1, sk_3)  - can't be deleted, dependency to bool_1
2007   // vertex_1()
2008   // sk_2(ext_2) + (bool_1)  - can't be deleted, dependency to bool_1
2009   // ext_2(bool_1)  - can't be deleted, dependency to bool_1
2010   // sk_3()
2011   // Information: bool_1 is not selected
2012   std::set<FeaturePtr> anUnusedObjects;
2013   std::map<FeaturePtr, std::set<FeaturePtr> >::const_iterator aMainIt = aReferences.begin(),
2014                                                               aMainLast = aReferences.end();
2015   for (; aMainIt != aMainLast; aMainIt++) {
2016     FeaturePtr aMainListFeature = aMainIt->first;
2017     std::set<FeaturePtr> aMainRefList = aMainIt->second;
2018     std::set<FeaturePtr>::const_iterator aRefIt = aMainRefList.begin(),
2019                                                   aRefLast = aMainRefList.end();
2020     bool aFeatureOutOfTheList = false;
2021     for (; aRefIt != aRefLast && !aFeatureOutOfTheList; aRefIt++) {
2022       FeaturePtr aRefFeature = *aRefIt;
2023       aFeatureOutOfTheList = aReferences.find(aRefFeature) == aReferences.end();
2024     }
2025     if (!aFeatureOutOfTheList)
2026       anUnusedObjects.insert(aMainListFeature);
2027   }
2028
2029 #ifdef DEBUG_CLEAN_HISTORY
2030   anInfo.clear();
2031   for (aFIt = anUnusedObjects.begin(); aFIt != anUnusedObjects.end(); ++aFIt) {
2032     FeaturePtr aFeature = *aFIt;
2033     anInfo.append(aFeature->name().c_str());
2034   }
2035   qDebug(QString("unused objects: [%1] - %2").
2036     arg(anInfo.size()).arg(anInfo.join(";\t")).toStdString().c_str());
2037 #endif
2038
2039   // warn about the references remove, break the delete operation if the user chose it
2040   if (!anUnusedObjects.empty()) {
2041     QStringList aNames;
2042     foreach (const FeaturePtr& aFeature, anUnusedObjects) {
2043       aNames.append(aFeature->name().c_str());
2044     }
2045     aNames.sort();
2046     QString anUnusedNames = aNames.join(", ");
2047
2048     QString anActionId = "CLEAN_HISTORY_CMD";
2049     QString aDescription = ModuleBase_Tools::translate("workshop",
2050         contextMenuMgr()->action(anActionId)->text().toStdString());
2051
2052     QMessageBox aMessageBox(desktop());
2053     aMessageBox.setWindowTitle(aDescription);
2054     aMessageBox.setIcon(QMessageBox::Warning);
2055     aMessageBox.setStandardButtons(QMessageBox::No | QMessageBox::Yes);
2056     aMessageBox.setDefaultButton(QMessageBox::No);
2057
2058     const char* aKeyStr = "Unused features are the following: "
2059                           "%1.\nThese features will be deleted.\nWould you like to continue?";
2060     QString aText = QString(tr(aKeyStr).arg(anUnusedNames));
2061     aMessageBox.setText(aText);
2062     if (aMessageBox.exec() == QMessageBox::No)
2063       return;
2064
2065     // 1. start operation
2066     aDescription += "by deleting of " +
2067       aDescription.arg(XGUI_Tools::unionOfObjectNames(anObjects, ", "));
2068     ModuleBase_Operation* anOpAction = new ModuleBase_Operation(aDescription, module());
2069     operationMgr()->startOperation(anOpAction);
2070
2071     // WORKAROUND, should be done before each object remove, if it presents in XGUI_DataModel tree
2072     // It is necessary to clear selection in order to avoid selection changed event during
2073     // deletion and negative consequences connected with processing of already deleted items
2074     mySelector->clearSelection();
2075
2076     std::set<FeaturePtr> anIgnoredFeatures;
2077     if (ModelAPI_Tools::removeFeatures(anUnusedObjects, true)) {
2078       operationMgr()->commitOperation();
2079     }
2080     else {
2081       operationMgr()->abortOperation(operationMgr()->currentOperation());
2082     }
2083   }
2084   else {
2085     QString anActionId = "CLEAN_HISTORY_CMD";
2086     QString aDescription = contextMenuMgr()->action(anActionId)->text();
2087
2088     QMessageBox aMessageBox(desktop());
2089     aMessageBox.setWindowTitle(aDescription);
2090     aMessageBox.setIcon(QMessageBox::Warning);
2091     aMessageBox.setStandardButtons(QMessageBox::No | QMessageBox::Yes);
2092     aMessageBox.setDefaultButton(QMessageBox::No);
2093
2094     QString aText;
2095     aMessageBox.setStandardButtons(QMessageBox::Ok);
2096     aMessageBox.setDefaultButton(QMessageBox::Ok);
2097
2098     aText = QString(tr("All features are relevant, there is nothing to be deleted"));
2099     aMessageBox.setText(aText);
2100
2101     if (aMessageBox.exec() == QMessageBox::No)
2102       return;
2103   }
2104 }
2105
2106 //**************************************************************
2107 bool compareFeature(const FeaturePtr& theF1, const FeaturePtr& theF2) {
2108   DocumentPtr aDoc = theF1->document();
2109   return aDoc->index(theF1) < aDoc->index(theF2);
2110 }
2111 void XGUI_Workshop::moveObjects()
2112 {
2113   if (!abortAllOperations())
2114     return;
2115
2116   SessionPtr aMgr = ModelAPI_Session::get();
2117
2118   QObjectPtrList anObjects = mySelector->selection()->selectedObjects();
2119   // It is necessary to clear selection in order to avoid selection changed event during
2120   // moving and negative consequences connected with processing of already moved items
2121   mySelector->clearSelection();
2122   // check whether the object can be moved. There should not be parts which are not loaded
2123   std::set<FeaturePtr> aFeatures;
2124   ModuleBase_Tools::convertToFeatures(anObjects, aFeatures);
2125   if (!XGUI_Tools::canRemoveOrRename(desktop(), aFeatures))
2126     return;
2127
2128   QString anActionId = "MOVE_CMD";
2129   QString aDescription = contextMenuMgr()->action(anActionId)->text();
2130   aMgr->startOperation(aDescription.toStdString());
2131
2132   // Sort features by index in document
2133   std::list<FeaturePtr> aFList(aFeatures.begin(), aFeatures.end());
2134   aFList.sort(compareFeature);
2135
2136   DocumentPtr anActiveDocument = aMgr->activeDocument();
2137   FeaturePtr aCurrentFeature = anActiveDocument->currentFeature(true);
2138   std::list<FeaturePtr>::const_iterator anIt = aFList.begin(), aLast = aFList.end();
2139   for (; anIt != aLast; anIt++) {
2140     FeaturePtr aFeature = *anIt;
2141     if (!aFeature.get() || !myModule->canApplyAction(aFeature, anActionId))
2142       continue;
2143
2144     anActiveDocument->moveFeature(aFeature, aCurrentFeature);
2145     aCurrentFeature = anActiveDocument->currentFeature(true);
2146   }
2147   aMgr->finishOperation();
2148   updateCommandStatus();
2149 }
2150
2151 //**************************************************************
2152 bool XGUI_Workshop::deleteFeatures(const QObjectPtrList& theObjects)
2153 {
2154   std::set<FeaturePtr> aFeatures;
2155   ModuleBase_Tools::convertToFeatures(theObjects, aFeatures);
2156
2157   return ModelAPI_Tools::removeFeaturesAndReferences(aFeatures);
2158 }
2159
2160 //******************************************************
2161 bool hasResults(QObjectPtrList theObjects, const std::set<std::string>& theTypes)
2162 {
2163   bool isFoundResultType = false;
2164   foreach(ObjectPtr anObj, theObjects)
2165   {
2166     ResultPtr aResult = std::dynamic_pointer_cast<ModelAPI_Result>(anObj);
2167     if (aResult.get() == NULL)
2168       continue;
2169
2170     isFoundResultType = theTypes.find(aResult->groupName()) != theTypes.end();
2171     if (isFoundResultType)
2172       break;
2173   }
2174   return isFoundResultType;
2175 }
2176
2177 //**************************************************************
2178 // Returns the list of all features for theDocument and all features of
2179 // all nested parts.
2180 std::list<FeaturePtr> allFeatures(const DocumentPtr& theDocument)
2181 {
2182   std::list<FeaturePtr> aResultList;
2183   std::list<FeaturePtr> anAllFeatures = theDocument->allFeatures();
2184   foreach (const FeaturePtr& aFeature, anAllFeatures) {
2185     // The order of appending features of the part and the part itself is important
2186
2187     // Append features from a part feature
2188     std::list<ResultPtr> aResults;
2189     ModelAPI_Tools::allResults(aFeature, aResults);
2190     foreach (const ResultPtr& aResult, aResults) {
2191       ResultPartPtr aResultPart =
2192           std::dynamic_pointer_cast<ModelAPI_ResultPart>(aResult);
2193       if (aResultPart.get() && aResultPart->partDoc().get()) {
2194         // Recursion
2195         std::list<FeaturePtr> anAllFeatures = allFeatures(aResultPart->partDoc());
2196         aResultList.insert(aResultList.end(), anAllFeatures.begin(), anAllFeatures.end());
2197       }
2198     }
2199
2200     aResultList.push_back(aFeature);
2201   }
2202   return aResultList;
2203 }
2204
2205 //**************************************************************
2206 // Returns the list of features placed between theObject and the current feature
2207 // in the same document. Excludes theObject, includes the current feature.
2208 std::list<FeaturePtr> toCurrentFeatures(const ObjectPtr& theObject)
2209 {
2210   std::list<FeaturePtr> aResult;
2211   DocumentPtr aDocument = theObject->document();
2212   std::list<FeaturePtr> anAllFeatures = allFeatures(aDocument);
2213   // find the object iterator
2214   std::list<FeaturePtr>::iterator aObjectIt =
2215     std::find(anAllFeatures.begin(), anAllFeatures.end(), theObject);
2216   if (aObjectIt == anAllFeatures.end())
2217     return aResult;
2218   // find the current feature iterator
2219   std::list<FeaturePtr>::iterator aCurrentIt =
2220     std::find(anAllFeatures.begin(), anAllFeatures.end(), aDocument->currentFeature(true));
2221   if (aCurrentIt == anAllFeatures.end())
2222     return aResult;
2223   // check the right order
2224   if (std::distance(aObjectIt, anAllFeatures.end()) <=
2225       std::distance(aCurrentIt, anAllFeatures.end()))
2226     return aResult;
2227   // exclude the object
2228   std::advance(aObjectIt, 1);
2229   // include the current feature
2230   std::advance(aCurrentIt, 1);
2231   return std::list<FeaturePtr>(aObjectIt, aCurrentIt);
2232 }
2233
2234 //******************************************************
2235 bool XGUI_Workshop::canMoveFeature()
2236 {
2237   QString anActionId = "MOVE_CMD";
2238
2239   QObjectPtrList aObjects = mySelector->selection()->selectedObjects();
2240   QObjectPtrList aValidatedObjects;
2241   foreach (ObjectPtr aObject, aObjects) {
2242     if (!myModule->canApplyAction(aObject, anActionId))
2243       continue;
2244     // To be moved feature should be in active document
2245     if (aObject->document() != ModelAPI_Session::get()->activeDocument())
2246       continue;
2247     aValidatedObjects.append(aObject);
2248   }
2249   if (aValidatedObjects.size() != aObjects.size())
2250     aObjects = aValidatedObjects;
2251
2252   bool aCanMove = !aObjects.empty();
2253
2254   QObjectPtrList::const_iterator anIt = aObjects.begin(), aLast = aObjects.end();
2255   for (; anIt != aLast && aCanMove; anIt++) {
2256     ObjectPtr aObject = *anIt;
2257     if (!aObject.get() || !aObject->data().get() || !aObject->data()->isValid()) {
2258       aCanMove = false;
2259       break;
2260     }
2261     FeaturePtr aFeat = std::dynamic_pointer_cast<ModelAPI_Feature>(aObject);
2262     // only groups can be moved to the end for now (#2451)
2263     if (aFeat.get() && aFeat->getKind() != "Group") {
2264       aCanMove = false;
2265       break;
2266     }
2267
2268     // 1. Get features placed between selected and current in the document
2269     std::list<FeaturePtr> aFeaturesBetween = toCurrentFeatures(aObject);
2270     // if aFeaturesBetween is empty it means wrong order or aObject is the current feature
2271     if (aFeaturesBetween.empty())
2272       aCanMove = false;
2273     else {
2274       std::set<FeaturePtr> aPlacedFeatures(aFeaturesBetween.begin(), aFeaturesBetween.end());
2275       // 2. Get all reference features to the selected object in the document
2276       std::set<FeaturePtr> aRefFeatures;
2277       ModuleBase_Tools::refsToFeatureInFeatureDocument(aObject, aRefFeatures);
2278
2279       if (aRefFeatures.empty())
2280         continue;
2281       else {
2282         // 3. Find any placed features in all reference features
2283         std::set<FeaturePtr> aIntersectionFeatures;
2284         std::set_intersection(aRefFeatures.begin(), aRefFeatures.end(),
2285                               aPlacedFeatures.begin(), aPlacedFeatures.end(),
2286                               std::inserter(aIntersectionFeatures, aIntersectionFeatures.begin()));
2287         // 4. Return false if any reference feature is placed before current feature
2288         if (!aIntersectionFeatures.empty())
2289           aCanMove = false;
2290       }
2291     }
2292   }
2293   return aCanMove;
2294 }
2295
2296 //**************************************************************
2297 bool XGUI_Workshop::canBeShaded(const ObjectPtr& theObject) const
2298 {
2299   bool aCanBeShaded = myDisplayer->canBeShaded(theObject);
2300   if (!aCanBeShaded) {
2301     ResultBodyPtr aCompRes = std::dynamic_pointer_cast<ModelAPI_ResultBody>(theObject);
2302     if (aCompRes.get() != NULL) { // change colors for all sub-solids
2303       std::list<ResultPtr> allRes;
2304       ModelAPI_Tools::allSubs(aCompRes, allRes);
2305       std::list<ResultPtr>::iterator aRes = allRes.begin();
2306       for(; aRes != allRes.end() && !aCanBeShaded; aRes++) {
2307         aCanBeShaded = myDisplayer->canBeShaded(*aRes);
2308       }
2309     }
2310   }
2311   return aCanBeShaded;
2312 }
2313
2314 //**************************************************************
2315 bool XGUI_Workshop::canChangeProperty(const QString& theActionName) const
2316 {
2317   if (theActionName == "COLOR_CMD" ||
2318       theActionName == "DEFLECTION_CMD" ||
2319       theActionName == "TRANSPARENCY_CMD") {
2320     QObjectPtrList aObjects = mySelector->selection()->selectedObjects();
2321
2322     std::set<std::string> aTypes;
2323     aTypes.insert(ModelAPI_ResultGroup::group());
2324     aTypes.insert(ModelAPI_ResultConstruction::group());
2325     aTypes.insert(ModelAPI_ResultBody::group());
2326     aTypes.insert(ModelAPI_ResultPart::group());
2327
2328     return hasResults(aObjects, aTypes);
2329   }
2330   return false;
2331 }
2332
2333 //******************************************************
2334 void setColor(ResultPtr theResult, const std::vector<int>& theColor)
2335 {
2336   if (!theResult.get())
2337     return;
2338
2339   AttributeIntArrayPtr aColorAttr = theResult->data()->intArray(ModelAPI_Result::COLOR_ID());
2340   if (aColorAttr.get() != NULL) {
2341     if (!aColorAttr->size()) {
2342       aColorAttr->setSize(3);
2343     }
2344     aColorAttr->setValue(0, theColor[0]);
2345     aColorAttr->setValue(1, theColor[1]);
2346     aColorAttr->setValue(2, theColor[2]);
2347   }
2348   static const Events_ID kRedisplayEvent =
2349     Events_Loop::loop()->eventByName(EVENT_OBJECT_TO_REDISPLAY);
2350   ModelAPI_EventCreator::get()->sendUpdated(theResult, kRedisplayEvent);
2351 }
2352
2353 //**************************************************************
2354 void XGUI_Workshop::changeColor(const QObjectPtrList& theObjects)
2355 {
2356
2357   AttributeIntArrayPtr aColorAttr;
2358   // 1. find the current color of the object. This is a color of AIS presentation
2359   // The objects are iterated until a first valid color is found
2360   std::vector<int> aColor;
2361   foreach(ObjectPtr anObject, theObjects) {
2362     ResultPtr aResult = std::dynamic_pointer_cast<ModelAPI_Result>(anObject);
2363     if (aResult.get()) {
2364       ModelAPI_Tools::getColor(aResult, aColor);
2365     }
2366     else {
2367       // TODO: remove the obtaining a color from the AIS object
2368       // this does not happen never because:
2369       // 1. The color can be changed only on results
2370       // 2. The result can be not visualized in the viewer(e.g. Origin Construction)
2371       AISObjectPtr anAISObj = myDisplayer->getAISObject(anObject);
2372       if (anAISObj.get()) {
2373         aColor.resize(3);
2374         anAISObj->getColor(aColor[0], aColor[1], aColor[2]);
2375       }
2376     }
2377     if (!aColor.empty())
2378       break;
2379   }
2380   if (aColor.size() != 3)
2381     return;
2382
2383   if (!abortAllOperations())
2384   return;
2385   // 2. show the dialog to change the value
2386   XGUI_ColorDialog* aDlg = new XGUI_ColorDialog(desktop());
2387   aDlg->setColor(aColor);
2388   aDlg->move(QCursor::pos());
2389   bool isDone = aDlg->exec() == QDialog::Accepted;
2390   if (!isDone)
2391     return;
2392
2393   bool isRandomColor = aDlg->isRandomColor();
2394
2395   // 3. abort the previous operation and start a new one
2396   SessionPtr aMgr = ModelAPI_Session::get();
2397   QString aDescription = contextMenuMgr()->action("COLOR_CMD")->text();
2398   aMgr->startOperation(aDescription.toStdString());
2399
2400   // 4. set the value to all results
2401   std::vector<int> aColorResult = aDlg->getColor();
2402   foreach(ObjectPtr anObj, theObjects) {
2403     ResultPtr aResult = std::dynamic_pointer_cast<ModelAPI_Result>(anObj);
2404     if (aResult.get() != NULL) {
2405       ResultBodyPtr aBodyResult = std::dynamic_pointer_cast<ModelAPI_ResultBody>(aResult);
2406       if (aBodyResult.get() != NULL) { // change colors for all sub-solids
2407         std::list<ResultPtr> allRes;
2408         ModelAPI_Tools::allSubs(aBodyResult, allRes);
2409         for(std::list<ResultPtr>::iterator aRes = allRes.begin(); aRes != allRes.end(); aRes++) {
2410           setColor(*aRes, !isRandomColor ? aColorResult : aDlg->getRandomColor());
2411         }
2412       }
2413       setColor(aResult, !isRandomColor ? aColorResult : aDlg->getRandomColor());
2414     }
2415   }
2416   aMgr->finishOperation();
2417   updateCommandStatus();
2418 }
2419
2420 //**************************************************************
2421 void setDeflection(ResultPtr theResult, const double theDeflection)
2422 {
2423   if (!theResult.get())
2424     return;
2425
2426   AttributeDoublePtr aDeflectionAttr = theResult->data()->real(ModelAPI_Result::DEFLECTION_ID());
2427   if (aDeflectionAttr.get() != NULL)
2428     aDeflectionAttr->setValue(theDeflection);
2429   static const Events_ID kRedisplayEvent =
2430     Events_Loop::loop()->eventByName(EVENT_OBJECT_TO_REDISPLAY);
2431   ModelAPI_EventCreator::get()->sendUpdated(theResult, kRedisplayEvent);
2432 }
2433
2434 //**************************************************************
2435 void setTransparency(ResultPtr theResult, double theTransparency)
2436 {
2437   if (!theResult.get())
2438     return;
2439
2440   AttributeDoublePtr anAttribute = theResult->data()->real(ModelAPI_Result::TRANSPARENCY_ID());
2441   if (anAttribute.get() != NULL)
2442     anAttribute->setValue(theTransparency);
2443   static const Events_ID kRedisplayEvent =
2444     Events_Loop::loop()->eventByName(EVENT_OBJECT_TO_REDISPLAY);
2445   ModelAPI_EventCreator::get()->sendUpdated(theResult, kRedisplayEvent);
2446 }
2447
2448 //**************************************************************
2449 void setTransparency(double theTransparency, const QObjectPtrList& theObjects)
2450 {
2451   foreach(ObjectPtr anObj, theObjects) {
2452     ResultPtr aResult = std::dynamic_pointer_cast<ModelAPI_Result>(anObj);
2453     if (aResult.get() != NULL) {
2454       ResultBodyPtr aBodyResult = std::dynamic_pointer_cast<ModelAPI_ResultBody>(aResult);
2455       if (aBodyResult.get() != NULL) { // change property for all sub-solids
2456         std::list<ResultPtr> allRes;
2457         ModelAPI_Tools::allSubs(aBodyResult, allRes);
2458         for(std::list<ResultPtr>::iterator aRes = allRes.begin(); aRes != allRes.end(); aRes++) {
2459           setTransparency(*aRes, theTransparency);
2460         }
2461       }
2462       setTransparency(aResult, theTransparency);
2463     }
2464   }
2465 }
2466
2467 //**************************************************************
2468 void XGUI_Workshop::changeDeflection(const QObjectPtrList& theObjects)
2469 {
2470   AttributeDoublePtr aDoubleAttr;
2471   // 1. find the current property of the object. This is a property of AIS presentation
2472   // The objects are iterated until a first valid property is found
2473   double aDeflection = -1;
2474   foreach(ObjectPtr anObject, theObjects) {
2475     ResultPtr aResult = std::dynamic_pointer_cast<ModelAPI_Result>(anObject);
2476     if (aResult.get()) {
2477       aDeflection = ModelAPI_Tools::getDeflection(aResult);
2478     }
2479     else {
2480       // TODO: remove the obtaining a property from the AIS object
2481       // this does not happen never because:
2482       // 1. The property can be changed only on results
2483       // 2. The result can be not visualized in the viewer(e.g. Origin Construction)
2484       AISObjectPtr anAISObj = myDisplayer->getAISObject(anObject);
2485       if (anAISObj.get()) {
2486         aDeflection = anAISObj->getDeflection();
2487       }
2488     }
2489     if (aDeflection > 0)
2490       break;
2491   }
2492   if (aDeflection < 0)
2493     return;
2494
2495   if (!abortAllOperations())
2496   return;
2497   // 2. show the dialog to change the value
2498   XGUI_DeflectionDialog* aDlg = new XGUI_DeflectionDialog(desktop());
2499   aDlg->setDeflection(aDeflection);
2500   aDlg->move(QCursor::pos());
2501   bool isDone = aDlg->exec() == QDialog::Accepted;
2502   if (!isDone)
2503     return;
2504
2505   // 3. abort the previous operation and start a new one
2506   SessionPtr aMgr = ModelAPI_Session::get();
2507   QString aDescription = contextMenuMgr()->action("DEFLECTION_CMD")->text();
2508   aMgr->startOperation(aDescription.toStdString());
2509
2510   // 4. set the value to all results
2511   aDeflection = aDlg->getDeflection();
2512   foreach(ObjectPtr anObj, theObjects) {
2513     ResultPtr aResult = std::dynamic_pointer_cast<ModelAPI_Result>(anObj);
2514     if (aResult.get() != NULL) {
2515       ResultBodyPtr aBodyResult = std::dynamic_pointer_cast<ModelAPI_ResultBody>(aResult);
2516       if (aBodyResult.get() != NULL) { // change property for all sub-solids
2517         std::list<ResultPtr> allRes;
2518         ModelAPI_Tools::allSubs(aBodyResult, allRes);
2519         for(std::list<ResultPtr>::iterator aRes = allRes.begin(); aRes != allRes.end(); aRes++) {
2520           setDeflection(*aRes, aDeflection);
2521         }
2522       }
2523       setDeflection(aResult, aDeflection);
2524     }
2525   }
2526   aMgr->finishOperation();
2527   updateCommandStatus();
2528 }
2529
2530 //**************************************************************
2531 void XGUI_Workshop::changeTransparency(const QObjectPtrList& theObjects)
2532 {
2533   AttributeDoublePtr aDoubleAttr;
2534   // 1. find the current property of the object. This is a property of AIS presentation
2535   // The objects are iterated until a first valid property is found
2536   double aCurrentValue = -1;
2537   foreach(ObjectPtr anObject, theObjects) {
2538     ResultPtr aResult = std::dynamic_pointer_cast<ModelAPI_Result>(anObject);
2539     if (aResult.get()) {
2540       aCurrentValue = ModelAPI_Tools::getTransparency(aResult);
2541     }
2542     if (aCurrentValue > 0)
2543       break;
2544   }
2545   if (aCurrentValue < 0)
2546     return;
2547
2548   if (!abortAllOperations())
2549     return;
2550
2551   // 2. show the dialog to change the value
2552   XGUI_PropertyDialog* aDlg = new XGUI_PropertyDialog(desktop());
2553   aDlg->setWindowTitle(tr("Transparency"));
2554   XGUI_TransparencyWidget* aTransparencyWidget = new XGUI_TransparencyWidget(aDlg);
2555   connect(aTransparencyWidget, SIGNAL(transparencyValueChanged()),
2556           this, SLOT(onTransparencyValueChanged()));
2557   aDlg->setContent(aTransparencyWidget);
2558   aTransparencyWidget->setValue(aCurrentValue);
2559
2560   // 3. abort the previous operation and start a new one
2561   SessionPtr aMgr = ModelAPI_Session::get();
2562   QString aDescription = contextMenuMgr()->action("TRANSPARENCY_CMD")->text();
2563   aMgr->startOperation(aDescription.toStdString());
2564
2565   if (aDlg->exec() == QDialog::Accepted) {
2566     // 4. set the value to all results
2567     aCurrentValue = aTransparencyWidget->getValue();
2568     setTransparency(aCurrentValue, theObjects);
2569     aMgr->finishOperation();
2570   } else {
2571     aMgr->abortOperation();
2572     Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_OBJECT_TO_REDISPLAY));
2573   }
2574
2575   updateCommandStatus();
2576 }
2577
2578 //**************************************************************
2579 void XGUI_Workshop::onTransparencyValueChanged()
2580 {
2581   XGUI_TransparencyWidget* aTransparencyWidget = (XGUI_TransparencyWidget*)sender();
2582   if (!aTransparencyWidget)
2583     return;
2584
2585   QObjectPtrList anObjects = mySelector->selection()->selectedObjects();
2586   setTransparency(aTransparencyWidget->getValue(), anObjects);
2587   Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_OBJECT_TO_REDISPLAY));
2588 }
2589
2590
2591 //******************************************************
2592 void XGUI_Workshop::showObjects(const QObjectPtrList& theList, bool isVisible)
2593 {
2594   if (isVisible) {
2595     std::set<ObjectPtr> anObjects;
2596     foreach (ObjectPtr aObj, theList) {
2597       anObjects.insert(aObj);
2598     }
2599     if (!prepareForDisplay(anObjects))
2600       return;
2601   }
2602
2603   foreach (ObjectPtr aObj, theList) {
2604     aObj->setDisplayed(isVisible);
2605   }
2606   Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_OBJECT_TO_REDISPLAY));
2607   myObjectBrowser->updateAllIndexes();
2608
2609   updateColorScaleVisibility();
2610   displayer()->updateViewer();
2611 }
2612
2613 //**************************************************************
2614 void XGUI_Workshop::showOnlyObjects(const QObjectPtrList& theList)
2615 {
2616   QObjectPtrList aSrcList = theList;
2617   // Hide all displayed objects
2618   QObjectPtrList aList = myDisplayer->displayedObjects();
2619   foreach (ObjectPtr aObj, aList) {
2620     if ((!aSrcList.contains(aObj)) && (module()->canEraseObject(aObj)))
2621       aObj->setDisplayed(false);
2622     else
2623       aSrcList.removeAll(aObj);
2624   }
2625   //Do not use eraseAll if you didn't send Redisplay event:
2626   //all objects are erased from viewer, but considered as displayed in displayer
2627   // Problem in bug 2218
2628   Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_OBJECT_TO_REDISPLAY));
2629 #ifdef HAVE_SALOME
2630     //issue #2159 Hide all incomplete behavior
2631     viewer()->eraseAll();
2632 #endif
2633
2634   std::set<ObjectPtr> anObjects;
2635   foreach (ObjectPtr aObj, aSrcList) {
2636     anObjects.insert(aObj);
2637   }
2638
2639   if (!prepareForDisplay(anObjects))
2640     return;
2641
2642   // Show only objects from the list
2643   foreach (ObjectPtr aObj, aSrcList) {
2644     aObj->setDisplayed(true);
2645   }
2646   Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_OBJECT_TO_REDISPLAY));
2647
2648   // Necessary for update icons in ObjectBrowser on Linux
2649   myObjectBrowser->updateAllIndexes();
2650   updateColorScaleVisibility();
2651   displayer()->updateViewer();
2652 }
2653
2654
2655 //**************************************************************
2656 void XGUI_Workshop::updateColorScaleVisibility()
2657 {
2658   QObjectPtrList aObjects = mySelector->selection()->selectedObjects();
2659   viewer()->setColorScaleShown(false);
2660   if (aObjects.size() == 1) {
2661     FieldStepPtr aStep =
2662       std::dynamic_pointer_cast<ModelAPI_ResultField::ModelAPI_FieldStep>(aObjects.first());
2663     if (aStep.get() && myDisplayer->isVisible(aStep)) {
2664       AISObjectPtr aAisPtr = myDisplayer->getAISObject(aStep);
2665       Handle(AIS_InteractiveObject) aIO = aAisPtr->impl<Handle(AIS_InteractiveObject)>();
2666       ModuleBase_IStepPrs* aPrs = dynamic_cast<ModuleBase_IStepPrs*>(aIO.get());
2667       if (aPrs) {
2668         ModelAPI_AttributeTables::ValueType aType = aPrs->dataType();
2669         if ((aType == ModelAPI_AttributeTables::DOUBLE) ||
2670           (aType == ModelAPI_AttributeTables::INTEGER) ||
2671           (aType == ModelAPI_AttributeTables::BOOLEAN)) {
2672           myViewerProxy->setupColorScale();
2673           if (aType == ModelAPI_AttributeTables::BOOLEAN) {
2674             myViewerProxy->setColorScaleIntervals(2);
2675             myViewerProxy->setColorScaleRange(0., 1.);
2676           }
2677           else {
2678             double aMin, aMax;
2679             aPrs->dataRange(aMin, aMax);
2680             myViewerProxy->setColorScaleRange(aMin, aMax);
2681           }
2682           myViewerProxy->setColorScaleTitle(aStep->name().c_str());
2683           myViewerProxy->setColorScaleShown(true);
2684         }
2685       }
2686     }
2687   }
2688 }
2689
2690
2691 //**************************************************************
2692 void XGUI_Workshop::setNormalView(bool toInvert)
2693 {
2694   QList<ModuleBase_ViewerPrsPtr> aPrsList =
2695     mySelector->selection()->getSelected(ModuleBase_ISelection::Viewer);
2696   GeomShapePtr aPlanarFace;
2697   foreach(ModuleBase_ViewerPrsPtr aPrs, aPrsList) {
2698     GeomShapePtr aShape = aPrs->shape();
2699     if (aShape.get() && aShape->isPlanar()) {
2700       aPlanarFace = aShape;
2701       break;
2702     }
2703   }
2704   if (aPlanarFace.get()) {
2705     GeomFacePtr aFace(new GeomAPI_Face(aPlanarFace));
2706     GeomPlanePtr aPlane = aFace->getPlane();
2707     GeomDirPtr aNormal = aPlane->direction();
2708     if (toInvert)
2709       aNormal->reverse();
2710     GeomPointPtr aPos = aPlane->location();
2711
2712     double aXmin, aYmin, aZmin, aXmax, aYmax, aZmax;
2713     aFace->computeSize(aXmin, aYmin, aZmin, aXmax, aYmax, aZmax);
2714
2715     Handle(V3d_View) aView = myViewerProxy->activeView();
2716     double aScale = aView->Scale();
2717     aView->SetAt(aPos->x(), aPos->y(), aPos->z());
2718     aView->SetProj(aNormal->x(), aNormal->y(), aNormal->z());
2719     Bnd_Box aBox;
2720     aBox.Update(aXmin, aYmin, aZmin, aXmax, aYmax, aZmax);
2721     aView->FitAll(aBox);
2722   }
2723 }
2724
2725 //**************************************************************
2726 void XGUI_Workshop::registerValidators() const
2727 {
2728   SessionPtr aMgr = ModelAPI_Session::get();
2729   ModelAPI_ValidatorsFactory* aFactory = aMgr->validators();
2730 }
2731
2732 //**************************************************************
2733 void XGUI_Workshop::displayDocumentResults(DocumentPtr theDoc)
2734 {
2735   if (!theDoc)
2736     return;
2737   displayGroupResults(theDoc, ModelAPI_ResultConstruction::group());
2738   displayGroupResults(theDoc, ModelAPI_ResultBody::group());
2739 }
2740
2741 //**************************************************************
2742 void XGUI_Workshop::displayGroupResults(DocumentPtr theDoc, std::string theGroup)
2743 {
2744   for (int i = 0; i < theDoc->size(theGroup); i++)
2745     theDoc->object(theGroup, i)->setDisplayed(true);
2746     //displayObject(theDoc->object(theGroup, i));
2747   Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_OBJECT_TO_REDISPLAY));
2748 }
2749
2750 //**************************************************************
2751 void XGUI_Workshop::setDisplayMode(const QObjectPtrList& theList, int theMode)
2752 {
2753   foreach(ObjectPtr anObj, theList) {
2754     myDisplayer->setDisplayMode(anObj, (XGUI_Displayer::DisplayMode)theMode, false);
2755
2756     ResultBodyPtr aBodyResult = std::dynamic_pointer_cast<ModelAPI_ResultBody>(anObj);
2757     if (aBodyResult.get() != NULL) { // change display mode for all sub-solids
2758       std::list<ResultPtr> allRes;
2759       ModelAPI_Tools::allSubs(aBodyResult, allRes);
2760       for(std::list<ResultPtr>::iterator aRes = allRes.begin(); aRes != allRes.end(); aRes++) {
2761         myDisplayer->setDisplayMode(*aRes, (XGUI_Displayer::DisplayMode)theMode, false);
2762       }
2763     }
2764   }
2765   if (theList.size() > 0)
2766     myDisplayer->updateViewer();
2767 }
2768
2769 //**************************************************************
2770 void XGUI_Workshop::closeDocument()
2771 {
2772   ModuleBase_Operation* anOperation = operationMgr()->currentOperation();
2773   while (anOperation) {
2774     anOperation->abort();
2775     anOperation = operationMgr()->currentOperation();
2776   }
2777   //myDisplayer->closeLocalContexts();
2778   myDisplayer->eraseAll();
2779   objectBrowser()->clearContent();
2780
2781   module()->closeDocument();
2782   // we need to clear viewer (with created filters) to do not have problems in 2nd SALOME study
2783   module()->clearViewer();
2784
2785
2786   // data model need not process the document's signals about objects modifications as
2787   // the document is closed
2788   //bool isBlocked = objectBrowser()->dataModel()->blockEventsProcessing(true);
2789
2790   SessionPtr aMgr = ModelAPI_Session::get();
2791   aMgr->closeAll();
2792
2793   //objectBrowser()->dataModel()->blockEventsProcessing(isBlocked);
2794 }
2795
2796 //******************************************************
2797 void XGUI_Workshop::addHistoryMenu(QObject* theObject, const char* theSignal, const char* theSlot)
2798 {
2799   XGUI_HistoryMenu* aMenu = NULL;
2800   if (isSalomeMode()) {
2801     QAction* anAction = qobject_cast<QAction*>(theObject);
2802     if (!anAction)
2803       return;
2804     aMenu = new XGUI_HistoryMenu(anAction);
2805   } else {
2806     QToolButton* aButton =  qobject_cast<QToolButton*>(theObject);
2807     aMenu = new XGUI_HistoryMenu(aButton);
2808   }
2809   connect(this, theSignal, aMenu, SLOT(setHistory(const QList<ActionInfo>&)));
2810   connect(aMenu, SIGNAL(actionSelected(int)), this, theSlot);
2811 }
2812
2813 //******************************************************
2814 QList<ActionInfo> XGUI_Workshop::processHistoryList(const std::list<std::string>& theList) const
2815 {
2816   QList<ActionInfo> aResult;
2817   std::list<std::string>::const_iterator it = theList.cbegin();
2818   for (; it != theList.cend(); it++) {
2819     QString anId = QString::fromStdString(*it);
2820     bool isEditing = anId.endsWith(ModuleBase_OperationFeature::EditSuffix());
2821     if (isEditing) {
2822       anId.chop(ModuleBase_OperationFeature::EditSuffix().size());
2823     }
2824     ActionInfo anInfo;
2825     QAction* aContextMenuAct = myContextMenuMgr->actionByName(anId);
2826     if (aContextMenuAct) {
2827       anInfo.initFrom(aContextMenuAct);
2828     } else {
2829       anInfo = myActionsMgr->actionInfoById(anId);
2830     }
2831     if (isEditing) {
2832       anInfo.text = anInfo.text.prepend("Modify ");
2833     }
2834     aResult << anInfo;
2835   }
2836   return aResult;
2837 }
2838
2839 //******************************************************
2840 void XGUI_Workshop::setStatusBarMessage(const QString& theMessage)
2841 {
2842 #ifdef HAVE_SALOME
2843   salomeConnector()->putInfo(theMessage, -1);
2844 #else
2845   myMainWindow->putInfo(theMessage, -1);
2846 #endif
2847 }
2848
2849 #ifdef HAVE_SALOME
2850 //******************************************************
2851 void XGUI_Workshop::synchronizeViewer()
2852 {
2853   SessionPtr aMgr = ModelAPI_Session::get();
2854   QList<DocumentPtr> aDocs;
2855   aDocs.append(aMgr->activeDocument());
2856   aDocs.append(aMgr->moduleDocument());
2857
2858   foreach(DocumentPtr aDoc, aDocs) {
2859     synchronizeGroupInViewer(aDoc, false);
2860   }
2861 }
2862
2863 //******************************************************
2864 void XGUI_Workshop::synchronizeGroupInViewer(const DocumentPtr& theDoc,
2865                                              bool theUpdateViewer)
2866 {
2867   FeaturePtr aFeature;
2868   ResultPtr aRes;
2869   int aSize = theDoc->numInternalFeatures();
2870   for (int i = 0; i < aSize; i++) {
2871     aFeature = theDoc->internalFeature(i);
2872     if (!aFeature.get())
2873       continue;
2874     const std::list<ResultPtr>& aResults = aFeature->results();
2875     std::list<ResultPtr>::const_iterator aIt;
2876     aFeature->setDisplayed(false);
2877     for (aIt = aResults.cbegin(); aIt != aResults.cend(); aIt++) {
2878       aRes = (*aIt);
2879       if (aRes->isDisplayed() && !aRes->isConcealed()) {
2880         // Hide the presentation with an empty shape. But isDisplayed state of the object should not
2881         // be changed to the object becomes visible when the shape becomes not empty
2882         if (!aRes->shape().get() || aRes->shape()->isNull())
2883           continue;
2884         ResultBodyPtr aResBody = std::dynamic_pointer_cast<ModelAPI_ResultBody>(aRes);
2885         if (aResBody.get())
2886           synchronizeResultTree(aResBody, false);
2887         else {
2888           if (aRes->isInHistory()) {
2889             if (aRes->isDisplayed())
2890               myDisplayer->display(aRes, false);
2891             else
2892               myDisplayer->erase(aRes, false);
2893           }
2894           else
2895             aRes->setDisplayed(false);
2896         }
2897       }
2898     }
2899   }
2900   if (theUpdateViewer)
2901     myDisplayer->updateViewer();
2902 }
2903
2904 void XGUI_Workshop::synchronizeResultTree(const ResultBodyPtr& theRes, bool theUpdateViewer)
2905 {
2906   if (theRes->numberOfSubs() > 0)
2907     for (int i = 0; i < theRes->numberOfSubs(); i++) {
2908       ResultBodyPtr aRes = theRes->subResult(i);
2909       if (aRes.get())
2910         synchronizeResultTree(aRes, theUpdateViewer);
2911     }
2912   else {
2913     if (theRes->isDisplayed())
2914       myDisplayer->display(theRes, theUpdateViewer);
2915     else
2916       myDisplayer->erase(theRes, theUpdateViewer);
2917   }
2918 }
2919 #endif
2920
2921 //******************************************************
2922 void XGUI_Workshop::highlightResults(const QObjectPtrList& theObjects)
2923 {
2924   FeaturePtr aFeature;
2925   QObjectPtrList aSelList = theObjects;
2926   QObjectPtrList aNewSel;
2927   bool aHasHidden = false;
2928   foreach(ObjectPtr aObj, theObjects) {
2929     aFeature = std::dynamic_pointer_cast<ModelAPI_Feature>(aObj);
2930     if (aFeature.get()) {
2931       std::list<ResultPtr> aResults;
2932       ModelAPI_Tools::allResults(aFeature, aResults);
2933       std::list<std::shared_ptr<ModelAPI_Result> >::const_iterator aIt;
2934       for(aIt = aResults.cbegin(); aIt != aResults.cend(); aIt++) {
2935         aHasHidden |= (*aIt)->isConcealed();
2936         aSelList.append(*aIt);
2937         aNewSel.append(*aIt);
2938       }
2939     }
2940   }
2941   if (aSelList.count() > theObjects.count()) {
2942     // if something was found
2943     objectBrowser()->setObjectsSelected(aSelList);
2944     objectBrowser()->ensureVisible(aNewSel.first());
2945   }
2946   if (aHasHidden)
2947     QMessageBox::information(desktop(), tr("Find results"),
2948                              tr("Results not found"), QMessageBox::Ok);
2949 }
2950
2951 //******************************************************
2952 void XGUI_Workshop::highlightFeature(const QObjectPtrList& theObjects)
2953 {
2954   ResultPtr aResult;
2955   QObjectPtrList aSelList = theObjects;
2956   QObjectPtrList aNewSel;
2957   FeaturePtr aFeature;
2958   foreach(ObjectPtr aObj, theObjects) {
2959     aResult = std::dynamic_pointer_cast<ModelAPI_Result>(aObj);
2960     if (aResult.get()) {
2961       aFeature = ModelAPI_Feature::feature(aResult);
2962       if (aFeature.get()) {
2963         aSelList.append(aFeature);
2964         aNewSel.append(aFeature);
2965       }
2966     }
2967   }
2968   if (aSelList.count() > theObjects.count()) {
2969     // if something was found
2970     objectBrowser()->setObjectsSelected(aSelList);
2971     objectBrowser()->ensureVisible(aNewSel.first());
2972   }
2973 }
2974
2975 void XGUI_Workshop::insertFeatureFolder()
2976 {
2977   QObjectPtrList aObjects = mySelector->selection()->selectedObjects();
2978   if (aObjects.isEmpty())
2979     return;
2980   ObjectPtr aObj = aObjects.first();
2981   FeaturePtr aFeature = std::dynamic_pointer_cast<ModelAPI_Feature>(aObj);
2982   if (aFeature.get() == NULL)
2983     return;
2984   SessionPtr aMgr = ModelAPI_Session::get();
2985   DocumentPtr aDoc = aMgr->activeDocument();
2986
2987   QString aDescription = contextMenuMgr()->action("INSERT_FOLDER_CMD")->text();
2988
2989   aMgr->startOperation(aDescription.toStdString());
2990   aDoc->addFolder(aFeature);
2991   aMgr->finishOperation();
2992
2993   updateCommandStatus();
2994 }
2995
2996
2997 void XGUI_Workshop::insertToFolder(bool isBefore)
2998 {
2999   std::list<FeaturePtr> aFeatures = mySelector->getSelectedFeatures();
3000   if (aFeatures.empty())
3001     return;
3002
3003   SessionPtr aMgr = ModelAPI_Session::get();
3004   DocumentPtr aDoc = aMgr->activeDocument();
3005
3006   FolderPtr aFolder = isBefore? aDoc->findFolderAbove(aFeatures):
3007                                 aDoc->findFolderBelow(aFeatures);
3008   if (!aFolder.get())
3009     return;
3010
3011   QString aDescription = contextMenuMgr()->action(
3012     isBefore ? "ADD_TO_FOLDER_BEFORE_CMD" : "ADD_TO_FOLDER_AFTER_CMD")->text();
3013
3014   QMap<ObjectPtr, bool> aStates = myObjectBrowser->getFoldersState(aDoc);
3015
3016   aMgr->startOperation(aDescription.toStdString());
3017   aDoc->moveToFolder(aFeatures, aFolder);
3018   aMgr->finishOperation();
3019
3020   myObjectBrowser->setFoldersState(aStates);
3021
3022   updateCommandStatus();
3023 }
3024
3025 void XGUI_Workshop::moveOutFolder(bool isBefore)
3026 {
3027   std::list<FeaturePtr> aFeatures = mySelector->getSelectedFeatures();
3028   if (aFeatures.empty())
3029     return;
3030
3031   SessionPtr aMgr = ModelAPI_Session::get();
3032   DocumentPtr aDoc = aMgr->activeDocument();
3033
3034   QString aDescription = contextMenuMgr()->action(
3035     isBefore ? "ADD_OUT_FOLDER_BEFORE_CMD" : "ADD_OUT_FOLDER_AFTER_CMD")->text();
3036
3037   QMap<ObjectPtr, bool> aStates = myObjectBrowser->getFoldersState(aDoc);
3038
3039   aMgr->startOperation(aDescription.toStdString());
3040   aDoc->removeFromFolder(aFeatures, isBefore);
3041   aMgr->finishOperation();
3042
3043   myObjectBrowser->setFoldersState(aStates);
3044
3045   updateCommandStatus();
3046 }
3047
3048 void XGUI_Workshop::onAutoApply()
3049 {
3050   SessionPtr aMgr = ModelAPI_Session::get();
3051   bool isBlocked = aMgr->isAutoUpdateBlocked();
3052   aMgr->blockAutoUpdate(!isBlocked);
3053 }
3054
3055 void XGUI_Workshop::updateAutoComputeState()
3056 {
3057   SessionPtr aMgr = ModelAPI_Session::get();
3058   bool isComputeBlocked = aMgr->isAutoUpdateBlocked();
3059 #ifdef HAVE_SALOME
3060 //  QAction* aUpdateCmd;
3061 //  QList<QAction*> aCommands = mySalomeConnector->commandList();
3062 //  foreach(QAction* aCmd, aCommands) {
3063 //    if (aCmd->data().toString() == "AUTOCOMPUTE_CMD") {
3064 //      aUpdateCmd = aCmd;
3065 //      break;
3066 //    }
3067 //  }
3068 //  aUpdateCmd->setIcon(isComputeBlocked? QIcon(":pictures/autoapply_stop.png") :
3069 //    QIcon(":pictures/autoapply_start.png"));
3070 #else
3071   AppElements_MainMenu* aMenuBar = myMainWindow->menuObject();
3072   AppElements_Command* aUpdateCmd = aMenuBar->feature("AUTOCOMPUTE_CMD");
3073   aUpdateCmd->button()->setIcon(isComputeBlocked? QIcon(":pictures/autoapply_stop.png") :
3074     QIcon(":pictures/autoapply_start.png"));
3075 #endif
3076 }
3077
3078
3079 void XGUI_Workshop::clearTemporaryDir()
3080 {
3081   QDir aDir(myTmpDir.path());
3082   if (!aDir.isEmpty()) {
3083     QStringList aEntries;
3084     aDir.entryList(aEntries);
3085     foreach(QString aFile, aEntries) {
3086       aDir.remove(aFile);
3087     }
3088   }
3089 }
3090
3091
3092 void XGUI_Workshop::onDockSizeChanged()
3093 {
3094   QDockWidget* aDockWgt = dynamic_cast<QDockWidget*>(myObjectBrowser->parentWidget());
3095   int aObWidth = aDockWgt->size().width();
3096   if (myPropertyPanel->width() != aObWidth) {
3097     QList<QDockWidget*> aWgtList;
3098     aWgtList << myPropertyPanel << aDockWgt;
3099     QList<int> aSizeList;
3100     aSizeList << aObWidth << aObWidth;
3101     desktop()->resizeDocks(aWgtList, aSizeList, Qt::Horizontal);
3102     disconnect(myObjectBrowser, SIGNAL(sizeChanged()), this, SLOT(onDockSizeChanged()));
3103   }
3104 }
3105
3106 void XGUI_Workshop::deactivateCurrentSelector()
3107 {
3108   myActiveControlMgr->deactivateSelector(myActiveControlMgr->activeSelector());
3109 }