ParaView
|
This is standard implementation used by ParaView for creating different pqProxy subclassess for every proxy registered. More...
#include <pqStandardServerManagerModelInterface.h>
Public Member Functions | |
pqStandardServerManagerModelInterface (QObject *parent) | |
virtual | ~pqStandardServerManagerModelInterface () |
virtual pqProxy * | createPQProxy (const QString &group, const QString &name, vtkSMProxy *proxy, pqServer *server) const |
Creates a pqProxy subclass for the vtkSMProxy given the details for its registration with the proxy manager. More... | |
![]() | |
pqServerManagerModelInterface () | |
virtual | ~pqServerManagerModelInterface () |
This is standard implementation used by ParaView for creating different pqProxy subclassess for every proxy registered.
Definition at line 41 of file pqStandardServerManagerModelInterface.h.
pqStandardServerManagerModelInterface::pqStandardServerManagerModelInterface | ( | QObject * | parent | ) |
|
virtual |
|
virtual |
Creates a pqProxy subclass for the vtkSMProxy given the details for its registration with the proxy manager.
Implements pqServerManagerModelInterface.