33 #ifndef _pqNamedWidgets_h 34 #define _pqNamedWidgets_h 38 #include "pqComponentsModule.h" 79 static void createWidgets(QGridLayout* l, vtkSMProxy* pxy,
bool summaryOnly =
false);
83 const QStringList* exceptions=NULL);
87 static void linkObject(QObject*
object,
pqSMProxy proxy,
88 const QString& property,
91 static void unlinkObject(QObject*
object,
pqSMProxy proxy,
92 const QString& property,
100 static bool propertyInformation(QObject*
object,
101 QString& property, QString& signal);
105 static void linkObject(QObject* o,
const QString& property,
107 vtkSMProperty* smProperty,
int index,
112 static void unlinkObject(QObject* o,
const QString& property,
114 vtkSMProperty* smProperty,
int index,
Manages links between Qt properties and unchecked proxy properties This is useful if more than one QW...
vtkSmartPointer< vtkSMProxy > pqSMProxy
make pqSMProxy synonymous to a smart pointer of a vtkSMProxy