Qt
ApplicationComponents
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
:
24
pqColorSelectorPropertyWidget
(
25
vtkSMProxy
* proxy,
vtkSMProperty
* property,
bool
withPalette, QWidget* parent =
nullptr
);
26
~
pqColorSelectorPropertyWidget
()
override
;
27
};
28
29
#endif // pqColorSelectorPropertyWidget_h
pqColorSelectorPropertyWidget
A property widget with a tool button for selecting a single color.
Definition:
pqColorSelectorPropertyWidget.h:19
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:150
pqPropertyWidget.h
pqApplicationComponentsModule.h
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:140
Generated by
1.8.13 on Fri Jan 10 2025