From: apo Date: Mon, 19 Sep 2005 12:23:40 +0000 (+0000) Subject: To implement missed function X-Git-Tag: BR-D5-38-2003_D2005-12-10~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0841881b86d572da163f5283d967f56b1114fd44;p=modules%2Fgui.git To implement missed function --- diff --git a/src/SVTK/SVTK_ViewWindow.cxx b/src/SVTK/SVTK_ViewWindow.cxx index e34229ade..d75358b6c 100755 --- a/src/SVTK/SVTK_ViewWindow.cxx +++ b/src/SVTK/SVTK_ViewWindow.cxx @@ -247,6 +247,14 @@ SVTK_ViewWindow return myView->isInViewer( theIO ); } +//---------------------------------------------------------------- +bool +SVTK_ViewWindow +::isVisible( const Handle(SALOME_InteractiveObject)& theIO ) +{ + return myView->isVisible( theIO ); +} + //---------------------------------------------------------------- void SVTK_ViewWindow