pqDisplayPanelPropertyWidget.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 
5 #ifndef pqDisplayPanelPropertyWidget_h
6 #define pqDisplayPanelPropertyWidget_h
7 
8 #include <pqPropertyWidget.h>
9 
10 #include "pqDisplayPanel.h"
11 
13 {
14  Q_OBJECT
15 
16 public:
17  explicit pqDisplayPanelPropertyWidget(pqDisplayPanel* displayPanel, QWidget* parent = nullptr);
19 
21 
22 private:
23  pqDisplayPanel* DisplayPanel;
24 };
25 
26 #endif // pqDisplayPanelPropertyWidget_h
Widget which provides an editor for the properties of a representation.
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
pqDisplayPanel * getDisplayPanel() const
pqDisplayPanelPropertyWidget(pqDisplayPanel *displayPanel, QWidget *parent=nullptr)
~pqDisplayPanelPropertyWidget() override