32 #ifndef pqProxiesWidget_h 33 #define pqProxiesWidget_h 35 #include "pqComponentsModule.h" 36 #include <QScopedPointer> 61 typedef QWidget Superclass;
71 void addProxy(vtkSMProxy*,
72 const QString& componentName=QString(),
73 const QStringList& properties=QStringList(),
74 bool applyChangesImmediately=
false);
85 bool show_advanced=
false,
const QString& filterText=QString());
103 void changeAvailable(vtkSMProxy* proxy);
107 void changeFinished(vtkSMProxy* proxy);
111 void restartRequired(vtkSMProxy* proxy);
114 void triggerChangeFinished();
115 void triggerChangeAvailable();
116 void triggerRestartRequired();
122 const QScopedPointer<pqInternals> Internals;
This is a PQ abstraction of a generic view module.