#include <pqSESAMEConversionsPanelWidgetPWIImplementation.h>
Public Member Functions | |
pqSESAMEConversionsPanelWidgetPWIImplementation (QObject *parent) | |
~pqSESAMEConversionsPanelWidgetPWIImplementation () override | |
pqPropertyWidget * | createWidgetForProperty (vtkSMProxy *proxy, vtkSMProperty *property, QWidget *parentWidget) override |
Given a proxy and its property, create a widget for the same, of possible. More... | |
pqPropertyWidget * | createWidgetForPropertyGroup (vtkSMProxy *proxy, vtkSMPropertyGroup *group, QWidget *parentWidget) override |
Given a proxy and its property group, create a widget for the same, of possible. More... | |
pqPropertyWidgetDecorator * | createWidgetDecorator (const QString &type, vtkPVXMLElement *config, pqPropertyWidget *widget) override |
Given the type of the decorator and the pqPropertyWidget that needs to be decorated, create the pqPropertyWidgetDecorator instance, if possible. More... | |
Public Member Functions inherited from pqPropertyWidgetInterface | |
virtual | ~pqPropertyWidgetInterface () |
virtual void | createDefaultWidgetDecorators (pqPropertyWidget *widget) |
Create all default decorators for a specific widget. More... | |
Definition at line 12 of file pqSESAMEConversionsPanelWidgetPWIImplementation.h.
pqSESAMEConversionsPanelWidgetPWIImplementation::pqSESAMEConversionsPanelWidgetPWIImplementation | ( | QObject * | parent | ) |
|
override |
|
overridevirtual |
Given a proxy and its property, create a widget for the same, of possible.
For unsupported/unknown proxies/properties, implementations should simply return nullptr without raising any errors (or messages).
Reimplemented from pqPropertyWidgetInterface.
|
overridevirtual |
Given a proxy and its property group, create a widget for the same, of possible.
For unsupported/unknown proxies/property-groups, implementations should simply return nullptr without raising any errors (or messages).
Reimplemented from pqPropertyWidgetInterface.
|
overridevirtual |
Given the type of the decorator and the pqPropertyWidget that needs to be decorated, create the pqPropertyWidgetDecorator instance, if possible.
For unsupported/unknown, implementations should simply return nullptr
Reimplemented from pqPropertyWidgetInterface.