Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
[modules/shaper.git] / src / ModuleBase / ModuleBase_FilterNoConsructionSubShapes.h
index 49b11279971e03af32ae48295d3114c875485a38..e2d4cbf1dbe675fa4bc7a0e1c6f3e8cac48b9ed3 100644 (file)
@@ -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;
 };