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 
7 
8 #include "pqPropertyWidget.h"
9 
21 {
22  Q_OBJECT
23 
24 public:
26  vtkSMProxy* proxy, vtkSMProperty* property, QWidget* parent = nullptr);
28 
29 protected Q_SLOTS:
30  virtual void buttonClicked();
31 
32 private:
33  vtkSMProperty* Property;
34 };
35 
36 #endif // pqCommandButtonPropertyWidget_h
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
#define PQAPPLICATIONCOMPONENTS_EXPORT
superclass for all SM properties
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
A property widget with a push button for invoking a command on a proxy.