Salome HOME
NRI : Update in order to search MODULES documentation and open active MODULE document...
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI_TrihedronSizeDlg.h
1 //  File      : SALOMEGUI_TrihedronSizeDlg.h
2 //  Created   : Fri Mar 22 16:33:18 2002
3 //  Author    : Nicolas REJNERI
4 //  Project   : SALOME
5 //  Module    : SALOMEGUI
6 //  Copyright : Open CASCADE 2002
7 //  $Header$
8
9 #ifndef SALOMEGUI_TRIHEDRON_SIZE_DLG_H
10 #define SALOMEGUI_TRIHEDRON_SIZE_DLG_H
11
12 #include <qdialog.h>
13
14 class QSpinBox;
15
16 class SALOMEGUI_TrihedronSizeDlg : public QDialog
17
18   Q_OBJECT
19
20 public:
21     SALOMEGUI_TrihedronSizeDlg( QWidget* parent = 0 );
22     ~SALOMEGUI_TrihedronSizeDlg();
23
24     void setTrihedronSize(const int size);
25     int  getTrihedronSize();
26
27 protected:
28     QSpinBox* SpinBox;
29 };
30
31 #endif // SALOMEGUI_TRIHEDRON_SIZE_DLG_H