32 #ifndef pqProxySelectionWidget_h 33 #define pqProxySelectionWidget_h 35 #include "pqComponentsModule.h" 38 #include <QScopedPointer> 51 Q_PROPERTY(
pqSMProxy chosenProxy READ chosenProxy WRITE setChosenProxy)
60 vtkSMProxy* chosenProxy()
const;
61 void setChosenProxy(vtkSMProxy* proxy);
69 virtual void updateWidget(
bool showing_advanced_properties);
75 void chosenProxyChanged();
81 void currentIndexChanged(
int);
85 const QScopedPointer<pqInternal> Internal;
This is a PQ abstraction of a generic view module.
vtkSmartPointer< vtkSMProxy > pqSMProxy
make pqSMProxy synonymous to a smart pointer of a vtkSMProxy