Salome HOME
PAL10332 - references are interpreted as original objects in filters, dialogs, etc.
[modules/geom.git] / src / GEOMFiltersSelection / GEOM_PreviewFilter.h
1 #ifndef GEOM_PREVIEW_FILTER_H
2 #define GEOM_PREVIEW_FILTER_H
3
4 #include <SalomeApp_Filter.h>
5 #include <Standard_Macro.hxx>
6
7 class Standard_EXPORT GEOM_PreviewFilter : public SalomeApp_Filter
8 {
9 public:
10   GEOM_PreviewFilter( SalomeApp_Study* study );
11   ~GEOM_PreviewFilter();
12
13   virtual bool                   isOk( const SUIT_DataOwner* ) const;
14 };
15
16 #endif