Salome HOME
*** empty log message ***
[modules/visu.git] / src / VISUGUI / VisuGUI_NonIsometricDlg.h
1 //  VISU VISUGUI : GUI of VISU component
2 //
3 //  Copyright (C) 2003  CEA/DEN, EDF R&D
4 //
5 //
6 //
7 //  File   : VisuGUI_NonIsometricDlg.h
8 //  Author : Vasily Rusyaev
9 //  Module : VISU
10 //  $Header$
11
12 #ifndef VisuGUI_NONISOMETRICDLG_H
13 #define VisuGUI_NONISOMETRICDLG_H
14
15 #include <qdialog.h>
16 class QtxDblSpinBox;
17 class QPushButton;
18
19 class VisuGUI_NonIsometricDlg : public QDialog
20 {
21   Q_OBJECT
22
23 public:
24   VisuGUI_NonIsometricDlg (QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0);
25   ~VisuGUI_NonIsometricDlg();
26
27 private:
28   QtxDblSpinBox* m_sbXcoeff;
29   QtxDblSpinBox* m_sbYcoeff;
30   QtxDblSpinBox* m_sbZcoeff;
31   QPushButton*   m_bReset  ;
32
33 private slots:
34   void onClickApply();
35   void onClickReset();
36   void onClickOk();
37   void onFunctionChanged();
38 };
39
40 #endif // VisuGUI_NONISOMETRICDLG_H