pqSuperquadricTensorGlyphPanel.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 
3 #ifndef __pqSuperquadricTensorGlyphPanel_h
4 #define __pqSuperquadricTensorGlyphPanel_h
5 
6 // Qt Includes.
7 #include <QCheckBox>
8 #include <QComboBox>
9 #include <QLabel>
10 #include <QWidget>
11 #include <QtDebug>
12 
13 // ParaView Includes.
14 #include <pqAutoGeneratedObjectPanel.h>
15 #include <pqComboBoxDomain.h>
16 #include <vtkPVConfig.h>
17 
18 
24 {
25  Q_OBJECT;
27 
28 public:
29  pqSuperquadricTensorGlyphPanel(pqProxy *proxy, QWidget *p);
30 
31 private:
32 
33 protected:
35  QCheckBox *ColorGlyphsWidget;
37 
45  QWidget* ColorModeWidget;
46  QLabel* ColorModeLabel;
49 
50 protected slots:
51 
52 };
53 
54 #endif //__pqSuperquadricTensorGlyphPanel_h
Definition: pqSuperquadricTensorGlyphPanel.h:24
pqSuperquadricTensorGlyphPanel(pqProxy *proxy, QWidget *p)
QLabel * MaxScaleFactorLabel
Definition: pqSuperquadricTensorGlyphPanel.h:48
QCheckBox * LimitScalingByEigenvaluesWidget
Definition: pqSuperquadricTensorGlyphPanel.h:36
QWidget * GammaRoundnessWidget
Definition: pqSuperquadricTensorGlyphPanel.h:38
QLabel * PhiRoundnessLabel
Definition: pqSuperquadricTensorGlyphPanel.h:41
QCheckBox * ColorGlyphsWidget
Definition: pqSuperquadricTensorGlyphPanel.h:35
QWidget * MaxScaleFactorWidget
Definition: pqSuperquadricTensorGlyphPanel.h:47
QWidget * InputScalarsWidget
Definition: pqSuperquadricTensorGlyphPanel.h:44
pqAutoGeneratedObjectPanel Superclass
Definition: pqSuperquadricTensorGlyphPanel.h:25
QWidget * ColorModeWidget
Definition: pqSuperquadricTensorGlyphPanel.h:45
QWidget * ThetaRoundnessWidget
Definition: pqSuperquadricTensorGlyphPanel.h:42
QCheckBox * FixedThetaPhiRoundnessWidget
Definition: pqSuperquadricTensorGlyphPanel.h:34
QWidget * PhiRoundnessWidget
Definition: pqSuperquadricTensorGlyphPanel.h:40
QLabel * GammaRoundnessLabel
Definition: pqSuperquadricTensorGlyphPanel.h:39
QLabel * ThetaRoundnessLabel
Definition: pqSuperquadricTensorGlyphPanel.h:43
QLabel * ColorModeLabel
Definition: pqSuperquadricTensorGlyphPanel.h:46