Qt
ApplicationComponents
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
18
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqPauseLiveSourcePropertyWidget
:
public
pqPropertyWidget
19
{
20
Q_OBJECT
21
typedef
pqPropertyWidget
Superclass
;
22
23
public
:
24
pqPauseLiveSourcePropertyWidget
(
25
vtkSMProxy
* proxy,
vtkSMProperty
* smproperty, QWidget* parent =
nullptr
);
26
~
pqPauseLiveSourcePropertyWidget
()
override
;
27
28
private
:
29
Q_DISABLE_COPY(
pqPauseLiveSourcePropertyWidget
)
30
};
31
32
#endif
pqPauseLiveSourcePropertyWidget
widget to pause all live sources
Definition:
pqPauseLiveSourcePropertyWidget.h:18
pqPropertyWidget
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
Definition:
pqPropertyWidget.h:25
PQAPPLICATIONCOMPONENTS_EXPORT
#define PQAPPLICATIONCOMPONENTS_EXPORT
Definition:
pqApplicationComponentsModule.h:15
vtkSMProperty
superclass for all SM properties
Definition:
vtkSMProperty.h:144
pqPropertyWidget.h
pqApplicationComponentsModule.h
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:140
Generated by
1.8.13 on Wed Nov 29 2023