X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetEditor.h;h=4c485d19974c8543045c5be5a6c38d22b5fecb19;hb=e85bb4f7065e5750e48a7c77056c80c0fa18e559;hp=809ccd4ec94ee38ed5e66db241608e92179a3f2a;hpb=1e1b7ad082844bc8bdbbd002ae8ca1c0c7e5010f;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetEditor.h b/src/ModuleBase/ModuleBase_WidgetEditor.h index 809ccd4ec..4c485d199 100644 --- a/src/ModuleBase/ModuleBase_WidgetEditor.h +++ b/src/ModuleBase/ModuleBase_WidgetEditor.h @@ -68,6 +68,7 @@ Q_OBJECT /// \param theY the Y coordinate void setCursorPosition(const int theX, const int theY); +protected: /// Returns true if the event is processed. virtual bool processEnter(); @@ -76,10 +77,13 @@ Q_OBJECT private: /// Show editor + /// \param theSpinMinValue a minimal value of popup menu spin box + /// \param theSpinMaxValue a maximum value of popup menu spin box /// \param theOutValue a result value /// \param theOutText a result text /// \return true if the editor value is accepted - bool editedValue(double& theOutValue, QString& theOutText); + bool editedValue(double theSpinMinValue, double theSpinMaxValue, + double& theOutValue, QString& theOutText); private: ///< the current widget feature