Salome HOME
Observe Image operation.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_TwoImagesOp.h
index 2fc1e0cc74a478bed870cf593b2d7132d434044a..ee3bbda7ce5652bce3a32808c86154fad114bbff 100644 (file)
@@ -37,10 +37,11 @@ public:
   virtual ~HYDROGUI_TwoImagesOp();
 
 protected:
+  virtual void               startOperation();
+
   virtual HYDROGUI_InputPanel* createInputPanel() const;
 
-protected slots:
-  virtual void onApply();
+  virtual bool               processApply( int& theUpdateFlags, QString& theErrorMsg );
 
 private:
   int myType;