pqMultiComponentsDecorator.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 pqMultiComponentsDecorator_h
5 #define pqMultiComponentsDecorator_h
6 
9 
18 {
19  Q_OBJECT
21 
22 public:
24  ~pqMultiComponentsDecorator() override = default;
25 
29  bool canShowWidget(bool show_advanced) const override;
30 
31 private:
32  Q_DISABLE_COPY(pqMultiComponentsDecorator)
34 };
35 
36 #endif
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
bool canShowWidget(bool show_advanced) const override
Overridden to hide the widget.
pqMultiComponentsDecorator's purpose is to prevent the GUI from showing Multi Components Mapping chec...
pqMultiComponentsDecorator(vtkPVXMLElement *config, pqPropertyWidget *parentObject)
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
~pqMultiComponentsDecorator() override=default
pqPropertyWidgetDecorator provides a mechanism to decorate pqPropertyWidget instances to add logic to...