Qt
Components
pqDisplayColor2Widget.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 pqDisplayColor2Widget_h
5
#define pqDisplayColor2Widget_h
6
7
#include "
pqComponentsModule.h
"
8
9
#include <QWidget>
10
11
#include <memory>
12
13
class
pqDataRepresentation
;
14
28
class
PQCOMPONENTS_EXPORT
pqDisplayColor2Widget
:
public
QWidget
29
{
30
Q_OBJECT
31
using
Superclass = QWidget;
32
33
public
:
34
pqDisplayColor2Widget
(QWidget* parent =
nullptr
);
35
~
pqDisplayColor2Widget
()
override
;
36
40
void
setRepresentation(
pqDataRepresentation
* display);
41
42
private
:
43
Q_DISABLE_COPY(
pqDisplayColor2Widget
);
44
45
void
onArrayModified();
46
47
class
pqInternals;
48
std::unique_ptr<pqInternals> Internals;
49
};
50
51
#endif
pqComponentsModule.h
pqDataRepresentation
pqDataRepresentation is the superclass for a display for a pqPipelineSource i.e.
Definition:
pqDataRepresentation.h:24
PQCOMPONENTS_EXPORT
#define PQCOMPONENTS_EXPORT
Definition:
pqComponentsModule.h:15
pqDisplayColor2Widget
pqDisplayColor2Widget enables a user to select the array corresponding to the y-axis of a 2D transfer...
Definition:
pqDisplayColor2Widget.h:28
Generated by
1.8.13 on Tue Oct 1 2024