Qt
ApplicationComponents
pqGlyphScaleFactorPropertyWidget.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 pqGlyphScaleFactorPropertyWidget_h
5
#define pqGlyphScaleFactorPropertyWidget_h
6
7
#include "
pqApplicationComponentsModule.h
"
8
#include "
pqDoubleVectorPropertyWidget.h
"
9
15
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqGlyphScaleFactorPropertyWidget
16
:
public
pqDoubleVectorPropertyWidget
17
{
18
Q_OBJECT
19
typedef
pqDoubleVectorPropertyWidget
Superclass
;
20
21
public
:
22
pqGlyphScaleFactorPropertyWidget
(
23
vtkSMProxy
* proxy,
vtkSMProperty
* property, QWidget* parent =
nullptr
);
24
~
pqGlyphScaleFactorPropertyWidget
()
override
;
25
26
protected
Q_SLOTS:
30
void
resetButtonClicked
()
override
;
31
32
private
:
33
Q_DISABLE_COPY(
pqGlyphScaleFactorPropertyWidget
)
34
};
35
36
#endif
pqGlyphScaleFactorPropertyWidget
pqGlyphScaleFactorPropertyWidget is used for the "Scale Factor" property on the Glyph filter...
Definition:
pqGlyphScaleFactorPropertyWidget.h:15
pqDoubleVectorPropertyWidget.h
PQAPPLICATIONCOMPONENTS_EXPORT
#define PQAPPLICATIONCOMPONENTS_EXPORT
Definition:
pqApplicationComponentsModule.h:15
vtkSMProperty
superclass for all SM properties
Definition:
vtkSMProperty.h:144
pqDoubleVectorPropertyWidget
Definition:
pqDoubleVectorPropertyWidget.h:10
pqApplicationComponentsModule.h
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:140
pqDoubleVectorPropertyWidget::resetButtonClicked
virtual void resetButtonClicked()
called when the user clicks the "reset" button for a specific property.
Generated by
1.8.13 on Wed Nov 29 2023