32 #ifndef pq3DWidgetFactory_h 33 #define pq3DWidgetFactory_h 35 #include "pqCoreModule.h" 38 class pq3DWidgetFactoryInternal;
41 class vtkSMNewWidgetRepresentationProxy;
61 vtkSMNewWidgetRepresentationProxy* get3DWidget(
const QString& name,
62 pqServer* server, vtkSMProxy *referenceProxy = 0);
66 void free3DWidget(vtkSMNewWidgetRepresentationProxy* widget);
76 void proxyUnRegistered(QString group, QString name, vtkSMProxy* proxy);
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...