Salome HOME
Tangent presentation correction
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.h
index 3a8f21a39fece222945b6eba2f67ff7858806403..9da513f5d2a3bc2527cf0eebc9b3693d5627716b 100644 (file)
@@ -57,8 +57,6 @@ Q_OBJECT
   /// \return a control list
   virtual QList<QWidget*> getControls() const;
 
-  QWidget* getControl() const;
-
   /// The methiod called when widget is deactivated
   virtual void deactivate();
 
@@ -72,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);