|
ParaView
|
a widget that contains a combo box and child widget for represents a ProxyProperty with a ProxyListDomain the combo box selects the proxy, and the child widget contains properties of the proxy More...
#include <pqProxySelectionWidget.h>
Public Slots | |
| virtual void | setProxy (pqSMProxy) |
| set the proxy | |
| virtual void | select () |
| Activates the widget slot is forwarded to the sub panel. | |
| virtual void | deselect () |
| Deactivates the widget slot is forwarded to the sub panel. | |
| virtual void | accept () |
| Accepts pending changes. | |
| virtual void | reset () |
| Resets pending changes slot is forwarded to the sub panel. | |
| virtual void | setView (pqView *rm) |
| Set the render module that this widget works with slot is forwarded to the sub panel. | |
Signals | |
| void | proxyChanged (pqSMProxy) |
| signal the proxy changed (QVariant wrapped pqSMProxy) | |
| void | modified () |
Public Member Functions | |
| pqProxySelectionWidget (vtkSMProxy *proxy, const QString &property, const QString &label=QString(), QWidget *parent=NULL) | |
| constructor requires the proxy, property | |
| ~pqProxySelectionWidget () | |
| pqSMProxy | proxy () const |
| get the selected proxy | |
Protected Slots | |
| void | handleProxyChanged () |
Properties | |
| pqSMProxy | proxy |
a widget that contains a combo box and child widget for represents a ProxyProperty with a ProxyListDomain the combo box selects the proxy, and the child widget contains properties of the proxy
Definition at line 48 of file pqProxySelectionWidget.h.
| pqProxySelectionWidget::pqProxySelectionWidget | ( | vtkSMProxy * | proxy, |
| const QString & | property, | ||
| const QString & | label = QString(), |
||
| QWidget * | parent = NULL |
||
| ) |
constructor requires the proxy, property
| pqProxySelectionWidget::~pqProxySelectionWidget | ( | ) |
| pqSMProxy pqProxySelectionWidget::proxy | ( | ) | const |
get the selected proxy
| void pqProxySelectionWidget::proxyChanged | ( | pqSMProxy | ) | [signal] |
signal the proxy changed (QVariant wrapped pqSMProxy)
| void pqProxySelectionWidget::modified | ( | ) | [signal] |
| virtual void pqProxySelectionWidget::setProxy | ( | pqSMProxy | ) | [virtual, slot] |
set the proxy
| virtual void pqProxySelectionWidget::select | ( | ) | [virtual, slot] |
Activates the widget slot is forwarded to the sub panel.
| virtual void pqProxySelectionWidget::deselect | ( | ) | [virtual, slot] |
Deactivates the widget slot is forwarded to the sub panel.
| virtual void pqProxySelectionWidget::accept | ( | ) | [virtual, slot] |
Accepts pending changes.
slot is forwarded to the sub panel
| virtual void pqProxySelectionWidget::reset | ( | ) | [virtual, slot] |
Resets pending changes slot is forwarded to the sub panel.
| virtual void pqProxySelectionWidget::setView | ( | pqView * | rm | ) | [virtual, slot] |
Set the render module that this widget works with slot is forwarded to the sub panel.
| void pqProxySelectionWidget::handleProxyChanged | ( | ) | [protected, slot] |
pqSMProxy pqProxySelectionWidget::proxy [read, write] |
Definition at line 51 of file pqProxySelectionWidget.h.
1.7.5.1