33 #ifndef _pqNamedWidgets_h 34 #define _pqNamedWidgets_h 38 #include "pqComponentsModule.h" 81 static void createWidgets(QGridLayout* l,
vtkSMProxy* pxy,
bool summaryOnly =
false);
87 const QStringList* exceptions = NULL);
93 static void linkObject(
96 static void unlinkObject(
106 static bool propertyInformation(QObject*
object, QString& property, QString& signal);
112 static void linkObject(QObject* o,
const QString& property,
const QString& signal,
119 static void unlinkObject(QObject* o,
const QString& property,
const QString& signal,
Manages links between Qt properties and unchecked proxy properties This is useful if more than one QW...
superclass for all SM properties
vtkSmartPointer< vtkSMProxy > pqSMProxy
make pqSMProxy synonymous to a smart pointer of a vtkSMProxy
proxy for a VTK object(s) on a server