5 #ifndef pqServerManagerObserver_h 6 #define pqServerManagerObserver_h 13 class pqServerManagerObserverInternal;
38 void compoundProxyDefinitionRegistered(QString
name);
43 void compoundProxyDefinitionUnRegistered(QString name);
46 void proxyRegistered(
const QString& group,
const QString& name,
vtkSMProxy* proxy);
49 void proxyUnRegistered(
const QString& group,
const QString& name,
vtkSMProxy* proxy);
54 void connectionCreated(
vtkIdType connectionId);
59 void connectionClosed(
vtkIdType connectionId);
75 void connectionCreated(
vtkObject*,
unsigned long,
void*,
void* callData);
76 void connectionClosed(
vtkObject*,
unsigned long,
void*,
void* callData);
77 void stateLoaded(
vtkObject*,
unsigned long,
void*,
void* callData);
78 void stateSaved(
vtkObject*,
unsigned long,
void*,
void* callData);
84 #endif // pqServerManagerObserver_h
This is a vtkSMProxyManager observer.
proxy for a VTK object(s) on a server
is used to locate proxies referred to in state xmls while loading state files.
pqServerManagerObserverInternal * Internal
Stores the pipeline objects.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.