33 #ifndef _pqLineWidget_h 34 #define _pqLineWidget_h 37 #include "pqDeprecatedModule.h" 50 pqLineWidget(vtkSMProxy* o, vtkSMProxy* pxy, QWidget* p = 0,
51 const char* xmlname=
"LineWidgetRepresentation");
61 { this->Superclass::resetBounds(); }
64 void setControlledProperties(vtkSMProperty* point1, vtkSMProperty* point2);
65 void setLineColor(
const QColor& color);
74 vtkSMProperty * controlled_property);
77 virtual void pick(
double,
double,
double);
80 void onWidgetVisibilityChanged(
bool visible);
83 void createWidget(
pqServer* server,
const QString& xmlname);
84 void getReferenceBoundingBox(
double center[3],
double size[3]);
86 class pqImplementation;
87 pqImplementation*
const Implementation;
******DEPRECATION WARNING******* pqProxyPanel and subclasses will soon be removed from ParaView...
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...