32 #ifndef pqPropertyGroupWidget_h 33 #define pqPropertyGroupWidget_h 65 using Superclass::addPropertyLink;
66 void addPropertyLink(QComboBox* cb,
const char* propertyName,
int smindex = -1);
67 void addPropertyLink(QLineEdit* edit,
const char* propertyName,
int smindex = -1);
68 void addPropertyLink(QCheckBox* button,
const char* propertyName,
int smindex = -1);
69 void addPropertyLink(QToolButton* button,
const char* propertyName,
int smindex = -1);
70 void addPropertyLink(QGroupBox* groupBox,
const char* propertyName,
int smindex = -1);
71 void addPropertyLink(QDoubleSpinBox* spinBox,
const char* propertyName,
int smindex = -1);
72 void addPropertyLink(QSpinBox* spinBox,
const char* propertyName,
int smindex = -1);
75 using Superclass::changeFinished;
84 void addCheckedPropertyLink(QWidget* button,
const char* propertyName,
int smindex = -1);
85 void addDoubleValuePropertyLink(QWidget* widget,
const char* propertyName,
int smindex = -1);
86 void addIntValuePropertyLink(QWidget* widget,
const char* propertyName,
int smindex = -1);
87 void addStringPropertyLink(QWidget* widget,
const char* propertyName,
int smindex);
proxy for a VTK object(s) on a server