ParaView
Public Member Functions
pq3DWidgetInterface Class Reference

Interface for plugins that provide pq3DWidget subclasses. More...

#include <pq3DWidgetInterface.h>

List of all members.

Public Member Functions

virtual ~pq3DWidgetInterface ()
virtual pq3DWidgetnewWidget (const QString &name, vtkSMProxy *referenceProxy, vtkSMProxy *controlledProxy)=0
 Creates the 3D widget of the requested type is possible otherwise simply returns NULL.

Detailed Description

Interface for plugins that provide pq3DWidget subclasses.

Definition at line 41 of file pq3DWidgetInterface.h.


Constructor & Destructor Documentation

virtual pq3DWidgetInterface::~pq3DWidgetInterface ( ) [inline, virtual]

Definition at line 44 of file pq3DWidgetInterface.h.


Member Function Documentation

virtual pq3DWidget* pq3DWidgetInterface::newWidget ( const QString &  name,
vtkSMProxy referenceProxy,
vtkSMProxy controlledProxy 
) [pure virtual]

Creates the 3D widget of the requested type is possible otherwise simply returns NULL.

referenceProxy -- source proxy providing initialization data bounds etc. controlledProxy -- proxy whose properties are controlled by the 3D widget.


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