X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetLineEdit.h;h=78e8e50de4ec87fc66d6c6f3f23a38f9da259bf2;hb=374a366d81778aa27ed32cc080c0f95bdb03f1c5;hp=ac67b871378f4914be06bdba58a449fe442e35ab;hpb=a94fc319f2aa64b43c9a73b5ff7063923648faec;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetLineEdit.h b/src/ModuleBase/ModuleBase_WidgetLineEdit.h index ac67b8713..78e8e50de 100644 --- a/src/ModuleBase/ModuleBase_WidgetLineEdit.h +++ b/src/ModuleBase/ModuleBase_WidgetLineEdit.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2021 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// 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 // #ifndef MODULEBASE_WIDGETLINEEDIT_H_ @@ -52,10 +51,13 @@ class MODULEBASE_EXPORT ModuleBase_WidgetLineEdit : public ModuleBase_ModelWidge /// Redefinition of virtual method virtual QList getControls() const; + /// Returns True if data of its feature was modified during operation + virtual bool isModified() const; + +protected: /// Returns true if the event is processed. virtual bool processEnter(); -protected: /// Saves the internal parameters to the given feature /// \return True in success virtual bool storeValueCustom(); @@ -63,7 +65,6 @@ protected: /// Redefinition of virtual method virtual bool restoreValueCustom(); -private: /// A line edit control QLineEdit* myLineEdit; };