Salome HOME
Improvement: now in rules you can use "canBeDisplayed" parameter. It is true, if...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Displayer.h
index 4b4e3eea0e27395cf88244234476b938ec8dbdf7..8b030526e7f27362a72b1ac2d9051a79a33332dd 100644 (file)
@@ -41,6 +41,7 @@ public:
   ~SMESHGUI_Displayer();
 
   virtual SALOME_Prs* buildPresentation( const QString&, SALOME_View* = 0 );
+  virtual bool        canBeDisplayed( const QString& /*entry*/, const QString& /*viewer_type*/ ) const;
 
 protected:
   SalomeApp_Study* study() const;