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) | |
~pqStandardServerManagerModelInterface () override | |
pqProxy * | createPQProxy (const QString &group, const QString &name, vtkSMProxy *proxy, pqServer *server) const override |
Creates a pqProxy subclass for the vtkSMProxy given the details for its registration with the proxy manager. More... | |
Public Member Functions inherited from pqServerManagerModelInterface | |
pqServerManagerModelInterface () | |
virtual | ~pqServerManagerModelInterface () |
This is standard implementation used by ParaView for creating different pqProxy subclassess for every proxy registered.
Definition at line 15 of file pqStandardServerManagerModelInterface.h.
pqStandardServerManagerModelInterface::pqStandardServerManagerModelInterface | ( | QObject * | parent | ) |
|
override |
|
overridevirtual |
Creates a pqProxy subclass for the vtkSMProxy given the details for its registration with the proxy manager.
Implements pqServerManagerModelInterface.