Qt
Components
pqCommandPropertyWidget.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 pqCommandPropertyWidget_h
5
#define pqCommandPropertyWidget_h
6
7
#include "
pqPropertyWidget.h
"
8
16
class
PQCOMPONENTS_EXPORT
pqCommandPropertyWidget
:
public
pqPropertyWidget
17
{
18
Q_OBJECT
19
typedef
pqPropertyWidget
Superclass
;
20
21
public
:
22
pqCommandPropertyWidget
(
vtkSMProperty
* property,
vtkSMProxy
* proxy, QWidget* parent =
nullptr
);
23
~
pqCommandPropertyWidget
()
override
;
24
25
protected
Q_SLOTS:
29
virtual
void
buttonClicked();
30
31
private
:
32
Q_DISABLE_COPY(
pqCommandPropertyWidget
)
33
};
34
35
#endif
pqCommandPropertyWidget
pqCommandPropertyWidget is used for vtkSMProperty instances (not one of its subclasses).
Definition:
pqCommandPropertyWidget.h:16
pqPropertyWidget
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
Definition:
pqPropertyWidget.h:25
vtkSMProperty
superclass for all SM properties
Definition:
vtkSMProperty.h:150
pqPropertyWidget.h
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:140
Generated by
1.8.13 on Tue Jan 21 2025