|
ParaView
|
Provides a complete Qt UI for working with a vtkPointSource filter. More...
#include <pqPointSourceWidget.h>


Public Member Functions | |
| pqPointSourceWidget (vtkSMProxy *o, vtkSMProxy *pxy, QWidget *p=0) | |
| ~pqPointSourceWidget () | |
| virtual void | resetBounds (double bounds[6]) |
| Resets the bounds of the 3D widget to the reference proxy bounds. | |
| virtual void | resetBounds () |
| Resets the bounds of the 3D widget to the reference proxy bounds. | |
Protected Member Functions | |
| virtual void | setControlledProperty (const char *function, vtkSMProperty *controlled_property) |
| Subclasses can override this method to map properties to GUI. | |
Provides a complete Qt UI for working with a vtkPointSource filter.
Definition at line 44 of file pqPointSourceWidget.h.
| pqPointSourceWidget::pqPointSourceWidget | ( | vtkSMProxy * | o, |
| vtkSMProxy * | pxy, | ||
| QWidget * | p = 0 |
||
| ) |
| pqPointSourceWidget::~pqPointSourceWidget | ( | ) |
| virtual void pqPointSourceWidget::resetBounds | ( | double | bounds[6] | ) | [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 pqHandleWidget.
| virtual void pqPointSourceWidget::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 pqHandleWidget.
Definition at line 61 of file pqPointSourceWidget.h.
| virtual void pqPointSourceWidget::setControlledProperty | ( | const char * | function, |
| vtkSMProperty * | controlled_property | ||
| ) | [protected, virtual] |
Subclasses can override this method to map properties to GUI.
Default implementation updates the internal datastructures so that default implementations can be provided for accept/reset.
Reimplemented from pq3DWidget.
1.7.5.1