casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
3DWindow.qo.h
Go to the documentation of this file.
1 
2 #ifndef WINDOW3D_H
3 #define WINDOW3D_H
4 
5 #include <graphics/X11/X_enter.h>
6 #include <QWidget>
7 #include <QSlider>
8 #include <QComboBox>
9 #include <QRadioButton>
10 #include <QSpinBox>
11 #include <QGroupBox>
12 #include <graphics/X11/X_exit.h>
13 
17 
18 namespace casa {
19 
20 class Window3D : public QWidget
21 {
22  Q_OBJECT
23 
24 public:
25 
26  Window3D(char* fn = 0);
27 
28 public slots:
29  void setNumColors();
30  void setPol(int);
31 
32 private:
33 
34  QGroupBox* rotGroup;
40 
41  QGroupBox* dataGroup;
43  QSpinBox* pol;
44 
45  QGroupBox* colorGroup;
46  QLineEdit* numberC;
47  QComboBox* cmap;
48  //QGroupBox* otherGroup;
49  QRadioButton* frame;
50  QSpinBox* fog;
51  QSpinBox* light;
52 
53  QComboBox* bg;
54  QSpinBox* zoom;
55 
56  QString fname;
58 
60 
61 };
62 
63 }
64 #endif
QSpinBox * pol
Definition: 3DWindow.qo.h:43
QString fname
Definition: 3DWindow.qo.h:56
QSpinBox * light
Definition: 3DWindow.qo.h:51
QGroupBox * dataGroup
Definition: 3DWindow.qo.h:41
SlideEditor * zDepth
Definition: 3DWindow.qo.h:39
SlideEditor * xDec
Definition: 3DWindow.qo.h:36
SlideEditor * xVel
Definition: 3DWindow.qo.h:37
QGroupBox * colorGroup
Definition: 3DWindow.qo.h:45
GLWidget * glWidget
Definition: 3DWindow.qo.h:57
void setNumColors()
QComboBox * bg
Definition: 3DWindow.qo.h:53
QComboBox * cmap
Definition: 3DWindow.qo.h:47
SlideEditor * zNear
Definition: 3DWindow.qo.h:38
SlideEditor * trans
Definition: 3DWindow.qo.h:42
Colorbar * colorbar
Definition: 3DWindow.qo.h:59
Window3D(char *fn=0)
QSpinBox * fog
Definition: 3DWindow.qo.h:50
void setPol(int)
QLineEdit * numberC
Definition: 3DWindow.qo.h:46
QGroupBox * rotGroup
Definition: 3DWindow.qo.h:34
QRadioButton * frame
QGroupBox* otherGroup;.
Definition: 3DWindow.qo.h:49
SlideEditor * xRa
Definition: 3DWindow.qo.h:35
QSpinBox * zoom
Definition: 3DWindow.qo.h:54