|
ParaView
|
#include <pqSphereWidget.h>


Public Member Functions | |
| pqSphereWidget (vtkSMProxy *refProxy, vtkSMProxy *proxy, QWidget *p=0) | |
| virtual | ~pqSphereWidget () |
| virtual void | resetBounds () |
| Resets the bounds of the 3D widget to the reference proxy bounds. | |
| virtual void | resetBounds (double bounds[6]) |
| Reset the bounds to the specified bounds. | |
| virtual void | accept () |
| accept the changes. Overridden to hide handles. | |
| virtual void | reset () |
| reset the changes. Overridden to hide handles. | |
| void | enableDirection (bool) |
| When set, the widget can also be used to setup a direction vector. | |
Protected Member Functions | |
| void | createWidget (pqServer *) |
| Internal method to create the widget. | |
| void | cleanupWidget () |
| Internal method to cleanup widget. | |
Definition at line 38 of file pqSphereWidget.h.
| pqSphereWidget::pqSphereWidget | ( | vtkSMProxy * | refProxy, |
| vtkSMProxy * | proxy, | ||
| QWidget * | p = 0 |
||
| ) |
| virtual pqSphereWidget::~pqSphereWidget | ( | ) | [virtual] |
| virtual void pqSphereWidget::resetBounds | ( | ) | [inline, virtual] |
Resets the bounds of the 3D widget to the reference proxy bounds.
This typically calls PlaceWidget on the underlying 3D Widget with reference proxy bounds. This should be explicitly called after the panel is created and the widget is initialized i.e. the reference proxy, controlled proxy and hints have been set.
Reimplemented from pq3DWidget.
Definition at line 52 of file pqSphereWidget.h.
| virtual void pqSphereWidget::resetBounds | ( | double | bounds[6] | ) | [virtual] |
Reset the bounds to the specified bounds.
This typically calls PlaceWidget on the underlying 3D Widget with reference proxy bounds.
Implements pq3DWidget.
| virtual void pqSphereWidget::accept | ( | ) | [virtual] |
accept the changes. Overridden to hide handles.
Reimplemented from pq3DWidget.
| virtual void pqSphereWidget::reset | ( | ) | [virtual] |
reset the changes. Overridden to hide handles.
Reimplemented from pq3DWidget.
| void pqSphereWidget::enableDirection | ( | bool | ) |
When set, the widget can also be used to setup a direction vector.
| void pqSphereWidget::createWidget | ( | pqServer * | ) | [protected] |
Internal method to create the widget.
| void pqSphereWidget::cleanupWidget | ( | ) | [protected] |
Internal method to cleanup widget.
1.7.5.1