|
ParaView
|
Interface for plugins that provide pq3DWidget subclasses. More...
#include <pq3DWidgetInterface.h>
Public Member Functions | |
| virtual | ~pq3DWidgetInterface () |
| virtual pq3DWidget * | newWidget (const QString &name, vtkSMProxy *referenceProxy, vtkSMProxy *controlledProxy)=0 |
| Creates the 3D widget of the requested type is possible otherwise simply returns NULL. | |
Interface for plugins that provide pq3DWidget subclasses.
Definition at line 41 of file pq3DWidgetInterface.h.
| virtual pq3DWidgetInterface::~pq3DWidgetInterface | ( | ) | [inline, virtual] |
Definition at line 44 of file pq3DWidgetInterface.h.
| 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.
1.7.5.1