Salome HOME
Process enter key by Point input widget
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetPointInput.h
index d0e9c790d3cb259038f6ad881d60d923a033ca4b..7b6ec3b5940a3adef891f31494aa4b04a628f8e5 100644 (file)
@@ -68,6 +68,9 @@ protected:
   /// \return a list of shapes
   virtual QIntList shapeTypes() const;
 
+  /// Returns true if the event is processed.
+  virtual bool processEnter();
+
 protected:
   ModuleBase_ParamSpinBox* myXSpin;
   ModuleBase_ParamSpinBox* myYSpin;