Salome HOME
refs #98 - Default color for constraints
[modules/shaper.git] / src / NewGeom / NewGeom_OCCSelector.h
1 #ifndef NewGeom_OCCSelector_H
2 #define NewGeom_OCCSelector_H
3
4 #include "NewGeom.h"
5
6 #include <LightApp_OCCSelector.h>
7
8 class NewGeom_EXPORT NewGeom_OCCSelector : public LightApp_OCCSelector
9 {
10  public:
11   NewGeom_OCCSelector(OCCViewer_Viewer* theViewer, SUIT_SelectionMgr* theMgr);
12   virtual ~NewGeom_OCCSelector();
13
14  protected:
15   virtual void getSelection(SUIT_DataOwnerPtrList& theList) const;
16   virtual void setSelection(const SUIT_DataOwnerPtrList& theList);
17 };
18
19 #endif