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 
10 class pqScalarsToColors;
11 class vtkUndoElement;
12 
21 {
22  Q_OBJECT
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
unit undo-redo-able operation.
pqScalarsToColors is a represents a vtkScalarsToColors proxy.
This is PQ representation for a single representation.
This is PQ representation for a single display.
name
pqScalarBarRepresentation is created for "ScalarBarWidgetRepresentation" proxies. ...
#define PQCORE_EXPORT
Definition: pqCoreModule.h:15
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition: pqServer.h:35