33 #ifndef _pqPropertyManager_h 34 #define _pqPropertyManager_h 36 #include "pqCoreModule.h" 61 void registerLink(QObject* qObject,
const char* qProperty,
const char* signal,
62 vtkSMProxy* Proxy, vtkSMProperty* Property,
int Index=-1);
66 QObject* qObject,
const char* qProperty,
const char* signal,
67 vtkSMProxy* Proxy, vtkSMProperty* Property,
int Index=-1);
71 bool isModified()
const;
75 void removeAllLinks();
94 void propertyChanged();
100 #endif // !_pqPropertyManager_h Manages links between Qt properties and unchecked proxy properties This is useful if more than one QW...
pqPropertyLinks is used to connect vtkSMProperty and subclasses to properties on QObject instances...