ParaView
Public Slots | Signals | Public Member Functions | Protected Slots | Properties
pqProxySelectionWidget Class Reference

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>

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

pqProxySelectionWidget::pqProxySelectionWidget ( vtkSMProxy proxy,
const QString &  property,
const QString &  label = QString(),
QWidget *  parent = NULL 
)

constructor requires the proxy, property

pqProxySelectionWidget::~pqProxySelectionWidget ( )

Member Function Documentation

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]

Property Documentation

pqSMProxy pqProxySelectionWidget::proxy [read, write]

Definition at line 51 of file pqProxySelectionWidget.h.


The documentation for this class was generated from the following file: