pqIndexSelectionWidget displays a list of labels and slider widgets, intended to be used for selecting an index into a zero-based enumeration.
More...
#include <pqIndexSelectionWidget.h>
|
| bool | eventFilter (QObject *obj, QEvent *e) |
| |
| void | propertyChanged () |
| | Update the widget state from the PropertyLink Qt property. 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...
|
| |
pqIndexSelectionWidget displays a list of labels and slider widgets, intended to be used for selecting an index into a zero-based enumeration.
Definition at line 50 of file pqIndexSelectionWidget.h.
§ pqIndexSelectionWidget()
| pqIndexSelectionWidget::pqIndexSelectionWidget |
( |
vtkSMProxy * |
proxy, |
|
|
vtkSMProperty * |
property, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
§ ~pqIndexSelectionWidget()
| virtual pqIndexSelectionWidget::~pqIndexSelectionWidget |
( |
| ) |
|
|
virtual |
§ setHeaderLabel
| void pqIndexSelectionWidget::setHeaderLabel |
( |
const QString & |
str | ) |
|
|
slot |
§ setPushPropertyName
| void pqIndexSelectionWidget::setPushPropertyName |
( |
const QByteArray & |
pName | ) |
|
|
slot |
§ widgetModified
| void pqIndexSelectionWidget::widgetModified |
( |
| ) |
|
|
signal |
§ currentChanged [1/3]
| void pqIndexSelectionWidget::currentChanged |
( |
const QString & |
current | ) |
|
|
protectedslot |
§ currentChanged [2/3]
| void pqIndexSelectionWidget::currentChanged |
( |
int |
current | ) |
|
|
protectedslot |
§ currentChanged [3/3]
| void pqIndexSelectionWidget::currentChanged |
( |
| ) |
|
|
protectedslot |
§ updateProperty
| void pqIndexSelectionWidget::updateProperty |
( |
| ) |
|
|
protectedslot |
Start a timer that calls updatePropertyImpl.
This slot is triggered when a widget is modified.
§ updatePropertyImpl
| void pqIndexSelectionWidget::updatePropertyImpl |
( |
| ) |
|
|
protectedslot |
Update the Qt property with current widget state.
Emits widgetModified.
§ eventFilter()
| bool pqIndexSelectionWidget::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
e |
|
) |
| |
|
protected |
§ propertyChanged()
| void pqIndexSelectionWidget::propertyChanged |
( |
| ) |
|
|
protected |
Update the widget state from the PropertyLink Qt property.
The documentation for this class was generated from the following file: