35 #include "pqDeprecatedModule.h" 38 class pq3DWidgetInternal;
99 bool widgetVisible()
const;
104 bool widgetSelected()
const;
116 virtual void resetBounds(
double bounds[6]) = 0;
122 void widgetVisibilityChanged(
bool);
127 void widgetStartInteraction();
132 void widgetEndInteraction();
137 void widgetInteraction();
143 void setWidgetVisible(
bool);
179 virtual void reset();
197 virtual void resetBounds();
217 void setPickOnMeshPoint(
bool);
227 virtual void pick(
double,
double,
double){};
232 virtual void updateMasterEnableState(
bool);
237 void handleReferenceProxyUserEvent(vtkObject*,
unsigned long,
void*);
241 bool pickOnMeshPoint()
const;
249 virtual void setControlledProperty(
const char*
function,
vtkSMProperty* controlled_property);
256 void pickingSupported(
const QKeySequence& key);
266 virtual void onControlledPropertyChanged();
272 int getReferenceInputBounds(
double bounds[6])
const;
277 virtual void updateWidgetVisibility();
282 virtual void updateWidgetState(
bool visible,
bool enable);
287 virtual void updatePickShortcut();
288 virtual void updatePickShortcut(
bool pickable);
293 pq3DWidgetInternal*
const Internal;
295 bool UseSelectionDataBounds;
297 class pqStandardWidgets;
virtual void accept()
accept the changes made to the properties changes will be propogated down to the server manager subcl...
******DEPRECATION WARNING******* pqProxyPanel and subclasses will soon be removed from ParaView...
superclass for all SM properties
virtual void deselect()
Called when the panel becomes inactive.
This is a PQ abstraction of a generic view module.
virtual void select()
Called when the panel becomes active.
virtual void setView(pqView *)
Set the view that this panel works with.
This class represents any registered Server Manager proxy.
pqRenderViewBase is an abstract base class for all render-view based views.
proxy for a VTK object(s) on a server
PQ representation for a vtkSMProxy that can be involved in a pipeline.
virtual void reset()
reset the changes made editor will query properties from the server manager
This is used by vtkPVXMLParser to represent an XML document starting at the root element.