X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_FilterNoConsructionSubShapes.h;h=e2d4cbf1dbe675fa4bc7a0e1c6f3e8cac48b9ed3;hb=8b3ac2b938bd55064a6f260ca7ec9c9a84cd977e;hp=49b11279971e03af32ae48295d3114c875485a38;hpb=3190305afd2b86b05365e51589822856d6937a1b;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_FilterNoConsructionSubShapes.h b/src/ModuleBase/ModuleBase_FilterNoConsructionSubShapes.h index 49b112799..e2d4cbf1d 100644 --- a/src/ModuleBase/ModuleBase_FilterNoConsructionSubShapes.h +++ b/src/ModuleBase/ModuleBase_FilterNoConsructionSubShapes.h @@ -16,6 +16,8 @@ class ModuleBase_IWorkshop; /** +* \ingroup GUI +* \class ModuleBase_FilterNoConsructionSubShapes * A filter which provides filtering of selection in 3d viewer. * Installing of this filter lets to select objects which belong to * currently active document or to global document @@ -24,6 +26,8 @@ DEFINE_STANDARD_HANDLE(ModuleBase_FilterNoConsructionSubShapes, SelectMgr_Filter class ModuleBase_FilterNoConsructionSubShapes: public SelectMgr_Filter { public: + /// Constructor + /// \param theWorkshop instance of workshop interface Standard_EXPORT ModuleBase_FilterNoConsructionSubShapes(ModuleBase_IWorkshop* theWorkshop): SelectMgr_Filter(), myWorkshop(theWorkshop) {} @@ -38,6 +42,7 @@ public: DEFINE_STANDARD_RTTI(ModuleBase_FilterNoConsructionSubShapes) protected: + /// Instance of workshop interface ModuleBase_IWorkshop* myWorkshop; };