pqIntegrationModelSeedHelperWidgetPWIImplementation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 // Generated file. Do not edit.
5 
6 #ifndef pqIntegrationModelSeedHelperWidgetPWIImplementation_h
7 #define pqIntegrationModelSeedHelperWidgetPWIImplementation_h
8 
10 #include <QObject>
11 
13 {
14  Q_OBJECT
15  Q_INTERFACES(pqPropertyWidgetInterface)
16 public:
19 
24  vtkSMProperty *property, QWidget* parentWidget) override;
25 
30  vtkSMPropertyGroup *group, QWidget* parentWidget) override;
31 
35  //without / raising any errors (or messages).
37  const QString& type, vtkPVXMLElement* config, pqPropertyWidget* widget) override;
38 
39 private:
41 };
42 
43 #endif
pqPropertyWidget * createWidgetForPropertyGroup(vtkSMProxy *proxy, vtkSMPropertyGroup *group, QWidget *parentWidget) override
Given a proxy and its property group, create a widget for the same, of possible.
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
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.
type
pqPropertyWidgetInterface is part of the ParaView Plugin infrastructure that enables support for plug...
superclass for all SM properties
pqPropertyWidget * createWidgetForProperty(vtkSMProxy *proxy, vtkSMProperty *property, QWidget *parentWidget) override
Given a proxy and its property, create a widget for the same, of possible.
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
pqPropertyWidgetDecorator provides a mechanism to decorate pqPropertyWidget instances to add logic to...