Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Wizard.h
index c0a8855143d1c14d024a8636a432c552262b02df..333f146043927ef91ad9736c5307644c99195d71 100644 (file)
@@ -40,6 +40,8 @@ public:
   int              addPage( QWizardPage* thePage );
   QStackedWidget*  wizard() const;
 
+  QPushButton*     BackButton();
+
 public slots:
   void             onNext();
   void             onBack();
@@ -56,6 +58,10 @@ protected:
   // Reimplement this method in your subclass to verify user input data.
   virtual bool    acceptCurrent() const;
 
+  virtual bool    IsLastPage();
+
+  void            SetButtonsState (bool IsLastPage);
+
 private:
   QStackedWidget* myWizard;
   QPushButton*    myNext;