|
ParaView
|
Provides a standard user interface component for manipulating a list of scalar samples. More...
#include <pqSampleScalarWidget.h>
Signals | |
| void | samplesChanged () |
| Signal emitted whenever the set of samples changes. | |
Public Member Functions | |
| pqSampleScalarWidget (bool preserve_order, QWidget *Parent=0) | |
| ~pqSampleScalarWidget () | |
| void | setDataSources (pqSMProxy controlled_proxy, vtkSMDoubleVectorProperty *sample_property, vtkSMProperty *range_property=0) |
| Sets the server manager objects that will be controlled by the widget. | |
| void | accept () |
| Accept pending changes. | |
| void | reset () |
| Reset pending changes. | |
| QList< QVariant > | samples () |
| void | setSamples (QList< QVariant > samples) |
Properties | |
| QVariantList | samples |
Provides a standard user interface component for manipulating a list of scalar samples.
Current uses include: specifying the set of "slices" for the Cut filter, and specifying the set of contour values for the Contour filter.
Definition at line 53 of file pqSampleScalarWidget.h.
| pqSampleScalarWidget::pqSampleScalarWidget | ( | bool | preserve_order, |
| QWidget * | Parent = 0 |
||
| ) |
| pqSampleScalarWidget::~pqSampleScalarWidget | ( | ) |
| void pqSampleScalarWidget::setDataSources | ( | pqSMProxy | controlled_proxy, |
| vtkSMDoubleVectorProperty * | sample_property, | ||
| vtkSMProperty * | range_property = 0 |
||
| ) |
Sets the server manager objects that will be controlled by the widget.
| void pqSampleScalarWidget::accept | ( | ) |
Accept pending changes.
| void pqSampleScalarWidget::reset | ( | ) |
Reset pending changes.
| QList<QVariant> pqSampleScalarWidget::samples | ( | ) |
| void pqSampleScalarWidget::setSamples | ( | QList< QVariant > | samples | ) |
| void pqSampleScalarWidget::samplesChanged | ( | ) | [signal] |
Signal emitted whenever the set of samples changes.
QVariantList pqSampleScalarWidget::samples [read, write] |
Definition at line 59 of file pqSampleScalarWidget.h.
1.7.5.1