32 #ifndef pqProxyWidgetDialog_h 33 #define pqProxyWidgetDialog_h 35 #include "pqComponentsModule.h" 48 typedef QDialog Superclass;
52 Qt::WindowFlags f = 0);
56 bool hasVisibleWidgets()
const;
61 bool hasAdvancedProperties()
const;
64 vtkSMProxy* proxy()
const;
70 void setEnableSearchBar(
bool val);
71 bool enableSearchBar()
const;
81 void setHideAdvancedProperties(
bool val);
82 bool hideAdvancedProperties()
const;
89 void setApplyChangesImmediately(
bool val);
90 bool applyChangesImmediately()
const;
98 QString setSettingsKey(
const QString& key);
102 virtual void showEvent(QShowEvent * event);
103 virtual void hideEvent(QHideEvent *event);
104 virtual void done(
int r);
107 void filterWidgets();
108 void onChangeAvailable();
113 void onRestoreDefaults();
114 void onSaveAsDefaults();
119 friend class pqInternals;
121 pqInternals* Internals;