33 #ifndef _pqLineWidget_h 34 #define _pqLineWidget_h 37 #include "pqDeprecatedModule.h" 53 const char* xmlname =
"LineWidgetRepresentation");
64 virtual void resetBounds() { this->Superclass::resetBounds(); }
68 void setLineColor(
const QColor& color);
81 virtual void pick(
double,
double,
double);
84 void onWidgetVisibilityChanged(
bool visible);
87 void createWidget(
pqServer* server,
const QString& xmlname);
88 void getReferenceBoundingBox(
double center[3],
double size[3]);
90 class pqImplementation;
91 pqImplementation*
const Implementation;
******DEPRECATION WARNING******* pqProxyPanel and subclasses will soon be removed from ParaView...
superclass for all SM properties
proxy for a VTK object(s) on a server
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...