25 #ifndef vtkSMSettingsProxy_h 26 #define vtkSMSettingsProxy_h 28 #include "vtkPVServerManagerCoreModule.h" 31 class vtkSMSettingsObserver;
38 void PrintSelf(ostream& os, vtkIndent indent);
55 friend class vtkSMSettingsObserver;
60 void ExecuteEvent(
unsigned long eventId);
virtual int ReadXMLAttributes(vtkSMSessionProxyManager *pm, vtkPVXMLElement *element)
Read attributes from an XML element.
vtkSMSettingsObserver * Observer
proxy subclass responsible for linking settings proxies and settings classes on the VTK side...
The vtkSMSessionProxyManager is esponsible for creating and managing proxies for a given session...
void PrintSelf(ostream &os, vtkIndent indent)
static vtkSMProxy * New()
virtual void CreateVTKObjects()
Given a class name (by setting VTKClassName) and server ids (by setting ServerIDs), this methods instantiates the objects on the server(s)
proxy for a VTK object(s) on a server
This is used by vtkPVXMLParser to represent an XML document starting at the root element.