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
pqDisplayPanelPropertyWidget::pqDisplayPanelPropertyWidget
pqDisplayPanelPropertyWidget(pqDisplayPanel *displayPanel, QWidget *parent=nullptr)
pqPropertyWidget
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
Definition: pqPropertyWidget.h:25
pqDisplayPanelPropertyWidget::~pqDisplayPanelPropertyWidget
~pqDisplayPanelPropertyWidget() override
pqPropertyWidget.h
pqDisplayPanel
Widget which provides an editor for the properties of a representation.
Definition: pqDisplayPanel.h:16
pqDisplayPanelPropertyWidget::getDisplayPanel
pqDisplayPanel * getDisplayPanel() const
pqDisplayPanelPropertyWidget
Definition: pqDisplayPanelPropertyWidget.h:12
pqDisplayPanel.h