ParaView
Public Member Functions
pqStandardServerManagerModelInterface Class Reference

This is standard implementation used by ParaView for creating different pqProxy subclassess for every proxy registered. More...

#include <pqStandardServerManagerModelInterface.h>

Inheritance diagram for pqStandardServerManagerModelInterface:
Inheritance graph
[legend]
Collaboration diagram for pqStandardServerManagerModelInterface:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 pqStandardServerManagerModelInterface (QObject *parent)
virtual ~pqStandardServerManagerModelInterface ()
virtual pqProxycreatePQProxy (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.

Detailed Description

This is standard implementation used by ParaView for creating different pqProxy subclassess for every proxy registered.

Definition at line 41 of file pqStandardServerManagerModelInterface.h.


Constructor & Destructor Documentation

pqStandardServerManagerModelInterface::pqStandardServerManagerModelInterface ( QObject *  parent)
virtual pqStandardServerManagerModelInterface::~pqStandardServerManagerModelInterface ( ) [virtual]

Member Function Documentation

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.


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