ParaView
Public Member Functions
pqServerManagerModelInterface Class Reference

#include <pqServerManagerModelInterface.h>

Inheritance diagram for pqServerManagerModelInterface:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 pqServerManagerModelInterface ()
virtual ~pqServerManagerModelInterface ()
virtual pqProxycreatePQProxy (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.

Detailed Description

Definition at line 42 of file pqServerManagerModelInterface.h.


Constructor & Destructor Documentation

pqServerManagerModelInterface::pqServerManagerModelInterface ( )
virtual pqServerManagerModelInterface::~pqServerManagerModelInterface ( ) [virtual]

Member Function Documentation

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.


The documentation for this class was generated from the following file: