32 #ifndef pqAnimatableProxyComboBox_h 33 #define pqAnimatableProxyComboBox_h 35 #include "pqComponentsModule.h" 49 typedef QComboBox Superclass;
56 vtkSMProxy* getCurrentProxy()
const;
58 void addProxy(
int index,
const QString& label, vtkSMProxy*);
59 void removeProxy(
const QString& label);
60 int findProxy(vtkSMProxy*);
66 void onCurrentSourceChanged(
int idx);
69 void currentProxyChanged(vtkSMProxy*);
pqServerManagerModelItem is a element maintained by pqServerManagerModel.
PQ representation for a vtkSMProxy that can be involved in a pipeline.
pqAnimatableProxyComboBox is a combo box that can list the animatable proxies.