Salome HOME
Simplified calculation of fly out distance and creation of constraints limited only...
[modules/shaper.git] / src / XGUI / XGUI_WorkshopListener.h
index 912fb85dff3455125b620f7c8e9c812de853270f..16a0de8712c1b522f2ad8417ee4265fc3d1d1d88 100755 (executable)
@@ -48,7 +48,7 @@ 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);
+  //void onNestedStateChanged(const std::string& theFeatureId, const bool theState);
 
 protected:
   /// Procedure to process postponed events
@@ -72,6 +72,10 @@ protected:
   /// \return true if the object is displayed
   bool displayObject(ObjectPtr theObj);
 
+  /// Calls the module method of cusomize object for the feature of the current operation
+  /// \return true if the object is modified
+  bool customizeCurrentObject();
+
   /// Returns the workshop
   XGUI_Workshop* workshop() const;