]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ErrorMgr.h
Salome HOME
Delete key regression corrections: in previous implementation sketch entities did...
[modules/shaper.git] / src / XGUI / XGUI_ErrorMgr.h
index 7970f6ec00e3a05589afd73fdd7bad3914915a65..03d057c5bbda2deb004c2ed8d2e924935371fcfb 100644 (file)
@@ -44,6 +44,9 @@ public:
   /// \param theFeature a feature
   void updateAcceptAllAction(const FeaturePtr& theFeature);
 
+  /// Returns true if the apply is enabled for the current feature
+  bool isApplyEnabled() const;
+
 protected slots:
   /// Reimplemented from ModuleBase_ErrorMgr::onWidgetChanged().
   virtual void onWidgetChanged();