32 #ifndef pqSplinePropertyWidget_h 33 #define pqSplinePropertyWidget_h 37 #include <QScopedPointer> 66 vtkSMProxy* proxy, vtkSMPropertyGroup* smgroup,
ModeTypes mode=SPLINE, QWidget* parent=0);
71 void setLineColor(
const QColor&);
79 void pick(
double x,
double y,
double z);
83 QScopedPointer<pqInternals> Internals;