src
paraview-5.12
Qt
Core
pqScalarBarRepresentation.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 pqScalarBarRepresentation_h
5
#define pqScalarBarRepresentation_h
6
7
#include "
pqRepresentation.h
"
8
9
class
pqPipelineRepresentation
;
10
class
pqScalarsToColors
;
11
class
vtkUndoElement
;
12
20
class
PQCORE_EXPORT
pqScalarBarRepresentation
:
public
pqRepresentation
21
{
22
Q_OBJECT
23
typedef
pqRepresentation
Superclass
;
24
25
public
:
26
pqScalarBarRepresentation
(
const
QString& group,
const
QString&
name
,
vtkSMProxy
* scalarbar,
27
pqServer
* server, QObject* parent =
nullptr
);
28
~
pqScalarBarRepresentation
()
override
;
29
30
protected
Q_SLOTS:
31
void
startInteraction();
32
void
endInteraction();
33
};
34
#endif
pqPipelineRepresentation
This is PQ representation for a single display.
Definition:
pqPipelineRepresentation.h:30
pqRepresentation.h
pqScalarsToColors
pqScalarsToColors is a represents a vtkScalarsToColors proxy.
Definition:
pqScalarsToColors.h:19
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:140
pqRepresentation
This is PQ representation for a single representation.
Definition:
pqRepresentation.h:19
pqServer
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition:
pqServer.h:35
vtkUndoElement
unit undo-redo-able operation.
Definition:
vtkUndoElement.h:25
name
name
pqScalarBarRepresentation
pqScalarBarRepresentation is created for "ScalarBarWidgetRepresentation" proxies.
Definition:
pqScalarBarRepresentation.h:20
Generated by
1.8.17 on Wed Mar 27 2024