Salome HOME
Profile object creation.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_GeoreferencementOp.h
index 4148435529c76baddab2ddd6be69dce70a86426e..e76cbd1222bf361b9f85eff43ee55dd4f302d519 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "HYDROGUI_Operation.h"
 
+class SUIT_ViewWindow;
 
 class HYDROGUI_GeoreferencementOp : public HYDROGUI_Operation
 {
@@ -48,6 +49,10 @@ protected:
 
 protected slots:
   void                            onModeActivated( const int theActualMode );
+  void                            onWindowActivated( SUIT_ViewWindow* theViewWindow );
+
+private:
+  bool                            store( QString& theErrorMsg );
 
 private:
   int myInitialMode;