pqCTHArraySelectionDecorator.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 pqCTHArraySelectionDecorator_h
5 #define pqCTHArraySelectionDecorator_h
6 
7 #include "pqApplicationComponentsModule.h"
9 
16 class PQAPPLICATIONCOMPONENTS_EXPORT pqCTHArraySelectionDecorator : public pqPropertyWidgetDecorator
17 {
18  Q_OBJECT
20 
21 public:
23  ~pqCTHArraySelectionDecorator() override;
24 
25 private Q_SLOTS:
26  void updateSelection();
27 
28 private: // NOLINT(readability-redundant-access-specifiers)
29  Q_DISABLE_COPY(pqCTHArraySelectionDecorator)
30  QStringList PropertyNames;
31 };
32 
33 #endif
pqPropertyWidget
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
Definition: pqPropertyWidget.h:25
pqPropertyWidgetDecorator.h
pqPropertyWidgetDecorator
pqPropertyWidgetDecorator provides a mechanism to decorate pqPropertyWidget instances to add logic to...
Definition: pqPropertyWidgetDecorator.h:19
vtkPVXMLElement
Definition: vtkPVXMLElement.h:23
pqCTHArraySelectionDecorator
pqCTHArraySelectionDecorator is used by ExtractCTH filter (and similar filters) to ensure only 1 of t...
Definition: pqCTHArraySelectionDecorator.h:16