ParaView
Signals | Public Member Functions | Properties
pqSampleScalarWidget Class Reference

Provides a standard user interface component for manipulating a list of scalar samples. More...

#include <pqSampleScalarWidget.h>

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

pqSampleScalarWidget::pqSampleScalarWidget ( bool  preserve_order,
QWidget *  Parent = 0 
)
pqSampleScalarWidget::~pqSampleScalarWidget ( )

Member Function Documentation

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.


Property Documentation

QVariantList pqSampleScalarWidget::samples [read, write]

Definition at line 59 of file pqSampleScalarWidget.h.


The documentation for this class was generated from the following file: