pqListPropertyWidget is a pqPropertyWidget that is used to show an editable list of elements.
More...
#include <pqListPropertyWidget.h>
|
virtual void | setView (pqView *) |
| called to set the active view. This will fire the viewChanged() signal. More...
|
|
template<class T > |
static QString | getXMLName (T *object) |
| Description: This static utility method returns the XML name for an object as a QString. More...
|
|
static QString | getTooltip (vtkSMProperty *property) |
| Returns the tooltip to use for the property. May return an empty string. More...
|
|
void | addPropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProperty *smproperty, int smindex=-1) |
|
void | addPropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProxy *smproxy, vtkSMProperty *smproperty, int smindex=-1) |
|
void | removePropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProperty *smproperty, int smindex=-1) |
|
void | removePropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProxy *smproxy, vtkSMProperty *smproperty, int smindex=-1) |
|
void | setShowLabel (bool show) |
|
void | setChangeAvailableAsChangeFinished (bool status) |
| For most pqPropertyWidget subclasses a changeAvailable() signal, corresponds to a changeFinished() signal. More...
|
|
void | addDecorator (pqPropertyWidgetDecorator *) |
| Register a decorator. More...
|
|
pqPropertyLinks & | links () |
| Provides access to the pqPropertyLinks instance. More...
|
|
pqListPropertyWidget is a pqPropertyWidget that is used to show an editable list of elements.
This is suitable for int/idtype/double/string vector properties with multiple elements, useful for allowing the user to change a range of values without adding or removing entries from it.
Definition at line 46 of file pqListPropertyWidget.h.
§ pqListPropertyWidget()
pqListPropertyWidget::pqListPropertyWidget |
( |
vtkSMProxy * |
smproxy, |
|
|
vtkSMProperty * |
smproperty, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
§ ~pqListPropertyWidget()
virtual pqListPropertyWidget::~pqListPropertyWidget |
( |
| ) |
|
|
virtual |
§ value()
QList<QVariant> pqListPropertyWidget::value |
( |
| ) |
const |
Methods used to set/get the value for the widget.
§ setValue()
void pqListPropertyWidget::setValue |
( |
const QList< QVariant > & |
value | ) |
|
§ valueChanged
void pqListPropertyWidget::valueChanged |
( |
| ) |
|
|
signal |
§ value
QList<QVariant> pqListPropertyWidget::value |
|
readwrite |
The documentation for this class was generated from the following file: