]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_IPropertyPanel.h
Salome HOME
Add tools
[modules/shaper.git] / src / ModuleBase / ModuleBase_IPropertyPanel.h
index 516fdf3a6430e374fae22b2c022e58e6cb2dc8b0..c8c0f17215af55092aa3e6c2247a1677ac39490d 100644 (file)
@@ -48,6 +48,9 @@ public:
   /// \return State of editing mode flag
   bool isEditingMode() const { return myIsEditing; }
 
+  /// Set focus on the Ok button
+  virtual void setFocusOnOkButton() = 0;
+
   /// Set Enable/Disable state of Cancel button
   /// \param theEnabled Enable/Disable state of Cancel button
   virtual void setCancelEnabled(bool theEnabled) = 0;