X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_GeoreferencementOp.h;h=6fa244c0b1f937c9b9f114cd36755af1c7459919;hb=a1431f03eac1d1aed4203d0568d987c41ce939b3;hp=4148435529c76baddab2ddd6be69dce70a86426e;hpb=76b254e749b5fcb49f860cbdaa69e7bdd239a587;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_GeoreferencementOp.h b/src/HYDROGUI/HYDROGUI_GeoreferencementOp.h index 41484355..6fa244c0 100644 --- a/src/HYDROGUI/HYDROGUI_GeoreferencementOp.h +++ b/src/HYDROGUI/HYDROGUI_GeoreferencementOp.h @@ -25,6 +25,9 @@ #include "HYDROGUI_Operation.h" +#include + +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;