Salome HOME
Add new test
[modules/shaper.git] / src / XGUI / XGUI_WorkshopListener.h
index 71d0a99852c4ce2e572847f8ed6f01d3a74c8206..912fb85dff3455125b620f7c8e9c812de853270f 100755 (executable)
@@ -44,6 +44,12 @@ signals:
   /// Emitted when error in applivation happens
   void errorOccurred(const QString&);
 
+protected slots:
+  /// Updates Apply All button state of the feature to the state if the feature has the button
+  /// \param theFeatureId an index of the feature, the action is searched, which state is to be changed
+  /// \param theState an action enable state
+  void onNestedStateChanged(const std::string& theFeatureId, const bool theState);
+
 protected:
   /// Procedure to process postponed events
   bool event(QEvent * theEvent);