Salome HOME
Tangent presentation correction
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.h
index 8288bdf82ac54d8248693eaa42f5c28682cc668f..9da513f5d2a3bc2527cf0eebc9b3693d5627716b 100644 (file)
@@ -70,6 +70,11 @@ Q_OBJECT
   /// Returns sketcher plane
   std::shared_ptr<GeomAPI_Pln> plane() const;
 
+  /// This control accepts focus
+  virtual bool focusTo();
+  virtual void setHighlighted(bool) { /*do nothing*/ };
+  virtual void enableFocusProcessing();
+
 signals:
   /// Signal on plane selection
   void planeSelected(const std::shared_ptr<GeomAPI_Pln>& thePln);