pqPropertyWidget that can be used for any proxy with a vtkSMProxyListDomain.
More...
#include <pqProxySelectionWidget.h>
|
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...
|
|
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...
|
|
pqPropertyWidget that can be used for any proxy with a vtkSMProxyListDomain.
pqProxyPropertyWidget automatically creates this widget when it encounters a property with vtkSMProxyListDomain.
Definition at line 49 of file pqProxySelectionWidget.h.
§ pqProxySelectionWidget()
pqProxySelectionWidget::pqProxySelectionWidget |
( |
vtkSMProperty * |
property, |
|
|
vtkSMProxy * |
proxy, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
constructor requires the proxy, property.
Note that this will abort if the property does not have a ProxyListDomain.
§ ~pqProxySelectionWidget()
pqProxySelectionWidget::~pqProxySelectionWidget |
( |
| ) |
|
§ chosenProxy()
vtkSMProxy* pqProxySelectionWidget::chosenProxy |
( |
| ) |
const |
§ setChosenProxy()
void pqProxySelectionWidget::setChosenProxy |
( |
vtkSMProxy * |
proxy | ) |
|
§ apply()
virtual void pqProxySelectionWidget::apply |
( |
| ) |
|
|
virtual |
§ reset()
virtual void pqProxySelectionWidget::reset |
( |
| ) |
|
|
virtual |
§ select()
virtual void pqProxySelectionWidget::select |
( |
| ) |
|
|
virtual |
These methods are called by pqPropertiesPanel when the panel for proxy becomes active/deactive.
Only widgets that have 3D widgets need to override these methods to select/deselect the 3D widgets. Default implementation does nothing.
Reimplemented from pqPropertyWidget.
§ deselect()
virtual void pqProxySelectionWidget::deselect |
( |
| ) |
|
|
virtual |
§ updateWidget()
virtual void pqProxySelectionWidget::updateWidget |
( |
bool |
showing_advanced_properties | ) |
|
|
virtual |
§ setPanelVisibility()
virtual void pqProxySelectionWidget::setPanelVisibility |
( |
const char * |
vis | ) |
|
|
virtual |
§ setView()
virtual void pqProxySelectionWidget::setView |
( |
pqView * |
| ) |
|
|
virtual |
§ chosenProxyChanged
void pqProxySelectionWidget::chosenProxyChanged |
( |
| ) |
|
|
signal |
§ chosenProxy
pqSMProxy pqProxySelectionWidget::chosenProxy |
|
readwrite |
The documentation for this class was generated from the following file: