Salome HOME
Feature 32: Image presentation in OCCViewer.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ObjSelector.cxx
index f97212a04ae532b222dc4ef024fcceb7530c43e8..a79c1f6b2d1cea3102cc98d318992090a2396f54 100644 (file)
@@ -122,3 +122,8 @@ void HYDROGUI_ObjSelector::Clear()
   myObjName->clear();
   myBtn->setChecked( false );
 }
+
+void HYDROGUI_ObjSelector::SetChecked( const bool theState )
+{
+  myBtn->setChecked( theState );
+}