Salome HOME
Merge branch 'Dev_2.1.0' of salome:modules/shaper into Dev_2.1.0
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2DFlyout.h
index 6a76e19bc4f7742df38953faff5cd2c107eca8e1..637d14f5242f1c86f13a96da107624bdf99d0681 100755 (executable)
@@ -37,6 +37,10 @@ public:
   /// \return the state whether the widget can accept the focus
   virtual bool focusTo();
 
+  /// Returns true if the attribute can be changed using the selected shapes in the viewer
+  /// and creating a coincidence constraint to them. This control does not use them.
+  virtual bool useSelectedShapes() const;
+
 private:
   //! Returns workshop
   XGUI_Workshop* workshop() const;