5 #ifndef pqPropertyManager_h 6 #define pqPropertyManager_h 41 void registerLink(QObject* qObject,
const char* qProperty,
const char* signal,
vtkSMProxy* Proxy,
47 void unregisterLink(QObject* qObject,
const char* qProperty,
const char* signal,
54 bool isModified()
const;
58 void removeAllLinks();
89 void propertyChanged();
95 #endif // !pqPropertyManager_h Manages links between Qt properties and unchecked proxy properties This is useful if more than one QW...
superclass for all SM properties
pqPropertyLinks is used to connect vtkSMProperty and subclasses to properties on QObject instances...
proxy for a VTK object(s) on a server