ParaView
Signals | Public Member Functions | Properties | List of all members
pqProxySelectionWidget Class Reference

pqPropertyWidget that can be used for any proxy with a vtkSMProxyListDomain. More...

#include <pqProxySelectionWidget.h>

Inheritance diagram for pqProxySelectionWidget:
Inheritance graph
[legend]
Collaboration diagram for pqProxySelectionWidget:
Collaboration graph
[legend]

Signals

void chosenProxyChanged ()
 Signal fired by setChosenProxy() when the proxy changes. More...
 
- Signals inherited from pqPropertyWidget
void viewChanged (pqView *view)
 This signal is emitted when the current view changes. More...
 
void changeAvailable ()
 This signal is fired as soon as the user starts editing in the widget. More...
 
void changeFinished ()
 This signal is fired as soon as the user is done with making an atomic change. More...
 
void restartRequired ()
 Indicates that a restart of the program is required for the setting to take effect. More...
 

Public Member Functions

 pqProxySelectionWidget (vtkSMProperty *property, vtkSMProxy *proxy, QWidget *parent=0)
 constructor requires the proxy, property. More...
 
 ~pqProxySelectionWidget ()
 
vtkSMProxy * chosenProxy () const
 get the selected proxy More...
 
void setChosenProxy (vtkSMProxy *proxy)
 
virtual void apply ()
 Overridden to forward the call to the internal pqProxyWidget maintained for the chosen proxy. More...
 
virtual void reset ()
 
virtual void select ()
 These methods are called by pqPropertiesPanel when the panel for proxy becomes active/deactive. More...
 
virtual void deselect ()
 
virtual void updateWidget (bool showing_advanced_properties)
 
virtual void setPanelVisibility (const char *vis)
 
virtual void setView (pqView *)
 called to set the active view. This will fire the viewChanged() signal. More...
 
- Public Member Functions inherited from pqPropertyWidget
 pqPropertyWidget (vtkSMProxy *proxy, QWidget *parent=0)
 
virtual ~pqPropertyWidget ()
 
bool isSelected () const
 
pqViewview () const
 
vtkSMProxy * proxy () const
 
vtkSMProperty * property () const
 
virtual char * panelVisibility () const
 Forward calls to vtkSMProperty. More...
 
bool showLabel () const
 
const QList< QPointer< pqPropertyWidgetDecorator > > & decorators () const
 Provides access to the decorators for this widget. More...
 
void setProperty (vtkSMProperty *property)
 

Properties

pqSMProxy chosenProxy
 

Additional Inherited Members

- Public Slots inherited from pqPropertyWidget
- Static Public Member Functions inherited from pqPropertyWidget
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. May return an empty string. More...
 
- Protected Member Functions inherited from pqPropertyWidget
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...
 
pqPropertyLinkslinks ()
 Provides access to the pqPropertyLinks instance. More...
 

Detailed Description

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 47 of file pqProxySelectionWidget.h.

Constructor & Destructor Documentation

§ 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 ( )

Member Function Documentation

§ chosenProxy()

vtkSMProxy* pqProxySelectionWidget::chosenProxy ( ) const

get the selected proxy

§ setChosenProxy()

void pqProxySelectionWidget::setChosenProxy ( vtkSMProxy *  proxy)

§ apply()

virtual void pqProxySelectionWidget::apply ( )
virtual

Overridden to forward the call to the internal pqProxyWidget maintained for the chosen proxy.

Reimplemented from pqPropertyWidget.

§ reset()

virtual void pqProxySelectionWidget::reset ( )
virtual

Reimplemented from pqPropertyWidget.

§ 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

Reimplemented from pqPropertyWidget.

§ updateWidget()

virtual void pqProxySelectionWidget::updateWidget ( bool  showing_advanced_properties)
virtual

Reimplemented from pqPropertyWidget.

§ setPanelVisibility()

virtual void pqProxySelectionWidget::setPanelVisibility ( const char *  vis)
virtual

Reimplemented from pqPropertyWidget.

§ setView()

virtual void pqProxySelectionWidget::setView ( pqView )
virtual

called to set the active view. This will fire the viewChanged() signal.

Reimplemented from pqPropertyWidget.

§ chosenProxyChanged

void pqProxySelectionWidget::chosenProxyChanged ( )
signal

Signal fired by setChosenProxy() when the proxy changes.

Property Documentation

§ chosenProxy

pqSMProxy pqProxySelectionWidget::chosenProxy
readwrite

Definition at line 51 of file pqProxySelectionWidget.h.


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