pqIntegrationModelSeedHelperWidgetPWIImplementation.h
Go to the documentation of this file.
1 // Generated file. Do not edit.
2 
3 /*=========================================================================
4 
5  Program: ParaView
6  Module: pqIntegrationModelSeedHelperWidgetPWIImplementation.h
7 
8  Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc.
9  All rights reserved.
10 
11  ParaView is a free software; you can redistribute it and/or modify it
12  under the terms of the ParaView license version 1.2.
13 
14  See License_v1.2.txt for the full ParaView license.
15  A copy of this license can be obtained by contacting
16  Kitware Inc.
17  28 Corporate Drive
18  Clifton Park, NY 12065
19  USA
20 
21 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR
25 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
26 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
28 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 
33 ========================================================================*/
34 
35 #ifndef pqIntegrationModelSeedHelperWidgetPWIImplementation_h
36 #define pqIntegrationModelSeedHelperWidgetPWIImplementation_h
37 
39 #include <QObject>
40 
42 {
43  Q_OBJECT
44  Q_INTERFACES(pqPropertyWidgetInterface)
45 public:
48 
53  vtkSMProperty *property, QWidget* parentWidget) override;
54 
59  vtkSMPropertyGroup *group, QWidget* parentWidget) override;
60 
66  const QString& type, vtkPVXMLElement* config, pqPropertyWidget* widget) override;
67 
68 private:
70 };
71 
72 #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:152
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...