32 #ifndef pqStandardServerManagerModelInterface_h 33 #define pqStandardServerManagerModelInterface_h 35 #include "pqCoreModule.h" 53 const QString& name, vtkSMProxy* proxy,
pqServer* server)
const;
pqServerManagerModelInterface defines an interface that can be used to register new types of pqProxy ...
This is standard implementation used by ParaView for creating different pqProxy subclassess for every...
This class represents any registered Server Manager proxy.
virtual pqProxy * createPQProxy(const QString ®Group, const QString ®Name, vtkSMProxy *proxy, pqServer *server) const =0
Creates a pqProxy subclass for the vtkSMProxy given the details for its registration with the proxy m...
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...