32 #ifndef pqLinePropertyWidget_h 33 #define pqLinePropertyWidget_h 36 #include <QScopedPointer> 60 vtkSMProxy* proxy, vtkSMPropertyGroup* smgroup, QWidget* parent=0);
67 void centerOnBounds();
70 void setLineColor(
const QColor& color);
77 void pick(
double x,
double y,
double z);
78 void pickPoint1(
double x,
double y,
double z);
79 void pickPoint2(
double x,
double y,
double z);
82 void updateLengthLabel();
87 QScopedPointer<pqInternals> Internals;
88 vtkBoundingBox referenceBounds()
const;