|
ParaView
|
Provides a complete Qt UI for working with a 3D line widget. More...
#include <pqLineSourceWidget.h>


Public Member Functions | |
| pqLineSourceWidget (vtkSMProxy *o, vtkSMProxy *pxy, QWidget *p=0) | |
| ~pqLineSourceWidget () | |
| void | setControlledProperties (vtkSMProperty *point1, vtkSMProperty *point2, vtkSMProperty *resolution) |
| 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 3D line widget.
Definition at line 41 of file pqLineSourceWidget.h.
| pqLineSourceWidget::pqLineSourceWidget | ( | vtkSMProxy * | o, |
| vtkSMProxy * | pxy, | ||
| QWidget * | p = 0 |
||
| ) |
| pqLineSourceWidget::~pqLineSourceWidget | ( | ) |
| void pqLineSourceWidget::setControlledProperties | ( | vtkSMProperty * | point1, |
| vtkSMProperty * | point2, | ||
| vtkSMProperty * | resolution | ||
| ) |
| virtual void pqLineSourceWidget::setControlledProperty | ( | const char * | function, |
| vtkSMProperty * | controlled_property | ||
| ) | [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 pqLineWidget.
1.7.5.1