pqAnimatableProxyComboBox is a combo box that can list the animatable proxies.
More...
#include <pqAnimatableProxyComboBox.h>
List of all members.
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 | ) |
|
| void pqAnimatableProxyComboBox::onSourceAdded |
( |
pqPipelineSource * |
src | ) |
[protected, slot] |
| void pqAnimatableProxyComboBox::onSourceRemoved |
( |
pqPipelineSource * |
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: