X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Filters.h;h=aba48302f78784315be71582cc63fc014fd4f608;hb=6f84fd29d85b783864cdbb3ac9fdd6a3ad3cbb7c;hp=56a34e531a7b21f8bc7ea4d5938fba245a0e6694;hpb=3874b57fe5aba25ff5aee2a07654fc23c1ee8eb0;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Filters.h b/src/PartSet/PartSet_Filters.h index 56a34e531..aba48302f 100644 --- a/src/PartSet/PartSet_Filters.h +++ b/src/PartSet/PartSet_Filters.h @@ -11,15 +11,21 @@ /** +* \class PartSet_GlobalFilter +* \ingroup Modules * A class which filters groups object in addition to documents (see issue #310) */ DEFINE_STANDARD_HANDLE(PartSet_GlobalFilter, ModuleBase_ShapeDocumentFilter); class PartSet_GlobalFilter: public ModuleBase_ShapeDocumentFilter { public: + /// Constructor + /// \param theWorkshop a pointer to workshop PartSet_GlobalFilter(ModuleBase_IWorkshop* theWorkshop) : ModuleBase_ShapeDocumentFilter(theWorkshop) {} + /// Returns True if selected presentation can be selected + /// \param theOwner an owner of the persentation Standard_EXPORT virtual Standard_Boolean IsOk(const Handle(SelectMgr_EntityOwner)& theOwner) const; DEFINE_STANDARD_RTTI(PartSet_GlobalFilter)