Added 'virtual bool SALOME_Actor::ShouldBeDisplayed()' method that infos whether the actor should be displayed or not. It is reimplemented in the VISU_Actor to get ActiveState of Visu actor.
}
}
+/*!
+ Gets know whether the actor should be displayed or not
+*/
+bool
+SALOME_Actor
+::ShouldBeDisplayed()
+{
+ return true;
+}
+
/*!
Set selector in order to the actor at any time can restore current selection
\param theSelector - new selector
void
SetVisibility( int );
+ //! Gets know whether the actor should be displayed or not
+ virtual
+ bool
+ ShouldBeDisplayed();
+
//----------------------------------------------------------------------------
//! To publish the actor an all its internal devices
virtual