pqPauseLiveSourcePropertyWidget.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 pqPauseLiveSourcePropertyWidget_h
5 #define pqPauseLiveSourcePropertyWidget_h
6 
7 #include "pqApplicationComponentsModule.h" // needed for exports
8 #include "pqPropertyWidget.h"
9 
19 {
20  Q_OBJECT
22 
23 public:
25  vtkSMProxy* proxy, vtkSMProperty* smproperty, QWidget* parent = nullptr);
27 
28 private:
29  Q_DISABLE_COPY(pqPauseLiveSourcePropertyWidget)
30 };
31 
32 #endif
widget to pause all live sources
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