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 
17 {
18  Q_OBJECT
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 is used for vtkSMProperty instances (not one of its subclasses).
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
#define PQCOMPONENTS_EXPORT
superclass for all SM properties
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140