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 
9 
17 {
18  Q_OBJECT
20 
21 public:
23  vtkSMProxy* proxy, vtkSMProperty* property, QWidget* parent = nullptr);
25 
26 protected Q_SLOTS:
30  void resetButtonClicked() override;
31 
32 private:
33  Q_DISABLE_COPY(pqGlyphScaleFactorPropertyWidget)
34 };
35 
36 #endif
pqGlyphScaleFactorPropertyWidget is used for the "Scale Factor" property on the Glyph filter...
#define PQAPPLICATIONCOMPONENTS_EXPORT
superclass for all SM properties
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
virtual void resetButtonClicked()
called when the user clicks the "reset" button for a specific property.