Qt
ApplicationComponents
pqInteractivePropertyWidget.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: ParaView
4
Module: pqInteractivePropertyWidget.h
5
6
Copyright (c) 2005,2006 Sandia Corporation, Kitware Inc.
7
All rights reserved.
8
9
ParaView is a free software; you can redistribute it and/or modify it
10
under the terms of the ParaView license version 1.2.
11
12
See License_v1.2.txt for the full ParaView license.
13
A copy of this license can be obtained by contacting
14
Kitware Inc.
15
28 Corporate Drive
16
Clifton Park, NY 12065
17
USA
18
19
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR
23
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
24
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31
========================================================================*/
32
#ifndef pqInteractivePropertyWidget_h
33
#define pqInteractivePropertyWidget_h
34
35
#include "
pqApplicationComponentsModule.h
"
36
#include "
pqInteractivePropertyWidgetAbstract.h
"
37
#include "
pqSMProxy.h
"
38
#include "
vtkBoundingBox.h
"
39
#include "
vtkSMNewWidgetRepresentationProxy.h
"
40
41
#include <QScopedPointer>
42
43
class
vtkObject
;
44
class
vtkSMPropertyGroup
;
45
57
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqInteractivePropertyWidget
58
:
public
pqInteractivePropertyWidgetAbstract
59
{
60
Q_OBJECT
61
typedef
pqInteractivePropertyWidgetAbstract
Superclass
;
62
63
public
:
64
pqInteractivePropertyWidget
(
const
char
* widget_smgroup,
const
char
* widget_smname,
65
vtkSMProxy
* proxy,
vtkSMPropertyGroup
* smgroup, QWidget* parent =
nullptr
);
66
~
pqInteractivePropertyWidget
()
override
;
67
71
vtkSMNewWidgetRepresentationProxy
*
widgetProxy
()
const
{
return
this->WidgetProxy; };
72
73
protected
:
77
vtkSMNewWidgetRepresentationProxyAbstract
*
internalWidgetProxy
() final
78
{
79
return
this->WidgetProxy;
80
};
81
82
private
:
83
Q_DISABLE_COPY(
pqInteractivePropertyWidget
)
84
85
vtkSmartPointer<vtkSMNewWidgetRepresentationProxy>
WidgetProxy;
86
};
87
88
#endif
vtkObject
pqInteractivePropertyWidgetAbstract.h
vtkBoundingBox.h
PQAPPLICATIONCOMPONENTS_EXPORT
#define PQAPPLICATIONCOMPONENTS_EXPORT
Definition:
pqApplicationComponentsModule.h:15
pqSMProxy.h
vtkSmartPointer< vtkSMNewWidgetRepresentationProxy >
vtkSMNewWidgetRepresentationProxy
proxy for 3D widgets and their representations in ParaView.
Definition:
vtkSMNewWidgetRepresentationProxy.h:37
pqInteractivePropertyWidget::internalWidgetProxy
vtkSMNewWidgetRepresentationProxyAbstract * internalWidgetProxy() final
Get the internal instance of the widget proxy.
Definition:
pqInteractivePropertyWidget.h:77
vtkSMPropertyGroup
Definition:
vtkSMPropertyGroup.h:28
pqInteractivePropertyWidget::widgetProxy
vtkSMNewWidgetRepresentationProxy * widgetProxy() const
Returns the proxy for the 3D interactive widget.
Definition:
pqInteractivePropertyWidget.h:71
pqApplicationComponentsModule.h
vtkSMNewWidgetRepresentationProxy.h
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:152
pqInteractivePropertyWidgetAbstract
pqInteractivePropertyWidgetAbstract is an abstract pqPropertyWidget subclass designed to serve as the...
Definition:
pqInteractivePropertyWidgetAbstract.h:58
vtkSMNewWidgetRepresentationProxyAbstract
Abstract class for proxies for 2D and 3D widgets.
Definition:
vtkSMNewWidgetRepresentationProxyAbstract.h:38
pqInteractivePropertyWidget
pqInteractivePropertyWidget is an abstract pqPropertyWidget subclass designed to serve as the supercl...
Definition:
pqInteractivePropertyWidget.h:57
Generated by
1.8.13 on Mon May 23 2022