Salome HOME
Update classes documentation
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetEditor.h
index 049188026867a320f4b08caff602ebfb513dbe02..d9c0671f7e3087e55ccd48cd0c29bb669faf5148 100644 (file)
@@ -47,6 +47,9 @@ Q_OBJECT
   /// \return true if the editor value is accepted
   bool showPopupEditor(const bool theSendSignals = true);
 
+  /// Set current cursor position
+  /// \param theX the X coordinate
+  /// \param theY the Y coordinate
   void setCursorPosition(const int theX, const int theY);
 
 private: