pqColorSelectorPropertyWidget.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
3 
4 #ifndef pqColorSelectorPropertyWidget_h
5 #define pqColorSelectorPropertyWidget_h
6 
7 #include "pqApplicationComponentsModule.h"
8 
9 #include "pqPropertyWidget.h"
10 
19 class PQAPPLICATIONCOMPONENTS_EXPORT pqColorSelectorPropertyWidget : public pqPropertyWidget
20 {
21  Q_OBJECT
22 
23 public:
25  vtkSMProxy* proxy, vtkSMProperty* property, bool withPalette, QWidget* parent = nullptr);
27 };
28 
29 #endif // pqColorSelectorPropertyWidget_h
A property widget with a tool button for selecting a single color.
pqPropertyWidget represents a widget created for each property of a proxy on the pqPropertiesPanel (f...
superclass for all SM properties
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140