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 
9 
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 represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
#define PQAPPLICATIONCOMPONENTS_EXPORT
pqCTHArraySelectionDecorator is used by ExtractCTH filter (and similar filters) to ensure only 1 of t...
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...