Salome HOME
Fix for the bug #255: VTK viewer is not updated after modification of objects.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_GeoreferencementOp.h
index 4148435529c76baddab2ddd6be69dce70a86426e..6fa244c0b1f937c9b9f114cd36755af1c7459919 100644 (file)
@@ -25,6 +25,9 @@
 
 #include "HYDROGUI_Operation.h"
 
+#include <HYDROData_Entity.h>
+
+class SUIT_ViewWindow;
 
 class HYDROGUI_GeoreferencementOp : public HYDROGUI_Operation
 {
@@ -48,6 +51,12 @@ protected:
 
 protected slots:
   void                            onModeActivated( const int theActualMode );
+  void                            onUpdateSelection();
+  void                            onWindowActivated( SUIT_ViewWindow* theViewWindow );
+
+private:
+  void                            setPanelData( const HYDROData_SequenceOfObjects& theProfiles );
+  bool                            store( QString& theErrorMsg );
 
 private:
   int myInitialMode;