]> SALOME platform Git repositories - modules/geom.git/blob - src/DlgRef/DlgRef_2Sel3Spin2Rb.h
Salome HOME
Bug 0020043: EDF 865 GEOM: Object is non valid after translation. Fix object after...
[modules/geom.git] / src / DlgRef / DlgRef_2Sel3Spin2Rb.h
1 //  File   : DlgRef_2Sel3Spin2Rb.h
2 //  Author : Dmitry MATVEITCHEV
3 //  Module : GEOM
4 //  $Header: 
5
6 #ifndef DLGREF_2SEL3SPIN2RB_H
7 #define DLGREF_2SEL3SPIN2RB_H
8
9 #include "GEOM_DlgRef.hxx"
10
11 #include "DlgRef_2Sel3Spin2Rb_QTD.h"
12 #include "DlgRef_SpinBox.h"
13
14 class GEOM_DLGREF_EXPORT DlgRef_2Sel3Spin2Rb : public DlgRef_2Sel3Spin2Rb_QTD
15
16     Q_OBJECT
17
18 public:
19     DlgRef_2Sel3Spin2Rb(QWidget* parent = 0, const char* name = 0, WFlags fl = 0);
20     ~DlgRef_2Sel3Spin2Rb();
21
22     DlgRef_SpinBox* SpinBox_DX;
23     DlgRef_SpinBox* SpinBox_DY;
24     DlgRef_SpinBox* SpinBox_DZ;
25 };
26
27 #endif // DLGREF_2SEL3SPIN2RB_H