X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Workshop.h;h=551f23c50d1432e84aa30eb93b185576be30370a;hb=d80699ac131d75798c6c39deff2c5e820aface5f;hp=937aca3830d42f01b7f2d132bfcfb8d0b67d5d58;hpb=b96d49472ad23f609343fa158d1d7b96c729ed09;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Workshop.h b/src/XGUI/XGUI_Workshop.h index 937aca383..551f23c50 100644 --- a/src/XGUI/XGUI_Workshop.h +++ b/src/XGUI/XGUI_Workshop.h @@ -18,6 +18,7 @@ class XGUI_Displayer; class XGUI_OperationMgr; class XGUI_SalomeConnector; class XGUI_ObjectsBrowser; +class XGUI_ActionsMgr; class ModuleBase_Operation; class ModuleBase_PropPanelOperation; @@ -127,6 +128,8 @@ private: XGUI_Displayer* myDisplayer; XGUI_OperationMgr* myOperationMgr; ///< manager to manipulate through the operations + XGUI_ActionsMgr* myActionsMgr; + XGUI_SalomeConnector* mySalomeConnector; };