33 #ifndef pqIndexSelectionWidget_h 34 #define pqIndexSelectionWidget_h 36 #include "pqComponentsModule.h" 59 void setHeaderLabel(
const QString &str);
60 void setPushPropertyName(
const QByteArray &pName);
63 void widgetModified();
66 void currentChanged(
const QString ¤t);
67 void currentChanged(
int current);
68 void currentChanged();
72 void updateProperty();
74 void updatePropertyImpl();
77 bool eventFilter(QObject *obj, QEvent *e);
79 void propertyChanged();
84 void buildWidget(vtkSMProperty *infoProp);
85 void addRow(
const QString &key,
int current,
int size);
88 QByteArray PushPropertyName;
90 bool PropertyUpdatePending;
91 bool IgnorePushPropertyUpdates;
98 pqInternals* Internals;
101 #endif // pqIndexSelectionWidget_h