Salome HOME
Fix for the bug #255: VTK viewer is not updated after modification of objects.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportImageOp.h
index e14249d55265e67247bdbb5790bc04b3582a04a1..5a7e858f89db5605cd1665d1e680e6e6bf076278 100644 (file)
@@ -50,8 +50,11 @@ protected:
   virtual HYDROGUI_InputPanel* createInputPanel() const;
 
   virtual bool               processApply( int& theUpdateFlags, QString& theErrorMsg );
+  bool                       isReferenceCorrect() const;
 
 protected slots:
+  virtual void               onApply();
+
   void                       onCreatePreview( QImage );
   void                       onActivatePointSelection( int );
   void                       onPointCoordChanged( bool, int, bool, int );