X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetShapeSelector.h;h=6ac087fbb9530e0e66900111674517323609cb7a;hb=5982960d3b8b17e5ab2f795e49f9daa00383e49c;hp=35ce69e16362d6b2dd60216a2062cebc8892ffed;hpb=2469ecd08c3b16def494626928ff81e575bdfe3d;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetShapeSelector.h b/src/ModuleBase/ModuleBase_WidgetShapeSelector.h index 35ce69e16..6ac087fbb 100644 --- a/src/ModuleBase/ModuleBase_WidgetShapeSelector.h +++ b/src/ModuleBase/ModuleBase_WidgetShapeSelector.h @@ -10,7 +10,6 @@ #include "ModuleBase.h" #include "ModuleBase_WidgetSelector.h" #include "ModuleBase_ViewerFilters.h" -#include #include #include @@ -26,6 +25,7 @@ class QLabel; class QLineEdit; class QToolButton; class ModuleBase_IWorkshop; +class ModuleBase_ViewerPrs; class ModelAPI_Validator; /** @@ -84,7 +84,7 @@ Q_OBJECT protected: /// Saves the internal parameters to the given feature /// \return True in success - virtual bool storeValueCustom() const; + virtual bool storeValueCustom(); virtual bool restoreValueCustom(); @@ -96,7 +96,7 @@ Q_OBJECT /// Retunrs a list of possible shape types /// \return a list of shapes - virtual QIntList getShapeTypes() const; + virtual QIntList shapeTypes() const; /// Get the shape from the attribute if the attribute contains a shape, e.g. selection attribute /// \return a shape