Public Member Functions | List of all members
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]

Public Member Functions

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

Detailed Description

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

Definition at line 43 of file pqStandardServerManagerModelInterface.h.

Constructor & Destructor Documentation

◆ pqStandardServerManagerModelInterface()

pqStandardServerManagerModelInterface::pqStandardServerManagerModelInterface ( QObject *  parent)

◆ ~pqStandardServerManagerModelInterface()

pqStandardServerManagerModelInterface::~pqStandardServerManagerModelInterface ( )
override

Member Function Documentation

◆ createPQProxy()

pqProxy* pqStandardServerManagerModelInterface::createPQProxy ( const QString &  group,
const QString &  name,
vtkSMProxy proxy,
pqServer server 
) const
overridevirtual

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: