|
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. | |
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 pqStandardServerManagerModelInterface::~pqStandardServerManagerModelInterface | ( | ) | [virtual] |
| virtual pqProxy* pqStandardServerManagerModelInterface::createPQProxy | ( | const QString & | group, |
| const QString & | name, | ||
| vtkSMProxy * | proxy, | ||
| pqServer * | server | ||
| ) | const [virtual] |
Creates a pqProxy subclass for the vtkSMProxy given the details for its registration with the proxy manager.
Implements pqServerManagerModelInterface.
1.7.5.1