X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Workshop.h;h=aa7dfaa767f57d920f379fc750e61220ea033661;hb=9129370ff85bfb4c0c37d9f32f9d107041ec2fe8;hp=92be69c9d8c708ac15f9530581e804959510db68;hpb=943ce176c670b2c02b53bb5aacbec3064941aabf;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Workshop.h b/src/XGUI/XGUI_Workshop.h index 92be69c9d..aa7dfaa76 100644 --- a/src/XGUI/XGUI_Workshop.h +++ b/src/XGUI/XGUI_Workshop.h @@ -20,23 +20,24 @@ class AppElements_MainWindow; class AppElements_Command; class AppElements_Workbench; -class XGUI_SelectionMgr; +class XGUI_ActionsMgr; +class XGUI_ContextMenuMgr; class XGUI_Displayer; +class XGUI_ErrorDialog; +class XGUI_ErrorMgr; +class XGUI_ModuleConnector; +class XGUI_ObjectsBrowser; class XGUI_OperationMgr; +class XGUI_PropertyPanel; class XGUI_SalomeConnector; -class XGUI_ObjectsBrowser; -class XGUI_ActionsMgr; -class XGUI_ErrorDialog; class XGUI_SalomeViewer; +class XGUI_SelectionMgr; class XGUI_ViewerProxy; -class XGUI_PropertyPanel; -class XGUI_ContextMenuMgr; -class XGUI_ModuleConnector; class XGUI_WorkshopListener; -class ModuleBase_Operation; class ModuleBase_IModule; class ModuleBase_IViewer; +class ModuleBase_Operation; class QWidget; class QDockWidget; @@ -219,7 +220,7 @@ Q_OBJECT //! objects features appear. If the user chose do not continue, the deletion is not performed //! \return the success of the delete bool deleteFeatures(const QObjectPtrList& theList, - const std::set& theIgnoredFeatures, + const std::set& theIgnoredFeatures = std::set(), QWidget* theParent = 0, const bool theAskAboutDeleteReferences = false); @@ -399,6 +400,7 @@ private: private: AppElements_MainWindow* myMainWindow; ModuleBase_IModule* myModule; + XGUI_ErrorMgr* myErrorMgr; XGUI_ObjectsBrowser* myObjectBrowser; XGUI_PropertyPanel* myPropertyPanel; XGUI_SelectionMgr* mySelector;