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 3c294d3b50d5dc079ed908217e7dad763ef7d8a8..637d14f5242f1c86f13a96da107624bdf99d0681 100755 (executable)
@@ -8,7 +8,7 @@
 #define PartSet_WidgetPoint2DFlyout_H
 
 #include "PartSet.h"
-#include <PartSet_WidgetPoint2D.h>
+#include <PartSet_WidgetPoint2d.h>
 
 class XGUI_Workshop;
 
@@ -37,12 +37,13 @@ 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;
-
-private:
-  bool myIsInternal; /// an XML internal state
 };
 
 #endif