Salome HOME
Issue #394 Undo-ing a Sketch element
[modules/shaper.git] / src / NewGeom / NewGeom_OCCSelector.h
index e086444f00aaae86b1f79ca567a6b3f096bff860..d27a62c79d54fd8720b257839eba0a7da6df3492 100644 (file)
@@ -7,14 +7,24 @@
 
 #include <LightApp_OCCSelector.h>
 
+/**
+* \ingroup Salome
+* Redefinition of standard OCC selector in order to adapt it to NewGeom needs
+*/
 class NewGeom_EXPORT NewGeom_OCCSelector : public LightApp_OCCSelector
 {
  public:
+   /// Constructor
+   /// \param theViewer a viewer
+   /// \param theMgr a selection manager
   NewGeom_OCCSelector(OCCViewer_Viewer* theViewer, SUIT_SelectionMgr* theMgr);
   virtual ~NewGeom_OCCSelector();
 
  protected:
+   /// Redifinition of virtual function
   virtual void getSelection(SUIT_DataOwnerPtrList& theList) const;
+
+   /// Redifinition of virtual function
   virtual void setSelection(const SUIT_DataOwnerPtrList& theList);
 };