]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ActionsMgr.h
Salome HOME
History menu: improvments and bugfixes
[modules/shaper.git] / src / XGUI / XGUI_ActionsMgr.h
index cbff72d128403194a4c6858a045df346833b9326..00f6086efdb397fae4b389a5744343c67845895a 100644 (file)
@@ -12,6 +12,8 @@
 #include <Events_Listener.h>
 #include <ModelAPI_Feature.h>
 
+#include <ModuleBase_ActionInfo.h>
+
 #include <QObject>
 #include <QMap>
 #include <QList>
@@ -77,6 +79,8 @@ class XGUI_EXPORT XGUI_ActionsMgr : public QObject, public Events_Listener
   //! If there is no such action, it will be created.
   QAction* operationStateAction(OperationStateActionId theId, QObject* theParent = 0);
 
+  ActionInfo actionInfoById(const QString& theId);
+
  public slots:
   //! Update workbench actions according to OperationMgr state:
   //! No active operations: all actions but nested are available