Salome HOME
PR: merge from branch BR_UnitTests tag mergeto_trunk_17oct05
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI_SetValueDlg.h
index 428b1900865ad89739f7d5fd8f8a919f48680920..3b5bd02b989fdf9262cdc66759d947f189635586 100644 (file)
@@ -1,9 +1,12 @@
-//  File      : SALOMEGUI_SetValueDlg.h
-//  Created   : Wed Jan 21 16:38:42 2001
-//  Author    : Vadim SANDLER
-//  Project   : SALOME
-//  Module    : SALOMEGUI
-//  Copyright : Open CASCADE
+//  SALOME SALOMEGUI : implementation of desktop and GUI kernel
+//
+//  Copyright (C) 2003  CEA/DEN, EDF R&D
+//
+//
+//
+//  File   : SALOMEGUI_SetValueDlg.h
+//  Author : Vadim SANDLER
+//  Module : SALOME
 //  $Header$
 
 #ifndef SALOMEGUI_SETVALUEDLG_H
@@ -33,11 +36,20 @@ public:
                              const int      oldValue = 0,
                              bool*          ok = 0, 
                              QWidget*       parent = 0 );
+  static int      getInteger( const QString& caption, 
+                             const QString& label, 
+                             int            bottom,
+                             int            top,
+                             const int      oldValue = 0,
+                             bool*          ok = 0, 
+                             QWidget*       parent = 0 );
   static double   getDouble ( const QString& caption, 
                              const QString& label, 
                              const double   oldValue = 0.0,
                              bool*          ok = 0, 
                              QWidget*       parent = 0 );
+public slots:
+  void accept();
 
 private:
   SALOMEGUI_SetValueDlg( QWidget* parent = 0 );