Salome HOME
Issue #6 advanced command enable/disable state processing
[modules/shaper.git] / src / XGUI / XGUI_Workshop.h
index 937aca3830d42f01b7f2d132bfcfb8d0b67d5d58..551f23c50d1432e84aa30eb93b185576be30370a 100644 (file)
@@ -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;
 };