|
ParaView
|
#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. | |
Definition at line 42 of file pqServerManagerModelInterface.h.
| pqServerManagerModelInterface::pqServerManagerModelInterface | ( | ) |
| virtual pqServerManagerModelInterface::~pqServerManagerModelInterface | ( | ) | [virtual] |
| virtual pqProxy* pqServerManagerModelInterface::createPQProxy | ( | const QString & | group, |
| const QString & | name, | ||
| vtkSMProxy * | proxy, | ||
| pqServer * | server | ||
| ) | const [pure virtual] |
Creates a pqProxy subclass for the vtkSMProxy given the details for its registration with the proxy manager.
Implemented in pqStandardServerManagerModelInterface.
1.7.5.1