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 e8c362b4287d200e78113073dd69d9be2ed9ce4f..6fa244c0b1f937c9b9f114cd36755af1c7459919 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "HYDROGUI_Operation.h"
 
+#include <HYDROData_Entity.h>
+
 class SUIT_ViewWindow;
 
 class HYDROGUI_GeoreferencementOp : public HYDROGUI_Operation
@@ -49,8 +51,13 @@ 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;
 };