Salome HOME
Access to 'Invalid value' of altitude from Bathymetry is added.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operation.h
index dd7bcaeea8f8c25c9f3c3b31d05b8dfdfaa40614..76eab3707d1f54157cf8fafde5ed83f1fb5faa50 100644 (file)
@@ -51,13 +51,12 @@ protected:
   virtual void abortOperation();
   virtual void commitOperation();
 
-  virtual HYDROGUI_InputPanel* createInputPanel() const = 0;
+  virtual HYDROGUI_InputPanel* createInputPanel() const;
 
-  virtual bool processApply( int& theUpdateFlags );
+  virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg );
   virtual void processCancel();
 
   Handle_HYDROData_Document doc() const;
-  Handle_HYDROData_Object FindObjectByName( const QString& theName, int theKind ) const;
 
 protected slots:
   virtual void onApply();