Salome HOME
refs #514: add 'Cursor for specific operations' section into preferences of HYDRO...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_InputPanel.cxx
index 2ecb4c885b6d7a16c61106acb0bfeb5abcc28aa5..a496a82d7c416e31d2e9832ebab8dd8b45edd65f 100644 (file)
@@ -83,6 +83,16 @@ HYDROGUI_Module* HYDROGUI_InputPanel::module() const
   return myModule;
 }
 
+bool HYDROGUI_InputPanel::isApplyEnabled() const
+{
+    return myApply->isEnabled();
+}
+
+void HYDROGUI_InputPanel::setApplyEnabled( bool on )
+{
+    myApply->setEnabled( on );
+}
+
 void HYDROGUI_InputPanel::onApply()
 {
   emit panelApply();