src
paraview-5.12
Qt
Components
pqReaderSelectionPropertyWidget.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
#ifndef pqReaderSelectionPropertyWidget_h
5
#define pqReaderSelectionPropertyWidget_h
6
7
#include "
pqPropertyWidget.h
"
8
#include <QScopedPointer>
9
10
class
vtkObject
;
11
class
vtkPVXMLElement
;
12
class
vtkSMPropertyGroup
;
13
23
class
PQCOMPONENTS_EXPORT
pqReaderSelectionPropertyWidget
:
public
pqPropertyWidget
24
{
25
Q_OBJECT
26
typedef
pqPropertyWidget
Superclass;
27
28
public
:
29
pqReaderSelectionPropertyWidget
(
30
vtkSMProxy
* proxy,
vtkSMProperty
* property, QWidget* parent =
nullptr
);
31
~
pqReaderSelectionPropertyWidget
()
override
;
32
33
private
Q_SLOTS:
34
void
readerListChanged();
35
36
private
:
// NOLINT(readability-redundant-access-specifiers)
37
Q_DISABLE_COPY(
pqReaderSelectionPropertyWidget
);
38
class
pqInternals;
39
friend
class
pqInternals;
40
QScopedPointer<pqInternals> Internals;
41
};
42
43
#endif
pqPropertyWidget
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
Definition:
pqPropertyWidget.h:25
vtkObject
vtkSMProperty
superclass for all SM properties
Definition:
vtkSMProperty.h:144
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:140
vtkSMPropertyGroup
Definition:
vtkSMPropertyGroup.h:16
pqPropertyWidget.h
vtkPVXMLElement
Definition:
vtkPVXMLElement.h:23
pqReaderSelectionPropertyWidget
Used to select readers to show or hide.
Definition:
pqReaderSelectionPropertyWidget.h:23
Generated by
1.8.17 on Wed Mar 27 2024