X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSALOMEGUI%2FSALOMEGUI_SetValueDlg.h;h=3b5bd02b989fdf9262cdc66759d947f189635586;hb=1bd1d38e86c39b13e265f8ff534fc1463c25fef3;hp=428b1900865ad89739f7d5fd8f8a919f48680920;hpb=4655b0b0eb5345da6a86852021014b0cbae2ad30;p=modules%2Fkernel.git diff --git a/src/SALOMEGUI/SALOMEGUI_SetValueDlg.h b/src/SALOMEGUI/SALOMEGUI_SetValueDlg.h index 428b19008..3b5bd02b9 100644 --- a/src/SALOMEGUI/SALOMEGUI_SetValueDlg.h +++ b/src/SALOMEGUI/SALOMEGUI_SetValueDlg.h @@ -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 );