X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_MenuGroupPanel.h;h=b43ef75c6e7175e3561c7294da3ee111c6791841;hb=00265e8a59b2eff159cef64eef8de47ed4b9b728;hp=a1398132698b7bdcd5e4ad19055f80bf709181de;hpb=2c7c361d0ab4687935496e4bb6fe2b2e12702fc9;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_MenuGroupPanel.h b/src/XGUI/XGUI_MenuGroupPanel.h index a13981326..b43ef75c6 100644 --- a/src/XGUI/XGUI_MenuGroupPanel.h +++ b/src/XGUI/XGUI_MenuGroupPanel.h @@ -20,7 +20,8 @@ public: //! Adding a new feature (Command) in the group XGUI_Command* addFeature(const QString& theId, const QString& theTitle, const QString& theTip, - const QIcon& theIcon, const QKeySequence& theKeys = QKeySequence()); + const QIcon& theIcon, const QKeySequence& theKeys = QKeySequence(), + bool isCheckable = false); //! Returns already created command by its ID XGUI_Command* feature(const QString& theId) const;