src
paraview-5.12
Qt
ApplicationComponents
pqCommandButtonPropertyWidget.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
3
#ifndef pqCommandButtonPropertyWidget_h
4
#define pqCommandButtonPropertyWidget_h
5
6
#include "pqApplicationComponentsModule.h"
7
8
#include "
pqPropertyWidget.h
"
9
20
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqCommandButtonPropertyWidget
:
public
pqPropertyWidget
21
{
22
Q_OBJECT
23
24
public
:
25
explicit
pqCommandButtonPropertyWidget
(
26
vtkSMProxy
* proxy,
vtkSMProperty
* property, QWidget* parent =
nullptr
);
27
~
pqCommandButtonPropertyWidget
()
override
;
28
29
protected
Q_SLOTS:
30
virtual
void
buttonClicked();
31
32
private
:
33
vtkSMProperty
* Property;
34
};
35
36
#endif // pqCommandButtonPropertyWidget_h
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:144
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:140
pqCommandButtonPropertyWidget
A property widget with a push button for invoking a command on a proxy.
Definition:
pqCommandButtonPropertyWidget.h:20
pqPropertyWidget.h
Generated by
1.8.17 on Wed Mar 27 2024