X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetShapeSelector.h;h=2c8a10363e630fcade439ae6b895a0545e62459f;hb=450d1bd65c11870d3942a30164518037b9a7503e;hp=7cb2427d271c4ca73153d94906d6e7d32f309301;hpb=5b0a1b660acf209c220744eb75c54652ee81efde;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetShapeSelector.h b/src/ModuleBase/ModuleBase_WidgetShapeSelector.h index 7cb2427d2..2c8a10363 100644 --- a/src/ModuleBase/ModuleBase_WidgetShapeSelector.h +++ b/src/ModuleBase/ModuleBase_WidgetShapeSelector.h @@ -27,7 +27,6 @@ class QLineEdit; class QToolButton; class ModuleBase_IWorkshop; class ModelAPI_Validator; -class GeomValidators_ShapeType; /** * \ingroup GUI @@ -70,8 +69,6 @@ Q_OBJECT virtual ~ModuleBase_WidgetShapeSelector(); - virtual bool restoreValue(); - /// Returns list of widget controls /// \return a control list virtual QList getControls() const; @@ -81,6 +78,8 @@ Q_OBJECT /// \return True in success virtual bool storeValueCustom() const; + virtual bool restoreValueCustom(); + /// Creates a backup of the current values of the attribute /// It should be realized in the specific widget because of different /// parameters of the current attribute