Provides a standard user interface component for manipulating a list of scalar samples.
More...
#include <pqSampleScalarWidget.h>
Inherits QWidget.
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::pqSampleScalarWidget |
( |
bool |
preserve_order, |
|
|
QWidget * |
Parent = 0 |
|
) |
| |
§ ~pqSampleScalarWidget()
pqSampleScalarWidget::~pqSampleScalarWidget |
( |
| ) |
|
§ setDataSources()
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.
§ accept()
void pqSampleScalarWidget::accept |
( |
| ) |
|
§ reset()
void pqSampleScalarWidget::reset |
( |
| ) |
|
§ samples()
QList<QVariant> pqSampleScalarWidget::samples |
( |
| ) |
|
§ setSamples()
void pqSampleScalarWidget::setSamples |
( |
QList< QVariant > |
samples | ) |
|
§ samplesChanged
void pqSampleScalarWidget::samplesChanged |
( |
| ) |
|
|
signal |
Signal emitted whenever the set of samples changes.
§ samples
QVariantList pqSampleScalarWidget::samples |
|
readwrite |
The documentation for this class was generated from the following file: