ParaView
Signals | Public Member Functions | Protected Slots
pqAnimatableProxyComboBox Class Reference

pqAnimatableProxyComboBox is a combo box that can list the animatable proxies. More...

#include <pqAnimatableProxyComboBox.h>

List of all members.

Signals

void currentProxyChanged (vtkSMProxy *)

Public Member Functions

 pqAnimatableProxyComboBox (QWidget *parent=0)
 ~pqAnimatableProxyComboBox ()
vtkSMProxygetCurrentProxy () const
 Returns the current source.
void addProxy (int index, const QString &label, vtkSMProxy *)
void removeProxy (const QString &label)
int findProxy (vtkSMProxy *)

Protected Slots

void onSourceAdded (pqPipelineSource *src)
void onSourceRemoved (pqPipelineSource *src)
void onNameChanged (pqServerManagerModelItem *src)
void onCurrentSourceChanged (int idx)

Detailed Description

pqAnimatableProxyComboBox is a combo box that can list the animatable proxies.

All pqPipelineSources are automatically in this list Any other proxies must be manually added.

Definition at line 46 of file pqAnimatableProxyComboBox.h.


Constructor & Destructor Documentation

pqAnimatableProxyComboBox::pqAnimatableProxyComboBox ( QWidget *  parent = 0)
pqAnimatableProxyComboBox::~pqAnimatableProxyComboBox ( )

Member Function Documentation

vtkSMProxy* pqAnimatableProxyComboBox::getCurrentProxy ( ) const

Returns the current source.

void pqAnimatableProxyComboBox::addProxy ( int  index,
const QString &  label,
vtkSMProxy  
)
void pqAnimatableProxyComboBox::removeProxy ( const QString &  label)
int pqAnimatableProxyComboBox::findProxy ( vtkSMProxy )
void pqAnimatableProxyComboBox::onSourceAdded ( pqPipelineSource src) [protected, slot]
void pqAnimatableProxyComboBox::onSourceRemoved ( pqPipelineSource src) [protected, slot]
void pqAnimatableProxyComboBox::onNameChanged ( pqServerManagerModelItem src) [protected, slot]
void pqAnimatableProxyComboBox::onCurrentSourceChanged ( int  idx) [protected, slot]
void pqAnimatableProxyComboBox::currentProxyChanged ( vtkSMProxy ) [signal]

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