4 #ifndef pqProxiesWidget_h 5 #define pqProxiesWidget_h 9 #include <QScopedPointer> 36 typedef QWidget Superclass;
39 pqProxiesWidget(QWidget* parent =
nullptr, Qt::WindowFlags flags = Qt::WindowFlags{});
48 QMap<QString, bool> expanderState()
const;
55 void setExpanderState(
const QMap<QString, bool>& state);
66 void addProxy(
vtkSMProxy*,
const QString& componentName = QString(),
67 const QStringList& properties = QStringList(),
bool applyChangesImmediately =
false,
68 bool showHeadersFooters =
true);
82 bool filterWidgets(
bool show_advanced =
false,
const QString& filterText = QString());
125 void triggerChangeFinished();
126 void triggerChangeAvailable();
127 void triggerRestartRequired();
133 const QScopedPointer<pqInternals> Internals;
#define PQCOMPONENTS_EXPORT
This is a PQ abstraction of a generic view module.
proxy for a VTK object(s) on a server