X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Wizard.h;h=2d31434ab1225f63887e4c1134c337ae3d2b64d4;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=39f4fbf2b2f32dc9164112d2b020f58b206daac5;hpb=cc6e0c0f0c273dce8decc92a2e931f28067042a5;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Wizard.h b/src/HYDROGUI/HYDROGUI_Wizard.h index 39f4fbf2..2d31434a 100644 --- a/src/HYDROGUI/HYDROGUI_Wizard.h +++ b/src/HYDROGUI/HYDROGUI_Wizard.h @@ -45,8 +45,18 @@ public: QStackedWidget* wizard() const; public slots: - void onNext(); - void onBack(); + void onNext(); + void onBack(); + +signals: + void Next( const int ); + void Back( const int ); + +protected: + + // Returns the state of current page filing. + // Reimplement this method in your subclass to verify user input data. + virtual bool acceptCurrent() const; private: QStackedWidget* myWizard;