X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetValidated.h;h=385f11a00f04e334e29fd048ebad38dc6765ae0e;hb=450d1bd65c11870d3942a30164518037b9a7503e;hp=f1a5ef17ee27842fb50ca4362c0fbef5de396996;hpb=3b6472899555f2186d09f45f4f1fde38b3af969a;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetValidated.h b/src/ModuleBase/ModuleBase_WidgetValidated.h index f1a5ef17e..385f11a00 100644 --- a/src/ModuleBase/ModuleBase_WidgetValidated.h +++ b/src/ModuleBase/ModuleBase_WidgetValidated.h @@ -67,10 +67,6 @@ class MODULEBASE_EXPORT ModuleBase_WidgetValidated : public ModuleBase_ModelWidg //! Returns data object by AIS ObjectPtr findPresentedObject(const AISObjectPtr& theAIS) const; - /// It obtains selection filters from the workshop and activates them in the active viewer - /// \param toActivate a flag about activation or deactivation the filters - void activateFilters(const bool toActivate); - protected: /// Creates a backup of the current values of the attribute /// It should be realized in the specific widget because of different @@ -123,6 +119,10 @@ protected: /// \param theValues a list of presentations. void filterPresentations(QList& theValues); + /// It obtains selection filters from the workshop and activates them in the active viewer + /// \param toActivate a flag about activation or deactivation the filters + void activateFilters(const bool toActivate); + protected: /// Reference to workshop ModuleBase_IWorkshop* myWorkshop;