X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FXGUI%2FXGUI_ActionsMgr.h;h=89e3b70b7ae0139b985285456dd02305940588d0;hb=cf44c594091917274fca6b5aa0c9cbaee611d268;hp=38b8e167d689f86173b6fc3936991704cae9b02f;hpb=c106aa5ba9e0cf644a13ccd709cbc9353cee7a25;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ActionsMgr.h b/src/XGUI/XGUI_ActionsMgr.h index 38b8e167d..89e3b70b7 100644 --- a/src/XGUI/XGUI_ActionsMgr.h +++ b/src/XGUI/XGUI_ActionsMgr.h @@ -31,6 +31,10 @@ public: //! Sets relation between the command (with given Id) and it's nested actions. void addNestedCommands(const QString& theId, const QStringList& theCommands); + QStringList nestedCommands(const QString& theId) const; + + bool isNested(const QString& theId) const; + public slots: //! Update workbench actions according to OperationMgr state: //! No active operations: all actions but nested are available