X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetExprEditor.h;h=310021975840233f1702942a2edbd228b0aeeb44;hb=f2f34e30b41047d12277ad87e1adf6c0e410e4ff;hp=7a54106d339902b56f083333d55289f0145b2c22;hpb=2532fb2df83ee1ddd9ff3e8b381d3788eaa15b69;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetExprEditor.h b/src/ModuleBase/ModuleBase_WidgetExprEditor.h index 7a54106d3..310021975 100644 --- a/src/ModuleBase/ModuleBase_WidgetExprEditor.h +++ b/src/ModuleBase/ModuleBase_WidgetExprEditor.h @@ -14,16 +14,10 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or +// email : webmaster.salome@opencascade.com // -/* - * ModuleBase_WidgetExprEditor.h - * - * Created on: Oct 8, 2014 - * Author: sbh - */ - #ifndef MODULEBASE_WIDGETEXPREDITOR_H_ #define MODULEBASE_WIDGETEXPREDITOR_H_ @@ -129,14 +123,14 @@ class MODULEBASE_EXPORT ModuleBase_WidgetExprEditor : public ModuleBase_ModelWid /// Redefinition of virtual method virtual QList getControls() const; - /// Returns true if the event is processed. - virtual bool processEnter(); - protected slots: /// A slot for processing text changed event void onTextChanged(); protected: + /// Returns true if the event is processed. + virtual bool processEnter(); + /// Do not initialize value on the widget activation virtual void initializeValueByActivate();