#include <pqCompositeTreePropertyWidget.h>
|
| virtual void | setView (pqView *) |
| | called to set the active view. 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. More...
|
| |
| static int | hintsWidgetHeightNumberOfRows (vtkPVXMLElement *hints, int defaultValue=10) |
| | Helper method to return value from WidgetHeight XML hint, if any. 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...
|
| |
| void | removeDecorator (pqPropertyWidgetDecorator *) |
| | Unregisters a decorator. More...
|
| |
| pqPropertyLinks & | links () |
| | Provides access to the pqPropertyLinks instance. More...
|
| |
◆ pqCompositeTreePropertyWidget()
◆ ~pqCompositeTreePropertyWidget()
| pqCompositeTreePropertyWidget::~pqCompositeTreePropertyWidget |
( |
| ) |
|
|
override |
◆ values()
| QList<QVariant> pqCompositeTreePropertyWidget::values |
( |
| ) |
const |
API to get/set the selected values.
What there values represents depends on the domain and the property e.g. it can represent flat indices or amr-level number or (amr-level, amr-block) pairs.
◆ setValues()
| void pqCompositeTreePropertyWidget::setValues |
( |
const QList< QVariant > & |
values | ) |
|
◆ valuesChanged
| void pqCompositeTreePropertyWidget::valuesChanged |
( |
| ) |
|
|
signal |
◆ values
| QList<QVariant> pqCompositeTreePropertyWidget::values |
|
readwrite |
The documentation for this class was generated from the following file: