pqServerManagerModelInterface defines an interface that can be used to register new types of pqProxy subclasses to create when a vtkSMProxy is registered with the ProxyManager in a ParaView application. More...
#include <pqServerManagerModelInterface.h>
Public Member Functions | |
pqServerManagerModelInterface () | |
virtual | ~pqServerManagerModelInterface () |
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 manager. More... | |
pqServerManagerModelInterface defines an interface that can be used to register new types of pqProxy subclasses to create when a vtkSMProxy is registered with the ProxyManager in a ParaView application.
Definition at line 19 of file pqServerManagerModelInterface.h.
pqServerManagerModelInterface::pqServerManagerModelInterface | ( | ) |
|
virtual |
|
pure virtual |
Creates a pqProxy subclass for the vtkSMProxy given the details for its registration with the proxy manager.
regGroup
- registration group for the proxy. regName
- registration name for the proxy. proxy
- vtkSMProxy instance to create the pqProxy for. server
- pqServer instance on which the proxy is present. Implemented in pqStandardServerManagerModelInterface.