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


Public Slots | |
| void | onXAxis () |
| void | onYAxis () |
| void | onZAxis () |
Public Member Functions | |
| pqLineWidget (vtkSMProxy *o, vtkSMProxy *pxy, QWidget *p=0, const char *xmlname="LineWidgetRepresentation") | |
| ~pqLineWidget () | |
| 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. | |
| void | setControlledProperties (vtkSMProperty *point1, vtkSMProperty *point2) |
| void | setLineColor (const QColor &color) |
Protected Member Functions | |
| virtual void | setControlledProperty (const char *function, vtkSMProperty *controlled_property) |
| Subclasses can override this method to map properties to GUI. | |
| virtual void | pick (double, double, double) |
| Called on pick. | |
Provides a complete Qt UI for working with a 3D line widget.
Definition at line 43 of file pqLineWidget.h.
| pqLineWidget::pqLineWidget | ( | vtkSMProxy * | o, |
| vtkSMProxy * | pxy, | ||
| QWidget * | p = 0, |
||
| const char * | xmlname = "LineWidgetRepresentation" |
||
| ) |
| pqLineWidget::~pqLineWidget | ( | ) |
| virtual void pqLineWidget::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 60 of file pqLineWidget.h.
| virtual void pqLineWidget::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.
| void pqLineWidget::setControlledProperties | ( | vtkSMProperty * | point1, |
| vtkSMProperty * | point2 | ||
| ) |
| void pqLineWidget::setLineColor | ( | const QColor & | color | ) |
| void pqLineWidget::onXAxis | ( | ) | [slot] |
| void pqLineWidget::onYAxis | ( | ) | [slot] |
| void pqLineWidget::onZAxis | ( | ) | [slot] |
| virtual void pqLineWidget::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.
Reimplemented in pqLineSourceWidget.
Called on pick.
Reimplemented from pq3DWidget.
1.7.5.1