Qt
Components
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
12
class
pqDisplayPanelPropertyWidget
:
public
pqPropertyWidget
13
{
14
Q_OBJECT
15
16
public
:
17
explicit
pqDisplayPanelPropertyWidget
(
pqDisplayPanel
* displayPanel, QWidget* parent =
nullptr
);
18
~pqDisplayPanelPropertyWidget
()
override
;
19
20
pqDisplayPanel
*
getDisplayPanel
()
const
;
21
22
private
:
23
pqDisplayPanel
* DisplayPanel;
24
};
25
26
#endif // pqDisplayPanelPropertyWidget_h
pqDisplayPanel
Widget which provides an editor for the properties of a representation.
Definition:
pqDisplayPanel.h:16
pqPropertyWidget
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
Definition:
pqPropertyWidget.h:25
pqDisplayPanelPropertyWidget::getDisplayPanel
pqDisplayPanel * getDisplayPanel() const
pqDisplayPanelPropertyWidget
Definition:
pqDisplayPanelPropertyWidget.h:12
pqPropertyWidget.h
pqDisplayPanel.h
pqDisplayPanelPropertyWidget::pqDisplayPanelPropertyWidget
pqDisplayPanelPropertyWidget(pqDisplayPanel *displayPanel, QWidget *parent=nullptr)
pqDisplayPanelPropertyWidget::~pqDisplayPanelPropertyWidget
~pqDisplayPanelPropertyWidget() override
Generated by
1.8.13 on Tue Jan 21 2025